@charset "shift-jis";




/***** 全体に使用 *****/

body {
	margin:0px auto 0px auto;
	padding:0px;
	font-size:100%;
	line-height:160%;
	color:#333333;
	background-color:#FFFFFF;
	text-align:center;
}



a:link, a:visited, a:active {
	color:#069;
	text-decoration:none;
	margin:0px;
	padding:0px;
}


a:hover {
	color:#06C;
	text-decoration:underline;
	margin:0px;
	padding:0px;
}


#ID_HEADER_DESC {
	background-color:#FCE2F0;
	text-align:left;
	font-size:80%;
	font-weight:normal;
	line-height:110%;
	color:#663366;
	padding:5px 20px 5px 20px;
	margin:0px 0px 10px 0px;
}


#ID_HEADER_CRUMB {
	color:#333333;
	background-color:#F9F9F9;
	border-top:#999 thin dashed;
	border-top-width:1px;/*CSS Validatorで警告はあるが、ブラウザ対応のため*/
	border-bottom:#999 thin dashed;
	border-bottom-width:1px;/*CSS Validatorで警告はあるが、ブラウザ対応のため*/
	padding:2px 0px 0px 20px;
	margin-bottom:10px;
	text-align:left;
	font-size:80%;
}




#ID_MENU ul {
	margin:0px;
	padding:0px;
}


#ID_MENU li {
	margin:0px;
	padding:0px;
	padding-bottom:5px;
	list-style-type:none;
}


#ID_MENU a.menu:link, #ID_MENU a.menu:visited, #ID_MENU a.menu:active {
	display:block;
	color:#000000;
	background-color:#9fd67b;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:30px;
	font-size:105%;
	font-weight:bold;
	padding:10px 0px 0px 30px;
	text-decoration:none;
	cursor:pointer;
}


#ID_MENU a.menu:hover {
	display:block;
	color:#333333;
	background-color:#ffc401;
	background-image:url(../images/menu_bg_over.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:30px;
	font-size:105%;
	font-weight:bold;
	padding:10px 0px 0px 30px;
	text-decoration:none;
	cursor:pointer;
}


#ID_MENU a.column:link, #ID_MENU a.column:visited, #ID_MENU a.column:active {
	display:block;
	color:#000000;
	background-color:#9fd67b;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	font-size:100%;
	line-height:110%;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 0px 0px 30px;
	text-decoration:none;
	cursor:pointer;
}


#ID_MENU a.column:hover {
	display:block;
	color:#333333;
	background-color:#ffc401;
	background-image:url(../images/menu_bg_over.jpg);
	background-repeat:no-repeat;
	width:170px;
	height:35px;
	font-size:100%;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 0px 0px 30px;
	text-decoration:none;
	cursor:pointer;
}


h2 {
	margin:0px;
	background-color:#036;
	color:#FFFFFF;
	font-size:140%;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	text-decoration:underline;
	letter-spacing:1px;
	clear:both;
}


.corp_name {
	font-size:80%;
	font-weight:normal;
	text-decoration:none;
	margin-top:10px;
}

a.corp_name_link:link, a.corp_name_link:visited, a.corp_name_link:active, a.corp_name_link:hover {
	font-weight:normal;
	text-decoration:underline;
	margin-top:10px;
	color:#FFFFFF;
}


h3 {
	font-size:120%;
	color:#003366;
	background-color:#FFFFCC;
	border:thin solid #FFCC33;
	border-width:1px;
	padding:5px 10px 2px 10px;
	margin-top:40px;
	margin-bottom:10px;
	letter-spacing:1px;
	clear:both;
}


#ID_CONTENTS p {
	padding-left:20px;
	padding-right:20px;
	letter-spacing:1px;
}


p.question {
	border-bottom:thin #999 dashed;
	border-bottom-width:1px;
	font-weight:bold;
	padding-top:10px;
	letter-spacing:1px;
}

.photo_right {
	float:right;
	padding-left:10px;
}


.photo_center {
	margin:0px auto 0px auto;
	text-align:center;
}


li.list_item {
	list-style-position:outside;
	list-style-type:decimal;
	vertical-align:top;
}


.list_item_area {
	width:500px;
	display:block;
	margin:0px;
	padding:0px;
	clear:left;
}


.list_item_title {
	width:70px;
	font-weight:bold;
	padding-bottom:5px;
}


.list_item_text {
	padding-bottom:5px;
	letter-spacing:1px;
}


.clear_left {
	clear:left;
}



h4 {
	font-size:100%;
	color:#CC0000;
	background-color:#FEE7FD;
	border:thin solid #990000;
	border-width:1px;
	padding:5px 10px 2px 10px;
	display:inline;
}

.table_space {
	padding:3px 5px 3px 5px;
}

.table_space_title {
	padding:3px 5px 3px 5px;
	background-color:#ACBADB;
	font-weight:bold;
}

.table_space_line {
	padding:3px 5px 3px 5px;
	background-color:#EAF3E9;
}


strong {
	background-color:#E8F9AC;
	padding:2px 3px 2px 3px;
	font-weight:normal;
	color:#000000;
}

.margintop20 {
	margin-top:20px;
}

.footer_image {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	height:103px
}

	

@media screen {
#ID_BODY_AREA {
	width:800px;
	margin:10px auto 0px auto;
	text-align:left;
}


#ID_MENU {
	width:200px;
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	text-align:left;
}

.banner_logo {
	padding-bottom:10px;
}


#ID_CONTENTS {
	width:580px;
	float:right;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	text-align:left;
	font-size:90%;
	line-height:180%;
}


#ID_COPYRIGHT {
	width:800px;
	clear:both;
	background-color:#F3F3F3;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-weight:normal;
	text-align:center;
	line-height:110%;
	letter-spacing:1px;
	color:#666;
	padding:5px 0px 5px 0px;
	margin:0px auto 10px auto;
}


}


@media print {
#ID_BODY_AREA {
	width:620px;
	margin:10px auto 0px auto;
	text-align:left;
}



#ID_MENU {
	display:none;
}


#ID_CONTENTS {
	width:580px;
	padding:0px;
	margin:0px auto 20px auto;
	text-align:left;
	font-size:80%;
	line-height:180%;
}

#ID_COPYRIGHT {
	width:620px;
	clear:both;
	background-color:#F3F3F3;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-weight:normal;
	text-align:center;
	line-height:110%;
	letter-spacing:1px;
	color:#666;
	padding:5px 0px 5px 0px;
	margin:20px auto 10px auto;
}



}

