﻿@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;
}

#box01 {
	width: 178px;
	float: left;
	border: 1px #ccc solid;
}
#box02,#box03 {
	width: 178px;
	float: left;
	margin-left: 10px;
	border: 1px #ccc solid;
}

.boxTitle {
	height: 40px;
	line-height: 40px;
	background: #44afe5;
	color: #fff;
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	font-family: Georgia;
}
.boxText {
	padding: 10px;
}


/*----------------------------------------------------
	#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;
}

.img_box {
	margin: 40px 0px 10px 0px;

}



