@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

body {
	background-color: #FFECEE;
	font-size: 16px;
	line-height: 160%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	color: #404040;
}

img {
	vertical-align: top;
	border: 0;
}

a {
	color:#0066CC;
}

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

#base {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #FAC7CD;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main {
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
	width: 910px;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}

/*
ヘッダー
-------------------------------------------------------------------*/
#header {
	height: 95px;
	width: 910px;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EF8F99;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	position: absolute;
	left: 10px;
	top: 2px;
	color: #666666;
}


#header #logo {
	position: absolute;
	left: 20px;
	bottom: 7px;
}
#header #info {
	position: absolute;
	right: 20px;
	bottom: 10px;
}


/*
コンテンツ
-------------------------------------------------------------------*/
#content {
	float: right;
	width: 655px;
	padding-right: 10px;
}
#content h2 {
	padding-left: 10px;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 40px;
	background-color: #EF8F99;
	color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
#content h2.h2_img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F8F8F0;
}
#content h3 {
	color: #505050;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
	clear: both;
	background-color: #FFECEE;
	margin-right: 5px;
	margin-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EF8F99;
	line-height: 22px;
	padding-bottom: 3px;
}

#content h4 {
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F0F0F0;
	border-left-width: 4px;
	border-left-color: #F3A989;
	padding-left: 10px;
	color: #DF855E;
}
.li_st li {
	line-height: 24px;
	background-image: url(img/li.gif);
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EF9E3D;
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
#header li a {
	color: #333333;
	text-decoration: none;
}
#header li a:hover {
	text-decoration: underline;
}

#content p {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#content strong {
	color: #EB707C;
}

#content .img_left {
	padding: 10px;
	float: left;
}

/*
サイド
-------------------------------------------------------------------*/

#side {
	float: left;
	width: 230px;
	padding-left: 10px;
}
#side dl {
	background-image: url(img/side_dl.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 220px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#side dt {
	background-image: url(img/side_dt.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 220px;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
}
#side dd {
	background-color: #FFFFFF;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/side_dd.gif);
	background-repeat: repeat-y;
}
#side dd a {
	color: #555555;
	text-decoration: none;
}
#side dd a:hover {
	color: #E9616F;
	text-decoration: underline;
}

#side li {
	list-style-type: none;
}
#side li a {
	line-height: 22px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #F3A989;
	margin-bottom: 1px;
	color: #555555;
	text-decoration: none;
	display: block;
	width: 190px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
}
#side li a:hover {
	color: #D24E15;
	background-color: #FFF4EE;
}
#side ul {
	padding-top: 5px;
	padding-bottom: 10px;
	width: 218px;
	margin-top: 1px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

#side .side_bn {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
フッター
-------------------------------------------------------------------*/
#footer {
	background-color: #EF8F99;
	padding: 15px;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
	position: relative;
	height: 80px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}


#footer li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 12px;
}
#footer ul {
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #copy {
	font-size: 12px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#footer #p_by {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}

td,
th {
	border-collapse: collapse;
}

.table_list th{
	color: #333333;
	margin:0;
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF1EE;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCCCCC;
	line-height: 22px;
}


.table_list td{
	border-collapse: collapse;
	padding: 3px;
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 12px;
}
table.table_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 15px;
}
#top_image {
	background-color: #F0F0F0;
	height: 260px;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
#side dt a {
	color: #FFFFFF;
}
#side h3 {
	line-height: 22px;
	background-color: #F3A989;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 220px;
	color: #FFFFFF;
	text-align: center;
}
#top_image li {
	list-style-type: none;
}
#content #top_image ul {
	margin: 0px;
	position: absolute;
	left: 375px;
	top: 15px;
	background-color: #F0F0F0;
	width: 265px;
	height: 220px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_image li a {
	display: block;
	height: 50px;
	width: 220px;
	margin-bottom: 2px;
	padding: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EF8F99;
	background-color: #FFFFFF;
	line-height: 50px;
	color: #505050;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}
#top_image li a:hover {
	color: #E96774;
	border-left-color: #FEA3AE;
}
.table_list td.td_bikou {
	background-color: #F5F5F5;
	text-align: left;
	padding-left: 10px;
}
#content .box_info {
	background-color: #FFECEE;
	margin: 10px;
	border: 1px solid #F5BCC1;
	padding: 1px;
}
.box_info table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.box_info td {
	font-size: 14px;
	padding: 5px;
	background-color: #FFFDF4;
	border: 1px solid #F5BCC1;
}
.box_info th {
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	background-color: #FFDFE1;
	border: 1px solid #F5BCC1;
}
.box_info .box_title {
	font-weight: bold;
	background-color: #FFDFE1;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EF8F99;
	letter-spacing: 0.1em;
}
.box_2 {
	font-size: 14px;
}
#content .box_2 {
	float: left;
	height: 130px;
	width: 310px;
	border: 1px solid #F4B5BB;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .box_2 p {
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
#content .box_2 .box_title {
	font-weight: bold;
	background-color: #FFDFE1;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
#side_home a {
	background-image: url(img/home_btn.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 220px;
	display: block;
	text-indent: -10000px;
}
#pankuzu {
	font-size: 14px;
	padding-left: 5px;
}

