﻿@charset "utf-8";
/* ===================================================================
CSS information

 author     :AccessSolutions
 

=================================================================== */


/*----------------------------------------------------
	#mvWrap
----------------------------------------------------*/
#mvWrap {
	width: 780px;
	height: 70px;
	margin: 0;
	margin-top: 20px;
	margin-left: 10px;
}
#mvL {
	width: 390px;
	height: 70px;
	background: url(../images/mv01.jpg) no-repeat;
	float: left;
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	letter-spacing: -1000em;
	line-height: 110%;
	letter-spacing : normal;
	overflow: hidden;
}
 
#mvR {
	width: 390px;
	height: 70px;
	background: url(../images/mv02.jpg) no-repeat;
	float: left;
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	letter-spacing: -1000em;
	line-height: 110%;
	letter-spacing : normal;
	overflow: hidden;
}

#mvR img {
	margin: 180px 0 0 35px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
}


/*----------------------------------------------------
	#container
----------------------------------------------------*/
#container {
	margin-top: 20px;
}

.section01 {
	width: 560px;
	border-top: 1px #000 solid;
	margin-top: 2px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.section01:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.section02 {
	width: 560px;
	margin-top: 10px;
	border-top: 1px #000 solid;
	margin-top: 5px;
	padding-top: 20px;
	margin-bottom: 30px;
}

.section02:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#other
----------------------------------------------------*/
ul.comment {
	width: 520px;
	margin: 0px 0px 0px 15px;
}
ul.comment li {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #666 dashed;
}



