@charset "utf-8";

body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-color: #FEE9EE;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
}
img {
	vertical-align: top;
	border: 0;
}
a {
	color: #0066CC;
}
a:hover {
	color: #F43E42;
	text-decoration: none;
}


/*ベース、枠
------------------------------------------*/
#base {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
.pad_l {
	padding-right: 20px;
	padding-left: 20px;
}
.pad_s {
	padding-right: 5px;
	padding-left: 5px;
}.box_out {
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.box_in {
	background-color: #F3F3F1;
	padding: 5px;
	border: 1px solid #FFFFFF;
}
.line_dot {
	font-size: 9px;
	line-height: 10px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
	clear: both;
}

/*ヘッダー
------------------------------------------*/
#head {
	background-image: url(img/head_bg.jpg);
	height: 93px;
	width: 830px;
	position: relative;
}
#head h1 {
	font-size: 10px;
	font-weight: normal;
	color: #F27E87;
	line-height: 15px;
	position: absolute;
	right: 50px;
	top: 27px;
	margin: 0px;
	padding: 0px;
}
#h_li li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 15px;
	font-size: 12px;
	background-image: url(img/h_li.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#head ul#h_li {
	margin: 0px;
	padding: 0px;
	bottom: 10px;
	position: absolute;
	right: 25px;
}
#h_li a {
	color: #333333;
	text-decoration: none;
}
#h_li a:hover {
	color: #EA1C2C;
}

/*グローバルナビ
------------------------------------------*/
#navi li {
	list-style-type: none;
	float: left;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}

/*メイン
------------------------------------------*/
#top_main {
	clear: both;
	background-image: url(img/top_main_bg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 830px;
}
#main {
	clear: both;
	background-image: url(img/main_bg.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 830px;
}
#cont {
	float: left;
	width: 600px;
}
#cont h2 {
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 34px;
	color: #FFFFFF;
	text-indent: 20px;
	letter-spacing: 0.1em;
}
#cont h2.h2_img {
	text-indent: 0px;
}
#cont p {
	padding: 10px;
	margin: 0px;
	line-height: 130%;
}
#cont .img_left {
	padding: 10px;
	float: left;
}
#cont .img_right {
	padding: 10px;
	float: right;
}
#cont h3 {
	margin: 0px;
	padding: 5px;
	font-size: 16px;
	color: #E84A4A;
}

/*目次、パン屑
------------------------------------------*/
#mokuji {
	background-color: #FFF6F6;
	border: 1px solid #FFFFFF;
}
#mokuji li {
	font-size: 13px;
	line-height: 35px;
	list-style-type: none;
	background-image: url(img/mokuji_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 33px;
}
#mokuji a {
	color: #E84A4A;
}
#mokuji ul {
	margin: 0px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#pan {
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666666;
}

/*サイド
------------------------------------------*/
#side {
	float: right;
	width: 180px;
}
#side h3 {
	font-size: 13px;
	line-height: 36px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(img/side_h3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 36px;
	color: #FFFFFF;
}

/*フッター
------------------------------------------*/
#foot {
	background-image: url(img/foot_bg.gif);
	clear: both;
	height: 105px;
	position: relative;
}
#foot address {
	font-size: 10px;
	font-style: normal;
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
#foot p {
	font-size: 10px;
	color: #999999;
	left: 360px;
	top: 60px;
	position: absolute;
	margin: 0px;
	padding: 0px;
}
#f_li li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 15px;
	font-size: 12px;
	background-image: url(img/h_li.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}
#foot ul#f_li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 355px;
	top: 35px;
}
#f_li a {
	color: #666666;
	text-decoration: none;
}
#f_li a:hover {
	color: #EA1C2C;
}.clear {
	clear: both;
}
