@charset "utf-8";
/* CSS Document */
html{
	filter:expression(document.execCommand("BackgroundImageCache",false,true));
	overflow-y:scroll;
}
*{margin:0;}

body{
	line-height:140%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka-mono","MS UI Gothic","HeiseiKakuGothic";
	font-size:85%;
	text-align:center;
	color:#333333;
	margin:0 auto;
	background:url(../img/bodyBG.png) repeat-x;
}

img,img a{
	border:0;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:90%;
}
h1{
	margin:0;
	padding:0;
	float:right;
	margin-top:30px;
	padding-left:28px;
	font-size:90%;
	color:#c9171e;
}
h2{
	padding:0;
	padding-left:8px;
	border-left:5px solid #c9171e;
	color:#c9171e;
	letter-spacing:normal;
}
h3{
	color:#a22041;
	margin:10px;
	margin-left:0;
	border-bottom:1px dotted #CCCCCC;
}
strong{
	color:#640125;
}
em{
	font-style:normal;
	color:#a22041;
	font-size:90%;
	font-weight:bold;
	border-bottom:2px dotted #a22041;
}
address{
	font-weight:normal;
	font-style:normal;
}
address.head{
	font-weight:normal;
	font-style:normal;
	border-bottom:2px dotted #CCCCCC;
	padding-bottom:0.2em;
	margin-bottom:0.5em;
}
a img{
	cursor:pointer;
	text-decoration:none;
}
a,
a:link,
a:visited {
	text-decoration:underline;
	color:#d66a35;
}
a:focus,
a:hover,
a:active {
	text-decoration:underline;
	color:#8a3b00;
}
table{
	border:0;
	font-size:90%;
}
table td{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka-mono","MS UI Gothic","HeiseiKakuGothic";
	letter-spacing:0.1em;
	color:#333333;
	padding:0;
}
.red{
	color:#FF0000;
	font-size:80%;
}
p{
	margin:0;
	padding:0;
}

/* All */

#All{
	width:100%;
	height:auto;
	text-align:center;
	padding:0;
	margin:0 auto;
	background:url(../img/BG.png) repeat-x top;
}

/* Head Contents Foot Area */
#HeadArea{
	background:url(../img/HeadBG.png) repeat-x center;
	text-align:center;
	padding:0;
	border-bottom:1px solid #666666;
}
#FlashArea{
	text-align:center;
	padding:0;
}
#ContentsArea{
	margin:0 auto;
	width:880px;
	height:auto;
	text-align:left;
	overflow:hidden;
	background:#FFFFFF;
}
#FootArea{
	padding:0.3em;
	background:url(../img/FootBG.png) repeat-x center;
	font-size:12px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
#AddressArea{
	padding:0.3em;
	background:url(../img/addressAreaBG.png) repeat-x top;
	font-size:12px;
}

/* HeadArea内 */
#HeadArea #Head{
	width:880px;
	margin:0 auto;
	overflow:hidden;
}
#FlashArea #Flash{
	padding:0;
	width:100%;
	height:300px;
	background:#333333;
	color:#999999;
}

/* FootArea内 */
#FootArea #Foot{
	padding:0.5em;
	width:880px;
	margin:0 auto;
}
#FootArea #Foot ul#FootNavi{
}
#FootArea #Foot ul#FootNavi li{
	list-style:none;
	display:inline;
	border-left:1px solid #CCCCCC;
	padding-left:0.5em;
}
#FootArea #Foot ul#FootNavi li.last{
	border-right:1px solid #CCCCCC;
	padding-right:0.5em;
}

#AddressArea address{
	padding:0.5em;
	width:880px;
	margin:0 auto;
}