@charset "shift_jis";

/* body */
body {
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #666666;
}

/* container */
div#container {
	width: 914px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

/* header
----------------------------------------*/
div#header{
	width: 800px;
	height: 59px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 80px;
}
#header h1 {
	font-weight: bold;
	font-size: 180%;
	color: #333333;
	margin-bottom: 8px;
}
#header #subtitle {
	font-size: 82%;
	color: #1F5790;
}
#header a {
	color: #666666;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}

/* contents
----------------------------------------*/
#contents{
	position: relative;
	width: 914px;
}
#contents #navi {
	background-image: url(../images/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	padding-bottom: 20px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 82%;
	padding-right: 20px;
}
#contents #navi a{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 8px;
}
#contents #navi a:hover{
	text-decoration: underline;
}

/* main */

#contents #main {
	float: left;
	width: 590px;
	margin-right: 15px;
	margin-left: 22px;
	font-size: 90%;
	margin-bottom: 30px;
}
#main h2 {
	line-height: 40px;
	background-image: url(../images/title_bg.jpg);
	height: 40px;
	margin-bottom: 15px;
	width: 555px;
	padding-right: 25px;
	padding-left: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
}
#main p {
	line-height: 2;
	padding-bottom: 20px;
}

#main .free02 {
	padding: 15px;
	border: 1px solid #D1D1D1;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contents #side {
	float: right;
	width: 250px;
	margin-right: 22px;
	margin-left: 15px;
	font-size: 90%;
}

/* side */
#side h3 {
	line-height: 40px;
	background-image: url(../images/side_title.jpg);
	height: 40px;
	width: 215px;
	padding-right: 25px;
	padding-left: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
}
#side ul,#main ul {
	list-style-type: none;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#side li,#main li {
	margin-bottom: 5px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#side .free03 {

}
#side .free04 {
	background-color: #C9E0FF;
	padding-top: 10px;
}
#side .free04 p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#side a{
	color: #257698;
	text-decoration: none;
}
#side a:hover{
	text-decoration: underline;
}

/* footer
----------------------------------------*/

#footerwp {
	background-color: #FFFFFF;
}
#footer {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/footer_bg.jpg);
	background-position: center top;
	padding-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 3px;
	font-size: 82%;
	position: relative;
}
#footer #footermenu {
	text-align: left;
	margin-bottom: 15px;
	padding-right: 22px;
	padding-left: 22px;
	width: 856px;
}
#footermenu h3 {
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	clear: both;
	margin-bottom: 5px;
}
#footermenu ul {
	margin-bottom: 10px;
	clear: both;
	width: 844px;
	margin-left: 12px;
}
#footermenu li {
	float: left;
	display: inline-block;
	list-style-type: none;
	margin-bottom: 5px;
	padding-right: 10px;
}
#footer p {
	text-align: center;
	color: #F0F4F4;
	margin-bottom: 15px;
	margin-top: 15px;
}
#footer #design {
	text-align: right;
	font-size: 80%;
	color: #DAF0F8;
	margin-top: 30px;
	padding-right: 22px;
	padding-left: 22px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}


/* clearfix
----------------------------------------*/
.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
