@charset "shift_jis";

/* body */
body {
	background-color: #fff;
	font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
}
ul {
	list-style-type:none;
}
img,iframe,object {
	max-width:100%;
}

.ie7 img,.ie7 object/ {
	width:100%;
}

.ie8 img,.ie8 object {
    width:auto\9
}

img {
	max-width: 100%;
	height: auto;
}

#container {
	margin: 0px 10px;
	text-align:left;
	-webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, .2);
}

/* header
----------------------------------------*/
div#header {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 70px;
	padding: 10px 0px 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -25px 0px;
}
#header h1 {
	text-align: left;
	color: #666;
	margin-left: 10px;
	font-size: 1.3em;
	font-weight: bold;
	display:block;
}
#header #subtitle {
	display:none;
}
#header a {
	padding: 15px 25px;
	display:block;
	color: #666;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

/* contents
----------------------------------------*/
#contents #navi,#side,#right {
	display:none;
}

/* main */

#contents #main {
	background-color: #ffffff;
	font-size: 80%;
	margin: 0px 0px;
	padding: 1px 20px 30px;
}

#main h2 {
	font-size: 110%;
	background-image: url(../images/title_bg.jpg);
	background-position: center bottom;
	font-weight: bold;
	color: #666;
	margin: 20px -10px 7px;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 6px 10px;
}

#main p {
	line-height: 2;
	padding-bottom: 20px;
}

#main img {
	margin: 3px;
	padding: 3px;
	max-width: 40%;
	height: auto;
}


.free02  {
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
	margin-top: 15px;
	margin-bottom: 15px;
}
.free03 {
	padding: 10px;
}
.free04 {
	background-color: #C9E0FF;
	padding: 10px;
}
.free04 p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}


/* footer
----------------------------------------*/

#footerwp {
	margin: 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	background-color: #fff;
}
#footer {
	margin: 0px 0px 5px;
	background: #47a3cc url(../images/footer_bg.jpg);
	background-position: center top;
	background-repeat: repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	font-size: 92%;
	-webkit-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, .3);
	box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, .3);
}
#footer #footermenu {
	text-align: left;
	margin-bottom: 15px;
}
#footermenu h3 {
	color:#fff;
	background-image: url(../images/arrow02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	clear: both;
	margin: 15px 0 5px;
}
#footermenu ul {
	margin-bottom: 10px;
	clear: both;
}
#footermenu li {
	font-size: 0.9em;
	margin-bottom: 5px;
}
#footermenu li a,#main li a {
	color:#666;
	margin: 5px 0px 5px;
	display:block;
	padding: 7px 12px;
	background-image: url(../images/header_bg.jpg);
	background-position: right bottom;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
	border:1px solid #eee;
	text-decoration: none;
}

#footer p {
	text-align: center;
	color: #165265;
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 60%;
}
#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;
}
