@charset "shift_jis";

/*　共通
--------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

html, body {
	color:#333333;
	height:100%;
	font:normal medium "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
	text-align:center;
}

body { background:#EFEFEF url(common_img/body.gif) repeat-y center; }
body.top { background:#EFEFEF url(common_img/top_body.gif) repeat-y center; }

*html body { font-size:small; }

a { text-decoration:none; }
a:link { color:#003366; }
a:visited { color:#941F57; }
a:hover { color:#941F57; text-decoration:underline; }

img { border:none; }

.cl { clear:both; }


/*　全体枠
--------------------------------------------------*/
#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}

#screen {
	text-align:left;
	width:771px;
	margin:0 auto;
	padding-bottom:100px;
}


/*　ヘッダー
--------------------------------------------------*/
#header {
	background:#EF0101;
	height:62px;
}

#header p.logo {
	width:75px;
	margin-right:5px;
	float:left;
}

#header p {
	color:#FFFFFF;
	line-height:20px;
	letter-spacing:0.2em;
}

#header p.name {
	font:bold 24px/32px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.2em;
	padding-top:7px;
}
/* hide hack from Mac-IE5 \*/* html #header .name { height:1%; }/* end hiding */


/*　上部メニュー
--------------------------------------------------*/
ul#topmenu {
	clear:both;
	background:#fff;
	height:28px;
	padding:0 5px;
}

ul#topmenu li {
	color:#EF0101;
	font-size:12px;
	list-style-type:none;
	margin:5px 0;
	display:inline;
	float:left;
}

ul#topmenu a { color:#EF0101; text-decoration:none; padding:2px 5px; }
ul#topmenu a:hover { color:#fff; background-color:#EF0101; }


/*　メイン
--------------------------------------------------*/
#main {
	clear:both;
	font-size:16px;
	border-top:1px solid #EF0101;
	width:770px;
}

#main h2 {
	color: #000000;
	font-size: 16px;
	border-bottom:1px solid #EF0101;
	background-color: #F3D1BD;
	line-height: 120%;
	padding: 6px 5px 6px 10px;
}

#main h3 {
	color: #EF0101;
	font-size: 14px;
	line-height: 140%;
	border-bottom:1px dashed #cccccc;
	margin:10px 20px;
	padding:3px 3px 2px 10px;
}

#main p { margin:15px 25px; }

#main p.pun_kuz {
	clear:both;
	color:#666666;
	font-size:10px;
	line-height:15px;
	background:#fff;
	margin:0;
	padding:4px 0 4px 10px;
}

#main p.navi {
	font-size:12px;
	text-align:center;
	padding:50px 0 20px 0;
}

#main .caption_caution {
	font-size:10px;
	color:#CC3300;
	line-height:15px;
}


/*　リンク集用
--------------------------------------------------*/
#link {
	width:700px;
	margin:5px 35px;
}

#link strong { color:#CC0000; }


/*　フッター
--------------------------------------------------*/
#footer {
	clear:both;
	border-top:1px solid #EF0101;
	background:#fff url(common_img/foot.gif) no-repeat left bottom;
	width:771px;
	height:100px;
	position:absolute;
	bottom:0;
}

#footer ul {
	margin-left:10px;
	padding-top:10px;
}

#footer li {
	font-size:12px;
	list-style-type:none;
	display:inline;
	float:left;
}

#footer li a { color:#EF0101; text-decoration:none; padding:2px 5px; }
#footer li a:hover { color:#fff; background-color:#EF0101; }

#footer ul.link {
	clear:both;
	margin:0 0 5px 15px;
}

#footer ul.link a { text-decoration:underline; margin:0 2px; }

#footer p {
	text-align:center;
	padding:10px 0 0 0;
}