@charset "utf-8";

/* ==================================================
common
================================================== */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


body,td,th {
	font-size: 12px;
	color: #2888b7;
}
body {
	background-color: #FFF;
}



a:link {
	color: #09F;
}
a:visited {
	color: #09F;
}
a:hover {
	color: #0CF;
}
a:active {
	color: #0CF;
}

/*回り込み解除*/
.clearBoth {
    overflow: hidden;
}

.clearBoth:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


/*メインコンテンツ*/

#content {
	width: 960px;
	padding-bottom: 110px;
	margin: auto;
}

.mainbox-top {
	background-image: url(../img/mainbox_top.jpg);
	background-repeat: no-repeat;
	width: 730px;
	height: 49px;
}
.mainbox-line {
	background-image: url(../img/mainbox_line.jpg);
	background-repeat: repeat-y;
	width: 670px;
	padding-right: 30px;
	padding-left: 30px;
	color: #333;
	font-size: 110%;
	line-height: 150%;
}
.main-bottom {
	background-image: url(../img/mainbox_bottom.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 730px;
}

#anc {
	text-align: right;
	margin-right: 10px;
}



/*フッター*/
html, body { height:100%; }
#wrap {
	height:100%;
	position:relative;
	min-height: 100%;
}
body > #wrap {
        height: auto;
}

#footer {
	background-image: url(../img/mocofooter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #2989b7;
	position:absolute;
	width: 100%;
	bottom: 0px;
	height: 102px;
}
#footer-line {
	background-image: url(../img/footer_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 52px;
	background-color: #c5f1ff;
	padding-top: 40px;
	padding-bottom: 10px;
}



#footer-links {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	text-align: center;
}
#footer h3 a {
	color: #2989b7;
	text-decoration: none;
}

#footer h3 a,#footer-links .pr a {
	color: #2989b7;
	text-decoration: none;
}


/*サイドメニュー*/

.sidebox-top {
	background-image: url(../img/sidebox_top.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 230px;
}
.sidebox-line {
	background-image: url(../img/sidebox_line.jpg);
	background-repeat: repeat-y;
	width: 186px;
	padding-left: 22px;
	padding-right: 22px;
}
.sidebox-bottom {
	background-image: url(../img/sidebox_bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 230px;
}

.sidebt a {
	overflow:hidden;
	outline:none;
	color: #F90;
	font-size: 18px;
	padding-left: 20px;
	background-image: url(../img/toolicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-top: 5px;
	text-decoration: none;
}

.sidebt a:hover {
	background-image: url(../img/toolicon2.jpg);
	background-repeat: no-repeat;
	background-position:left;
	display: block;
	overflow:hidden;
	outline:none;
	text-decoration: none;
	color: #FC0;
	font-size: 18px;
	padding-left: 20px;
	margin-top: 5px;
}
.sidemenu {

}

.sidemenu2 {
	background-image: url(../img/menukigou.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidemenu_x {
	background-image: url(../img/menukigou.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menuguide {
	background-image: url(../img/biginner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #2989b7;
	height: 17px;
	padding-top: 15px;
}



.servicebt {
	background-image: url(../img/servicemenu.jpg);
	background-repeat: no-repeat;
	height: 21px;
	width: 154px;
	outline:none;
	color: #FFF;
	font-size: 14px;
	padding-left: 30px;
	padding-top: 6px;
	font-weight: bold;
}

