@charset "utf-8";
/*
--------------------------------------------------------
Title:
Contents:
supplement:
Lastupdate:01/26/2011
producer:koizumi
Copyright(c)OPENWEBSYSTEM
--------------------------------------------------------
*/

/*スタイルの初期化呼び出し*/
@import url(reset.css);

#wrapper{
	text-align: left;
	width: 100%;
	margin: 0 auto;
	background: #c7d4d6 url(../images/navi_bg.png) left top no-repeat;
}


#container{
	width: 100%;
	float: right;
	margin-left: -240px;
}

#innerwrap {
	position: relative;
	margin: 0 0 0 240px;
	background: #FFF;
	border-left: #adc2c5 solid 1px;
}


.head {
	width: 100%;
	background: #8bd2dd;
}

.contents {
	padding: 16px;
}


.subhead01 {
	width: 632px;
	height: 48px;
	margin-bottom: 32px;
	background: url(../images/subhead1.jpg) left center no-repeat;
}
.subhead01 span {
	margin-left: 40px;
	margin-right: 8px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 48px;
	text-shadow: 1px 1px 1px #e5e5e5, -1px -1px 1px #365256;
}

h3 {
	margin-bottom: 12px;
	padding: 5px 0 2px;
	border-top: #CCC solid 3px; 
	border-bottom: #CCC double 3px;
	color: #333;
	font-weight: bold;
}

.txtbox {
	margin-bottom: 24px;
}
.txtbox p {
	line-height: 140%;
}
.txtbox img {
	margin-bottom: 12px;
}
.attention {
	color: #400;
	font-size: 12px;
}
.attention1 {
	color: #F00;
	font-size: 12px;
}



/*2011.02.23追加*/
.hardware dt {
	margin-bottom: 4px;
	border-bottom: #999 dotted 1px;
	font-weight: bold;
}
.hardware dd {
	margin-bottom: 8px;
	line-height: 125%;
}
.hardware dd.last {
	margin-bottom: 24px;
}
/**/

.foot {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 18px;
	background: #505657;
	color: #FFF;
	text-align: right;
	font-size: 11px;
}
.foot a {
	color: #FFF;
	text-decoration: none;
	line-height: 120%;
}
.foot a:hover {
	color: #fff;
}



#sidebar {
	width: 240px;
	float: left;
	/*background: #c7d4d6 url(../images/navi_bg.png) left top no-repeat;*/
}
.navihead {
	margin-top: 36px;
	margin-bottom: 30px;
	margin-left: 16px;
	font-size: 18px;
	/*color: #666666;*/
	font-weight: bold;
}
.gnavi {
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
}
.gnavi li {
	margin-bottom: 12px;
	border-bottom: #000 dotted 1px;
}
.gnavi li a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
	line-height: 160%;
}
.gnavi li a:hover {
	background: #999;
	color: #fff;
}

.navi {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}


/* clearfix */

.clearfix:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

	}

* html .clearfix             { zoom: 1; } /* IE6 */

*:first-child+html .clearfix { zoom: 1; } /* IE7 */
