@charset "UTF-8";
@import url(layout.css);


/* CSS Document */

/* --------------------
 * 初期設定
-------------------- */

html, body{
	height:100%;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}
caption,th {
	text-align:left;
}

body {
	line-height:2;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#777;
	background-image:url(../images/back.jpg);
	text-align:center;
}

a,
a:link,
a:visited {
	color:#D35F8B;
	text-decoration:underline;
}
a:hover {
	color:#E0A4B4;
	text-decoration:underline;
}

.white a,
.white a:link,
.white a:visited,
.white a:active,
a.white,
a.white:link,
a.white:visited,
a.white:active {
	color:#fff !important;
}

.white a:hover,
a.white:hover {
	color:#fc8ba3 !important;
}

strong {
	font-weight:bold;
}



/* --------------------
 * 汎用設定
-------------------- */

.clearBoth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

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


.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

.right {
	text-align:right !important;
}
.left {
	text-align:left !important;
}
.center {
	text-align:center !important;
}


.dotLine {
	height:1px;
	background-image:url(../images/dot_gray.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.marginS {
	height:7px;
	clear:both;
}
.marginM {
	height:10px;
	clear:both;
}
.marginL {
	height:15px;
	clear:both;
}
.marginLL {
	height:20px;
	clear:both;
}

.sentence {
	line-height:1.8em;
}
.attention {
	color:#fd2b57;
}


.photoFrame {
	padding:1px;
	border:1px solid #cfcfcf;
	background-color:#fff;
	display:inline-block;
}

.showLayerDefaultHide {
	position:absolute;
	left:-10000px;
	top:-10000px;
}



a.arrowLink {
	padding-left:12px;
	background-image:url(../images/arrow_r.gif);
	background-repeat:no-repeat;
	background-position:0;
}



/* --------------------
 *  fontsize
-------------------- */

.s10 {
	font-size:10px;
	line-height: 170%;
}
.s10b {
	font-size:10px;
	color:#d4504e;
	line-height: 170%;
}

.s11 {
font-size:11px;
}

.s12 {
font-size:12px;
}
.s12b {
font-size:12px;
font-weight:bold;
color:#835115;
}

.sline12b {
font-size:12px;
font-weight:bold;
color:#00b900;
}

.s14 {
font-size:14px;

}

.s14b {
font-size:14px;
font-weight:bold;
color:#b84668;

}

.s14c {
font-size:14px;
font-weight:bold;
color:#766251;


}

.s16 {
font-size:16px;
}

.s16b {
font-size:16px;
color:#e97b9c;

}

.s16c {
font-size:16px;
font-weight:bold;

}

.style1 {
	color: #FF3300;
}




.s16d {
font-size:16px;
color:#FF0033;
}



/* --------------------
 * 印刷用設定
-------------------- */

@media print {
body {
	background-color:#fff !important;
	color:#000 !important;
	}
	
a, a:link,a:visited,a:hover {
	color:#000 !important;
	text-decoration:none !important;
	}
}
