<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*-reset----------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6{font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align:left;}
address, caption, cite, code, dfn, em, th, var{ font-style: normal; font-weight: normal;}
img{margin:0px; padding:0px; border:none; vertical-align:bottom;}


/*clearfix*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block; clear:both}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/*-all------------------*/
body {
background-color:#FFF;
margin:0;
padding:0;
width:100%;
font-size:12px;
line-height:1.5em;
scrollbar-base-color:#ffcc33;
scrollbar-arrow-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#ffcc33;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
}

a:link {
color:#FF0066;
text-decoration:underline;
}

a:visited {
color:#CC0066;
text-decoration:underline;
}

a:hover {
color:#CC0066;
text-decoration:none;
}

a:active {
color:#CC0066;
text-decoration:none;
}




/*layout-----------------------------------------*/

#wapper {
	width:100%;
}



* html #contents {height: 1%;}
#contents { width:100%; display: block; background-color:#FFF; padding-bottom:10px;}



.ttlh1 {
	text-align:	left;
	padding:0 0 10px 0px;
}

h1 {
	font-family:"A-OTF 新ゴ Pro B", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:19px;
	line-height:1.2;
	font-weight:bold;
	color:#06C;
	padding:10px 0 0;
}



/*20121024追加*/
.txt_ph {
display:block;
text-align:center;
}
.txt_ph img {
	margin:15px 0;
}

.ph_main{float:right;}

.txt_aria {display:block;
margin-top:5px;}


.ttlh1 .chimei{font-size:0.7em;
color:#000000;}
</pre></body></html>