﻿@charset "utf-8";
/* ===================================================================
CSS information

 author     :AccessSolutions
 

=================================================================== */


/*----------------------------------------------------
	#mvWrap
----------------------------------------------------*/
#mvWrap {
	width: 780px;
	height: 170px;
	margin: 0;
	top: -10px;
	margin-left: 10px;
    position:relative;
}
#mvL {
	width: 390px;
	height: 170px;
	background: url(../images/mv01.png) no-repeat;
	float: left;
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	letter-spacing: -1000em;
	line-height: 110%;
	letter-spacing : normal;
	overflow: hidden;
}
* html #mvL {
	behavior: expression(IEPNGFIX.fix(this));
} 
#mvR {
	width: 390px;
	height: 170px;
	background: url(../images/mv02.png) no-repeat;
	float: left;
	border: none;
	text-decoration: none;
	text-indent: -9999px;
	letter-spacing: -1000em;
	line-height: 110%;
	letter-spacing : normal;
	overflow: hidden;
}
* html #mvR {
	behavior: expression(IEPNGFIX.fix(this));
} 
#mvR img {
	margin: 180px 0 0 35px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	position: relative;
}


/*----------------------------------------------------
	#container
----------------------------------------------------*/

#section01 {
	border-top: 1px #000 solid;
	margin-top: 5px;
	padding-top: 20px;
}


/*----------------------------------------------------
	#other
----------------------------------------------------*/
ul#other {
	width: 790px;
	height: 70px;
	margin: 0 auto 0;
	background: url(../../home/images/other/bg01.gif) no-repeat;
}
ul#other li {
	float: left;
	padding-top: 12px;
	padding-right: 15px;
}
li.other01 {
	width: 175px;
	padding-left: 15px;
}
li.other02 {
	width: 180px;
}
