@charset "shift_jis";

html{
	overflow-y:scroll;
}
html,body,#wrap {
	height:100%;
}

body > #wrap{
	height:auto;
	min-height:100%;
}
body {
	width:100%;
	height:100%;
	line-height: 1.8;
	background: #2E2E2E url(images/bg_html.png) repeat-x scroll left top;
}

#wrap{
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	border: solid 1px #CCC;
	border-width: 0 1px;
}

/*----------------------------------------------

	#header

----------------------------------------------*/

#header{
	background-attachment: scroll;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 900px;
	position: relative;
	height: 110px;
	border: solid 1px #CCC;
	border-width: 1px 0;
}

#logo{
	position: absolute;
	top: 24px;
	left: 24px;
}

#logo a{}

#seo{
	position:absolute;
	right:1em;
	top: 6px;
}

#tel{
	position:absolute;
	right:2em;
	top: 32px;
}

/*----------------------------------------------

	#nav

----------------------------------------------*/

#nav{
	position: absolute;
	bottom: 1px;
	height: 38px;
	background: #666666;
	width: 100%;
	border: solid 1px #CCC;
	border-width: 1px 0;
}
#nav ul{
	list-style: none;
}

#nav li{
	width: 150px;
	float: left;
	height: 38px;
	text-align: center;
	display: inline;
	line-height: 38px;
	background: #FFF;
}
#nav a{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	background: url(images/nav.jpg) no-repeat scroll left top;
	display: block;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

#nav a:link,
#nav a:visited{
     filter:alpha(opacity=100);
     -moz-opacity:1;
     opacity:1;	
}

#nav a:hover,
#nav a:active{ filter:alpha(opacity=50);
     -moz-opacity:.5;
     opacity:.5;
}

/*----------------------------------------------

	#main_img

----------------------------------------------*/

#main_img{
	clear:both;
	margin:0 auto;
}


/*----------------------------------------------

	#footer

----------------------------------------------*/

#footer{
	clear: both;
	line-height: 44px;
	height: 44px;
	width: 900px;
	margin: -44px auto 0px;
	background: #cccccc;
	text-align: center;
	border-top: solid 1px #999;
}


/*----------------------------------------------

	layout

----------------------------------------------*/
#contents{
	width:840px;
	margin:0 auto;
	padding-bottom: 60px;
	padding-top: 20px;
}

/*----------------------------------------------

	article

----------------------------------------------*/
.article{
	display:inline;
	float:left;
	width:560px;
	background: #FFF;
}
.article .section {
	padding: 0 0 0 6px;
}
.article p {
	margin-bottom: 1em;
	margin-left: 1em;
}
.article dl {
}
.article dt {
	color: #C00;
	font-weight: bold;
}





/*----------------------------------------------

	aside

----------------------------------------------*/
.aside{
	display:inline;
	float:right;
	width:240px;
	background: #f2f2f2;
}
.aside .section p{
	padding: 0 1em;
}




/*-----------------------------------

	汎用スタイル

-----------------------------------*/

.page_title {
	border:solid 1px #CCC;
	background: #898989 url(images/bg_headline.jpg) no-repeat scroll left top;
	line-height: 22px;
	padding-left: 26px;
	color: #FFF;
	margin: 0 auto 1.5em;

}

.sec_title {
	border-left: solid 6px #ba2326;
	border-bottom: solid 1px #CCC;
	padding: 0 0 .5em 1em;
	margin: 0 auto 1em;
}

.copy {
	margin: 1.5em auto 3em;

}

.info_table {
	border-collapse: collapse;
	width: 99%;
}
.info_table th, .info_table td {
	padding: 5px 10px;
	border: solid 1px #CCC;
}
.info_table th {
	background: #f1d3d4;
}
#clean_vaio {

}
#vaio_movie {
	float: right;
	display: inline;
	padding: 0 0 20px 20px;
}







.section {
	margin-bottom: 2em;
	clear: both;
}
.fl_right {
	display: inline;
	float: right;
}
.fl_left {
	display: inline;
	float: left;
}

img.fl_right {
	padding:0 0 2em 2em;
}
img.fl_left {
	padding:0 2em 2em 0;
}
.article .fig_center{
	text-align: center;
	margin: 0 auto 1em;
}

.img_box {
	position: relative;
	padding-top: 80px;
}
.img_box h3 {
	position: absolute;
	top: 0px;
	left: 0px;
}

.sec_list {
	padding: 20px;
	background-color: #feefc6;
}
.sec_list ul {
	margin-left: -20px;
	margin-bottom: 3em;
}
.sec_list ul.end {
	margin-bottom: 0em;
}
.sec_list li {
	float: left;
	text-align: center;
}
.sec_list ul.list_2 li {
	width: 246px;
	padding-left: 24px;
}
.sec_list ul.list_3 li {
	width: 164px;
	padding-left: 16px;
}

.fsmall {
	font-size: 11px;
	line-height: 16px;
}
.fxsmall {
	font-size: 10px;
	line-height: 12px;
}

.cl{
	clear:both;
	visibility: hidden;
	height:0;
}

.clear{
	clear:both;
}


/*------------------------

     Clearfix

------------------------*/
.section:after,
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
* html .section,
* html .clearfix              { zoom: 1; } /* IE6 */
*:first-child+html .section,
*:first-child+html .clearfix  { zoom: 1; } /* IE7 */
