@charset "UTF-8";

/*---------------------------------------------

Blog CSS
for Blog toppage
coded by Yuki at 2009-03-31

---------------------------------------------*/
@import url("reset.css");

body {
	background: #ffffff url('../images/background.gif') repeat-x left top;
	text-align: center;
	font-size: 13px;
}
* html body {
	font-size: 13px;
}

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}


/* page
--------------------------------------------------------------------*/
#page {
	position: relative;
	margin: 0 auto;
	width: 960px;
	text-align: left;
	font-size: 100%;
}

*:first-child+html #page {
	font-size: 108%;
}


/* page-top
--------------------------------------------------------------------*/
h1#page-top {
	clear: both;
	float: left;
	margin: 5px 3px 3px 3px;
	width: 960px;
	background: transparent;
	color: #333333;
	font-size: 93%;
	font-weight: normal;
}

* html h1#page-top {
	margin: 5px 3px 0 3px;
	padding-top: 3px;
}


/* header
--------------------------------------------------------------------*/
#header {
	clear: both;
	float: left;
	width: 960px;
	height: 110px;
	background: #ffffff url('../images/blog_header_4.jpg') no-repeat left top;

}
#header h2#logo {
	margin: 20px 0 0 12px;
	width: 280px;
	height: 60px;
/*	background: #f6f6f6;*/
}
* html #header h2#logo {
	float: left;
	margin: 25px 10px;
}
#header h2#logo a {
	display: block;
	width: 280px;
	height: 60px;
	background: url('../images/spacer.gif') no-repeat left top;
	text-indent: -9999em;
}

#header p#description {
	position: absolute;
	width: 400px;
	height: 30px;
	top: 50px;
	right: 60px;
	background: #333333;

}
* html #header p#description {
	top: 50px;
	right: 50px;
}
*:first-child+html #header p#description {	/* for ie7 */
	right: 50px;
}
html:not(:only-child:only-child) p#description {	/* for Safari */
	left: 505px;
}

/* navi
--------------------------------------------------------------------*/
#navi {
	clear: both;
	float: left;
	width: 960px;
	height: 35px;
	background: url('../images/blog_login.jpg') no-repeat left top;

}
#login {
	margin: 10px 7px 0 13px;
}
* html #login {
	margin: 5px 7px 3px 13px;
}


#login form {
	display: inline;
}

#login form input {
	vertical-align: baseline;
}


/* globalnavi */
#globalnavi {
	list-style: none;
}
#globalnavi li {
	float: left;
	width: 150px;
	height: 40px;
	background: #fffccf;
	color: #333333;
}
#globalnavi li a {
	color: #333333;
}



/* subnavi */
#subnavi {
	position: absolute;
	top: 5px;
	right: 10px;
	list-style: none;
}
#subnavi li {
	float: left;
	width: 100px;
	height: 20px;
	color: #333333;
}
#subnavi li a {
	color: #333333;
	text-decoration: none;
}
* html #subnavi {
	position: relative;
	float: right;
	top: -127px;
	right: 2px;
}


/* subsearch */
#subsearch {
	position: absolute;
	top: 55px;
	right: 65px;
}
#subsearch form {
}
* html #subsearch {
	position: relative;
	clear: both;
	float: right;
	top: -95px;
	right: 45px;
}

#catnavi {
	position: absolute;
	top: 20px;			
	right: 10px;
	list-style: none;
}
#catnavi li {
	float: left;
	width: 100px;
	height: 20px;
	color: #333333;
}
#catnavi li a {
	color: #333333;
	text-decoration: none;
}


/* main
--------------------------------------------------------------------*/
#main {
	clear: both;
	float: left;
	width: 960px;
    min-height: 600px;
    height: auto !important; /* for IE7 */
    height: 600px; /* for IE6 */
}
#main h2,
#main h3,
#main h4,
#main h5 {
	margin: 20px 7px 0 13px;
	color: #808080;
	letter-spacing: 0.1em;
}
#main p {
	margin: 5px 7px 15px 13px;
	line-height: 1.3em;
}
#main p.more {
	text-align: right;
}

#main p#breadcrumbs {
	margin: 5px 7px 5px 13px;
	line-height: 1.3em;
}

#main ul,
#main ol {
	margin: 5px 17px 15px 23px;
	list-style: disc inside;
	line-height: 1.4em;
}
#main dl {
	margin: 5px 17px 15px 23px;
	line-height: 1.4em;
}

#main ul li,
#main ol li {
	padding: 0 0 0 1em;
	text-indent: -0.9em;
}
* html #main ul li,
* html #main ol li {					/* for IE6 */
	text-indent: -1em;
}
*:first-child+html #main ul li,
*:first-child+html #main ol li {		/* for IE7 */
	text-indent: -1.1em;
}

#main .content {
	position: relative;
/*	margin: 10px 7px 10px 13px;*/
}

#main .content p {
	margin: 5px 10px;
/*	background: #33cc66;*/
	line-height: 1.3em;
}

#main .content ul,
#main .content ol,
#main .content dl {
	margin: 5px 12px 15px 18px;
	line-height: 1.4em;
}

* html #main .content p,
* html #main .content ul,
* html #main .content ol,
* html #main .content dl {
	position: relative;
	height: 1px;
	background: #ffffff;
}


html>/**/body #main .content ul li,
html>/**/body #main .content ol li,
html>/**/body #main .content dl li {/* for FF */
	margin: 0 10px 0 0;
}


img.fleft {
	float: left;
	margin: 0 10px 5px 0;
	border: 1px solid #cccccc;
	vertical-align: top;
}
img.fright {
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #cccccc;
	vertical-align: top;
}

#wrapper {
	float: right;
	width: 960px;
/*	background: #ccffcc;*/
}


/* maincontents */
#maincontents {
	float: left;
	display: inline;
	width: 650px;
}

#maincontents h2 {
	margin: 0 0 0 0;
	width: 650px;
	height: 200px;
	background: url('../images/blog_regl.jpg') no-repeat left top;
}
#maincontents h2 a {
	display: block;
	width: 650px;
	height: 200px;
	text-indent: -9999em;
}

#maincontents h3 {
	margin: 15px 0 0 18px;
	padding: 10px;
	height: 16px;
	font-size: 93%;
}

#maincontents .content {
	position: relative;
	clear: both;
	padding-bottom: 10px;
	background: url('../images/650content.gif') no-repeat left top;
}

#maincontents .content p {
	margin: 10px;
}

#maincontents .content p.bnr {
	margin: 0 60px;
	line-height: 0.8em;
}
#maincontents .content p.bnr img {
	margin: 0;
	padding: 0;
}


/* maincontents内の左右分割(lcontent) */
#maincontents .lcontent {
	float: left;
	display: inline;
	margin: 10px 2px 10px 0;
	padding-bottom: 5px;
	width: 230px;
	background: url('../images/230sep.gif') no-repeat left top;
}

/* maincontents内の左右分割(rcontent) */
#maincontents .rcontent {
	float: right;
	display: inline;
	margin: 10px 0 10px 0;
	padding-bottom: 5px;
	width: 230px;
	background: url('../images/230sep.gif') no-repeat left top;
}
#maincontents .lcontent h2,
#maincontents .lcontent h3,
#maincontents .lcontent h4,
#maincontents .lcontent h5,
#maincontents .rcontent h2,
#maincontents .rcontent h3,
#maincontents .rcontent h4,
#maincontents .rcontent h5 {
	margin: 0px 7px 0 18px;
/*	background: #ffffff;*/
}

#maincontents .lcontent p,
#maincontents .rcontent p {
	margin: 5px;
/*	background: #33cc66;*/
	line-height: 1.3em;
}

#maincontents .lcontent ul,
#maincontents .lcontent ol,
#maincontents .lcontent dl,
#maincontents .rcontent ul,
#maincontents .rcontent ol,
#maincontents .rcontent dl {
	margin: 5px 7px 15px 13px;
	line-height: 1.2em;

}

ul#newslist,
dl#diarylist {
	list-style: none;
}
ul#newslist li {
	background:  url('../images/li-arrow_cp.gif') no-repeat left -1px;
	text-indent: 0.7em;
}
dl#diarylist dt {
	background:  url('../images/li-arrow_cp.gif') no-repeat left -1px;
	text-indent: 1.6em;
}

dl#diarylist dt a {
	font-weight: bold;
}
dl#diarylist dt span {

}

dl#diarylist dd {
	margin: 5px 10px 10px 10px;
}





/* morecontents */
#morecontents {
	float: right;
	display: inline;
	width: 300px;

}
#morecontents h3 {
	margin: 10px 0 0 0;
	padding: 10px 10px 6px 10px;
	height: 24px;
	background: url('../images/300title.gif') no-repeat left top;
	font-size: 93%;
	color: #666666;
}
#morecontents .content {
	position: relative;
	margin: 0;
	padding-bottom: 10px;
	background: url('../images/300bottom.gif') no-repeat left bottom;
}
#morecontents .bnr {
	text-align: center;
}

#morecontents .content p {
	margin: 0 10px;
}

#morecontents .content ul,
#morecontents .content ol {
	margin: 0 12px 15px 13px;
	list-style: disc inside url('../images/arrow02.gif');
	line-height: 1.8em;
}
* html #morecontents .content p,
* html #morecontents .content ul,
* html #morecontents .content ol {
	position: relative;
	height: 1px;
	background: #ffffff;
}


/* bottomcontents
--------------------------------------------------------------------*/
#bottomcontents {
	clear: both;
	float: left;
	margin-top: 10px;
	width: 960px;
	height: 190px;
	background: url('../images/blog_bottom.jpg') no-repeat left top;
}
* html #bottomcontents {
	margin-top: -10px;
}

#bottomcontents .content1 {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 280px;
	height: 180px;
/*	background: #666666;*/
}
#bottomcontents .content2 {
	float: left;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	width: 360px;
	height: 180px;
/*	background: #666666;*/
}

#bottomcontents .content3 {
	float: left;
	margin: 0 0 0 10px;
	padding-bottom: 10px;
	width: 300px;
	height: 180px;
/*	background: #666666;*/
}

#bottomcontents .content1 h3,
#bottomcontents .content2 h3,
#bottomcontents .content3 h3 {
	margin: 10px 0 0 0;
	padding: 5px 10px 6px 10px;
	height: 20px;
	font-size: 93%;
	color: #ffffff;
}

#bottomcontents .content1 p,
#bottomcontents .content2 p,
#bottomcontents .content3 p {
	margin: 5px 10px 0 13px;
	color: #ffffff;
}

#bottomcontents .content1 ul,
#bottomcontents .content1 ol,
#bottomcontents .content2 ul,
#bottomcontents .content2 ol,
#bottomcontents .content3 ul,
#bottomcontents .content3 ol {
	margin: 5px 7px 15px 13px;
	line-height: 1.5em;
}

#bottomcontents a {
	color: #ffffff;
}
#bottomcontents a:hover {
	color: #ffffff;
}


/* footer
--------------------------------------------------------------------*/
#footer {
	clear: both;
	float: left;
	margin-top: 15px;
	width: 960px;
	height: 60px;
	background: url('../images/footer.gif') no-repeat left top;

}
* html #footer {
	margin-top: -5px;
	margin-right: -10px;
	padding-top: 5px;
}
*:first-child+html #footer {
	margin-top: -5px;
	padding-top: 5px;
}
#footer ul#map {
	clear: both;
	float: left;
	margin: 10px 80px 0 120px;
	width: 740px;
	list-style: url('../images/sep.gif');
	line-height: 1.4em;
}
#footer ul#map li {
	float: left;
	margin-left: 15px;
}
* html #footer ul#map {
	margin-left: 60px; 
	margin-right: -10px;
	padding-right: 5px; 		/* for IE6 */
	width: 840px;
}
#footer ul#map li.none {
	list-style: url('../images/sep_none.gif');
}
#footer ul#map li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#footer ul#map li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

address {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px 0 5px;
	width: 950px;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
}
* html address {
	margin-right: -10px;
}
*:first-child+html address { /* for IE7 */
	font-size: 93%;
}
address abbr {
	color: #ffffff;
}

address a {
	color: #ffffff;
	text-decoration: none;
}

address a:hover {
	color: #ffffff;
	text-decoration: underline;

}


#bfooter {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 150px 0 180px;
	width: 470px;
	height: 20px;
	background: #cc0000;
	color: #ffffff;

}

.clear {
	clear: both;
}




* html hr.clear {
	clear: both;
	display: inline;
	width: 1px;
	color: #ffffff;
}
*:first-child+html hr.clear {
	clear: both;
	display: inline;
	width: 1px;
	color: #ffffff;
}

