@charset "UTF-8";
/* ================================================================
 admin  : Masako Yoshimoto
 Author: Graphics Drive Inc.
 Author URI: http://www.graphics-drive.com/
 update : 2010/07/27
 
 基本設定CSS
================================================================ */

#container {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background:#FFFFFF;
}

#header {
	width: 850px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-image: url(../img/top_image.jpg);
	background-repeat: no-repeat;
}

#headerPage {
	width: 850px;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #55A307;
	padding: 0px;
}


/*--------------------------
	footer
--------------------------*/
#footer{
	background-color: #FFF;
	color: #666;
	background-image: url(../img/footer_bar.gif);
	background-repeat: no-repeat;
	padding: 15px 10px 10px;
	height: auto;
}

#footer p{
	font-size: 1.1em;
	line-height: 18px;
}

address{
	font-size: 1em;
	font-weight: normal;
	font-style:normal;
	text-align: right;
	background-color: #241616;
	padding-top: 7px;
	padding-right: 5px;
	letter-spacing: 0.1em;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	color: #FFF;
}

/*--------------------------
	Top banner
--------------------------*/

#banner01 {
	height: auto;
	width: 240px;
	display: block;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}

#banner01 ul{
	margin: 0px;
	padding: 0px;
}

#banner01 ul li{
	list-style-type: none;
	height: 80px;
	padding-bottom: 10px;
}

#banner01 ul li a{
	height: 100%;
	width: 100%;
	display: block;
}

#banner01 ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	color: #FFF;
}

#banner01 span, #banner02 span {
	display:none; 
}

#banner02 {
	width: 170px;
	display: block;
	float: right;
	margin-top: 10px;
}

#banner02 ul{
	margin: 0px;
	padding: 0px;
}

#banner02 ul li{
	height: 170px;
	padding-bottom: 10px;
	list-style-type: none;
}

#banner02 ul li a{
	height: 100%;
	width: 100%;
	display: block;
}

#banner02 ul li a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	color: #FFF;
}

/* ------------------ *
	 Top info
 * ------------------ */
 
.infoImage{
	display: block;
	height: 170px;
	background-image: url(../img/new.jpg);
	background-repeat: no-repeat;
	width: 370px;
	margin-top: 10px;
}

#info{
	text-align: left;
	padding: 0px;
}

/* ------------------ *
	  contents
 * ------------------ */

#contents {
	width: 820px;
	background: #FFFFFF;
	margin:0px auto;
	height:auto;
	padding: 15px;
}

#contents .TiteImage{
	padding: 5px;
	margin: 0px;
}

#contents .contentsTitle{
	height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../img/arrow_title.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #666;
	padding-left: 25px;
	padding-top: 5px;
	margin-bottom: 10px;
}

#contents .contentsLeft{
	float: left;
}

#contents .contentsRight{
	float: right;
}

#contents .contentsLeftTop{
	float: left;
	width: 370px;
}

#contents .contentsRightTop{
	float: right;
	width: 420px;
}

.gototop{
	height: 20px;
	width: 80px;
	float: right;
	font-size: 10px;
	line-height: 20px;
	padding: 5px;
}

#contents .post{
	padding: 10px 40px 10px 10px;
	color: #666;
}

#contents .material{
	padding: 10px 40px 10px 10px;
	color: #666;
	text-align: center;
	height: 350px;
}

#contents .postLine{
	color: #666;
	background-image: url(../img/contents/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 215px;
	width: 795px;
	padding: 5px;
	margin-bottom: 5px;
}

#contents .boxL{
	float: left;
	padding-left: 10px;
	display: block;
	width: 370px;
}

#contents .buttton{
	text-align: center;
}

#contents .buttton a:hover{
	text-align: center;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	color: #FFF;
}

#contents .imageR {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}

#contents .imageL {
	float: left;
	padding: 5px;
	margin: 0px;
}

/* フロー */

#contents .flow{
	padding: 10px 40px 10px 10px;
	color: #666;
	text-align: center;
}

#contents .flow .section{
	padding: 5px;
	height: auto;
	width: 588px;
	border: 1px dotted #CCC;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/* お客様の声 */

#contents .gallery{
	padding: 0px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------- *
	パースのメニュー
 * ------------------------- */
#naviPerth{
	display: block;
	height: 30px;
	font-size: 1.4em;
	color: #666;
	font-weight: bold;
	line-height: 25px;
}

#naviPerth ul{
	list-style: none;
	padding: 0px;
}

#naviPerth li{
	display: inline;
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	width: 300px;
	text-align: center;
	height: 25px;
}

#naviPerth li a{
	overflow: hidden;
}

#naviPerth li a:hover{
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-color: #EEE;
}

#naviPerth li a.active{
	display: block;
	background-color: #E2F1DA;
}

/* ---------------------- *
	      sitemap
 * ---------------------- */

.saitemap {
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 24px;
	margin-top: 15px;
	overflow: hidden;
	height: auto;
}

.saitemap h2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #333;
	padding-right: 5px;
	padding-left: 20px;
	line-height: 20px;
	background-image: url(../img/list_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.saitemap ul {
	padding: 10px;
	margin: 0px;
	list-style-type: none;
}


.saitemap ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 20px;
	background-image: url(../img/list_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.saitemap ul ul {
	margin: 0px;
	padding: 0px;
}

.saitemap ul ul li{
	padding-left: 20px;
	zoom: 1;
	margin-left: 10px;
}

.saitemap ul ul li li{
	padding-left: 20px;
	margin-left: 10px;
}

.sbox01{
	padding: 0px;
	border: 1px solid #CCC;
	float: left;
	width: 350px;
	margin-top: 10px;
	height: auto;
	margin-bottom: 10px;
}

.sbox02{
	border: 1px solid #CCC;
	float: right;
	width: 350px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
	height: auto;
}

.sbox03{
	float: left;
	width: 350px;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
	height: auto;
}
