/*--general--------------------*/


* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	}


body {
		background-color: #EFEFEF;
	
        	text-align: center;
        
	}

a:link    { color: #26215D; }
a:visited { color: #18686D; }
a:active  { color: #EAE35D; text-decoration: underline; }
a:hover   { color: #752036; text-decoration: underline; }

strong { font-weight: bold; }

p.ar { text-align: right; }

.ac { text-align: center; }

img { border: 0; }


#container {
	width: 760px;
	_width: 762px;
	border: 1px solid #E1E4F4;
	background: url("/img/navi_bg.jpg") left repeat-y #FFFFFF;
	line-height: 140%;
	margin: 10px auto;
	padding: 0;
	text-align: left;
	
	}



/*--- header ---*/

#banner {
	text-align: left;
	}

#banner h1 {
	background: url("/img/logo.jpg") top center no-repeat;
	}

#banner h1 a {
	display: block;
	width: 190px;
	height: 100px;
	text-decoration: none;
	text-indent: -9999px;
	}

#banner h1 a:active, #banner h1 a:hover  { text-decoration: none; }


#banner h2,#banner p {
	background: url("/img/headline_bg.gif") bottom repeat-x  #EDEEFF;
	border-top: 1px solid #E1E4F4;
	border-bottom: 1px solid #E1E4F4;
	padding: 3px 5px 3px 25px;
	font-size: 87.5%;
	color: #333;
	}





/*--- layout ---*/

#maincontents {
		float: right;
	width: 580px;
	
	
	overflow: hidden;
	}

#utilities {
		float: right;
	
	
	width: 180px;
	
	overflow: hidden;
	}



/*--- maincontents ---*/


.content {
	padding: 15px 15px 5px 15px;
	margin-bottom: 15px;
	}

.content p {
	color: #333;
	font-size: 91%;
	line-height: 150%;
	text-align: left;
	margin-bottom: 15px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	background: url("/img/h2_eyecatch.gif") left no-repeat;
	border-bottom: 1px solid #333;
	margin: 0 0 10px 0;
	padding-left: 20px;

	font-size: 100%;
	
	text-align: left;
	font-weight: bold;
	
	
	
	}

.content h3 {
	font-size: 91%;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
	
	}

.content h4 {
	font-size: 87.5%;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	border-top: 1px solid #999999;
	text-align: left;
	
	
	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.content dl { margin: 1em 0; border-bottom: 1px solid #CCC; background: #DDE5CB; }

.content dt,
.content  dd { margin: 0; border-top: 1px solid #ccc; padding: .2em 1em; font-size: 0.875em; }
.content dt { width: 11em; font-weight: bold; float: left; }
.content dd { margin-left: 13em; background: #fff; }

#summary {
	margin: 10px 10px 0 10px;
	}
	
#summary  h2 {
	margin-bottom: 10px;

	font-size: 120%;
	
	text-align: left;
	font-weight: bold;
	}
	
#summary p {
	margin-bottom: 10px;

	font-size: 91%;
	
	text-align: left;
	}
	
#summary p img {
	margin-right: 10px;
	}
	
.content ul {
	margin-right: 10px;
	}
	
.content ul li {
	list-style: none;
	margin-bottom: 0.3em;
	font-size: 87.5%;
	}
	
.content table {
	border: 1px solid #CCC;
	border-collapse: collapse;
	margin-bottom: 10px;
	}
	
.content th, .content td {
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 87.5%;
	line-height: 130%;
	}
	
.content th {
	background: #DDE5CB;
	font-weight: bold;
	}

.content ol {
	margin: 0 1em 20px 3em;
	}

.content ol li {
	margin-bottom: 0.3em;
	font-size: 87.5%;
	}

.content ol li ul {
	margin: 10px 0 15px 0;
	}

.content ol li ul li {
	font-size: 100%;
	}



/*--- utilities ---*/

#utilities {
	padding-top: 10px;
	}

#utilities dl, #utilities ul {
	margin: 0 5px 10px 5px;
	padding-bottom: 20px;
	}

#utilities h2 {
	margin: 0 1px 10px 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
	color: #A17F52;
	font-size: 100%;
	font-weight: bold;
	}

#utilities li {
	list-style: none;
	background: url("/img/navi_eyecatch.gif") left no-repeat;
	margin-bottom: 0.5em;
	margin-left: 5px;
	padding-left: 14px;
	font-size: 87.5%;
	}

#utilities li ul {
	margin-bottom: 0;
	padding-bottom: 0;
	}

#utilities li li {
	list-style: none;
	background: none;
	margin-bottom: 0.5em;
	padding-left: 0;
	font-size: 100%;
	}

#utilities ul#members li {
	background: url("/img/navi_icon.gif") left no-repeat;
	}

#utilities table {
	margin: 10px auto 20px auto;
	text-align: center;
	}

#utilities caption {
	font-size: 87.5%;
	font-weight: bold;
	text-align: center;
	}
	
#utilities th, #utilities td {
	padding: 2px;
	font-size: 80%;
	text-align: center;
	}

#utilities th {
	font-weight: bold;
	}

#utilities dl {
	margin: 0 5px 10px 5px;
	
	}

#utilities dl dt {
	background: url("/img/navi_icon.gif") left no-repeat;
	margin: 1em 3px 0.3em 5px;
	padding-left: 14px;
	font-size: 87.5%;
	font-weight: bold;
	}

#utilities dl dd {
	margin: 0 3px 0.3em 15px;
	font-size: 80%;
	line-height: 130%;
	}

p#syndicate {
	margin: 30px auto;
	font-size: 80%;
	text-align: center;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

div#footer {
	background: url("/img/footer_bg.jpg") bottom repeat-x #FDFDFF;
	border-top: 1px solid #E4E4EE;
	padding: 5px 10px 10px 10px;
	}

div#footer p {
	font-size: 87.5%;
	text-align: right;
	}

div#footer address {
	color: #333;
	font-size: 87.5%;
	line-height: 150%;
	text-align: center;
	}


textarea[id="comment-text"] {
	width: 80%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}

