
@import "/library/default.css";

body {
	text-align:center;
	background-color:#dd6699;
	color:#000000;
}

a:link { text-decoration:none; color:#89BACE; }
a:visited { text-decoration:none; color:#89BACE; }
a:active { text-decoration:none; color:#89BACE; }
a:hover { text-decoration:underline; color:#E60000; }

th , td {
	color:#dd6699;
}

/*---------------------------*/

#intro {
	border-top:5px solid #335577;
	border-bottom:5px solid #335577;
	background-color:#ffffff;
	margin:0 0 15px 0;
	padding:15px 15px 0px 420px;
	height:1100px;
	background-image:url(../image/bg_intro.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	color:#000000;
}

#intro a:link { text-decoration:underline; color:#89BACE; }
#intro a:visited { text-decoration:underline; color:#89BACE; }
#intro a:active { text-decoration:underline; color:#89BACE; }
#intro a:hover { text-decoration:none; color:#E60000; }

#intro h2 {
	margin:0 0 10px 0;
	padding:7px 0 6px 7px;
	background-color:#dd99aa;
	color:#ffffff;
	font-size:15px;
}

#intro h3 {
	margin:0 0 10px 0;
	padding:7px 0 6px 7px;
	background-color:#2E0D00;
	color:#ffffff;
	font-size:15px;
}

#intro .oshirase {
	margin:0 0 10px 0;
}

#intro .oshirase th {
	width:20%;
}

#intro .oshirase td {
	width:80%;
}

#intro .attention ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#intro .attention li {
	margin:0 0 5px 0;
	padding:0 0 0 18px;
	background-image:url(../image/list_attention.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.topics {
	margin:0 -20px 0 0;
	width:970px;
	overflow:hidden;
	_zoom: 1;
}

.topics .area {
	width:310px;
	float:left;
	margin:0 10px 0 0;
}

.topics h2 {
	font-size:16px;
	color:#ffffff;
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	background-color:#852e19;
}

.topics h3 {
	font-size:14px;
	color:#ffffff;
	margin:0 0 13px 0;
	padding:5px 0 4px 10px;
	background-color:#715c1f;
}

.topics h4 {
	font-size:14px;
	line-height:100%;
	color:#deb068;
	margin:0 0 10px 7px;
	padding:0px 0 0px 7px;
	border-left:5px solid #deb068;
}

.topics ul {
	margin:0 0 20px 10px;
	padding:0;
	list-style:none;
}

.topics ul li {
	background-image:url(../image/list_topics.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 0 3px 0;
	padding:0 0 0 17px;
	font-size:12px;
}

/*---------------------------*/

div.path {
	margin:0 0 10px 0;
	font-size:12px;
}

div.path ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.path ul li {
	float:left;
	margin:0 10px 0 0;
	padding:0 0 0 10px;
	background-image:url(../image/list_path.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/*---------------------------*/

h1.contents_head {
	padding:5px 2px 3px 3px;
	font-size:17px;
	border-bottom:1px dashed #ECBDC9;
	margin:0 0 10px 0;
	color:#eeeeee;
}

#inquiry #box h4 {
	border-top:1px dotted #eeeeee;
	border-bottom:1px dotted #eeeeee;
	padding:7px 0 5px 10px;
	color:#ffffff;
	font-size:15px;
	margin:0 0 7px 0;
}

/*---------------------------*/

.bg_white {
	background-color:#ffffff;
	border-top:5px solid #335577;
	border-bottom:5px solid #335577;
	}