@charset "UTF-8";

/*全体*/
h1,h2,h3,h4,h5,a img, img {
	margin:0px;
	padding:0px;
	border:none;
	font-weight: normal;
}

a {color:#0033CC;text-decoration:underline;}
a:active {color:#0033CC;text-decoration:underline;}
a:visited {color:#0033CC;text-decoration:underline;}
a:hover {color:#999999;text-decoration:none;}

h1 {
	font-size: 12px;
	padding: 10px 0 0 10px;
	color: #666666;
}
body {
	background-image: url(images/background.gif);
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 1.4em;
}
#layout {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 802px;
}
#outline {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
p {
	margin: 0px;
	padding-top: 10px;
}
.link-point {
	background-image: url(images/linkpoint.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: left center;
}



/*ヘッダー*/
#titlelogo {
	float: left;
	width: 480px;
}
#head-formbtn {
	float: right;
	width: 188px;
}


/*メニュー*/
#menu {
	clear: both;
	padding: 7px 0px;
	background-image: url(images/menu_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*ページ見出し*/
#pageheader {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(images/bg_pageheader.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*メインコンテンツ部分*/
.pagemenu {
	background-image: url(images/sidebg_blue.gif);
	background-repeat: repeat-x;
	padding: 3px 10px;
	border-right: 1px solid #DBDBDB;
}
.pagemenu ul {
	list-style-image: url(images/linkpoint.gif);
	margin: 0px;
	padding: 0 0 0 20px;
}
.pagemenu li {
	padding: 5px 0;
}
.contentsbox {
	padding: 0 20px;
}
.contentstitle1 {
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/bg_contentstitle1.gif);
	background-repeat: repeat-y;
	padding: 12px 0 12px 15px;
	margin-bottom: 8px;
}
.contentstitle2 {
	font-size: 15px;
	font-weight: bold;
	border-left: 5px solid #0E3F92;
	padding: 5px 0 5px 7px;
	margin-bottom: 8px;
	border-top: 1px solid #0E3F92;
}
.contentstitle3 {
	font-weight: bold;
	color: #3EA73E;
}
.contents {
	margin-bottom: 30px;
}
.contents2 {
	margin-left: 12px;
	margin-bottom: 30px;
}

/*フッター*/
#footer {
	font-size: 12px;
	color: #666666;
	line-height: 1.3em;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
}
#copy {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0E3F92;
	text-align: center;
	padding: 5px;
}
#copy a {color:#FFFFFF;text-decoration:underline;}
#copy a:active {color:#FFFFFF;text-decoration:underline;}
#copy a:visited {color:#FFFFFF;text-decoration:underline;}
#copy a:hover {color:#FFFFFF;text-decoration:none;}
