@charset "UTF-8";

/*
/////////////////////////////////////
index.html
/////////////////////////////////////
*/

#home {
	width:620px;
	padding:10px 10px 90px;
	float:right;
}

#home li {
	list-style:none;
}

img {
	vertical-align:top;
}

#home h2 {
	clear:both;
	width:auto;
	margin:0;
	padding:0 0 10px;
}

#home h3 {
	margin:0;
	padding:0;
}


/* +++++++++++ mainte +++++++++++ */

#mainte {
	margin-bottom: 10px;
	padding: 8px 10px 5px;
	border: 1px solid #e80c6e;
	background: #fff;
}

/* +++++++++++ selectArea +++++++++++ */
#selectArea {
	width:600px;
	margin-bottom:15px;
	padding:10px;
	background:#ffffff;
}

#selectArea h2 {
	padding:0 0 7px;
}

#image-navigation {
	width:600px;
	height:256px;
	margin-bottom:10px;
	background:url(../images/index_bg01.gif);
}

#image-navigation .navi {
	width:145px;
	float:left;
	padding-top:8px;
	background:url(../images/index_bg02.gif) no-repeat 0 0;
}

#image-navigation .navi .inner {
	width:135px;
	height:248px;
	padding:0 0 0 10px;
	background:url(../images/index_bg02.gif) no-repeat left bottom;
}

#image-navigation .navi ul li {
	padding-bottom:7px;
}

#image-navigation .navi-image {
	position:relative;
	width:455px;
	height:256px;
	float:left;
	background:#ffffff;
}

#image-navigation .navi-image a {
	display:block;
	position:absolute;
	left:10px;
	top:0;
	z-index:8;
}

#image-navigation .navi-image a.active {
	z-index:10;
	background:#ff0000;
}

#image-navigation .navi-image a.last-active {
	z-index:9;
	background:#ff0000;
}

#selectArea #design {
	clear:both;
	width:600px;
	background:url(../images/index_bg01.gif);
	position: relative;
}

#selectArea #design .inner {
	padding-bottom:10px;
	background:url(../images/index_bg04.gif) no-repeat left bottom;
}

#selectArea #design h2 {
	width:580px;
	padding:8px 10px 7px;
	background:url(../images/index_bg03.gif) no-repeat 0 0;
}

#selectArea #design ul {
	padding-left:5px;
}

#selectArea #design ul li {
	padding:0 5px;
	float:left;
}

/* +++++++++++ sokyu +++++++++++ */
#sokyu {
	clear:both;
	width:620px;
	padding-bottom:20px;
}

#sokyu2 {
	clear:both;
	width:620px;
	padding-bottom:5px;
}



/* +++++++++++ receive +++++++++++ */
#receive {
	clear:both;
	width:620px;
	padding-bottom:20px;
}

#receive ul {
	height:106px;
}

#receive ul li {
	position:relative;
	padding-right:10px;
	float:left;
}

#receive ul li.last {
	padding-right:0;
}

#receive ul li img.btn {
	position:absolute;
	left:22px;
	top:71px;
}

/* +++++++++++ intro +++++++++++ */
#intro {
	clear:both;
	width:620px;
	background:url(../images/index_bg08.gif) no-repeat left bottom;
	margin-bottom:10px;
}

#intro h2 {
	background:#f1f2eb;
}

#intro dl {
	width:207px;
	float:left;
}

#intro dl.last {
	width:206px;
	float:left;
}

#intro dl dt {
	padding-bottom:8px;
}

#intro dl dd {
	padding:0 10px 3px;
}

#intro dl dd p {
	padding-bottom:8px;
}

#intro dl dd p.btn {
	text-align:right;
}

/* +++++++++++ intro02 +++++++++++ */
#intro02 {
	clear:both;
	width:620px;
	padding-bottom:20px;
}

#intro02 ul {
	height:154px;
}

#intro02 ul li {
	position:relative;
	padding-right:10px;
	float:left;
}

#intro02 ul li.last {
	padding-right:0;
}

#intro02 ul li img.btn {
	position:absolute;
	left:218px;
	top:125px;
}



/* +++++++++++ experience +++++++++++ */
#experience {
	clear:both;
	width:620px;
	background:url(../images/index_bg05.gif) no-repeat left bottom;
	margin-bottom:20px;
}

#experience .btnBox {
	width:200px;
	padding-right:10px;
	float:left;
}

#experience .btnBox2 {
	width:200px;
	padding-right:0;
	float:left;
}

#experience a,
#experience a:visited,
#experience a:active {
	display:block;
	width:185px;
	padding:5px 5px 0 10px;
	background:url(../images/index_bg06.gif) no-repeat 0 0;
	text-decoration:none;
}

/*　通常時　*/
#experience a:hover {
	background:url(../images/index_bg07.gif) no-repeat 0 0;
	text-decoration:none;
}

/*　メンテナンス時　
#experience a:hover {
	background:url(../images/index_bg06.gif) no-repeat 0 0;
	text-decoration:none;
}
*/

#experience a h3 {
	margin-bottom:5px;
	padding:0 0 0 10px;
	color:#ffffff;
}

#experience p {
	color:#ffffff;
	font-size:85%;
	padding-bottom:5px;
}



/* +++++++++++ Hack +++++++++++ */
#home:after,
#selectArea:after,
#image-navigation:after,
#design:after,
#feature:after,
#intro:after,
#experience:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#home,
#selectArea,
#image-navigation,
#design,
#feature,
#intro,
#experience {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html #home,
* html #selectArea,
* html #image-navigation,
* html #design,
* html #intro,
* html #feature,
* html #experience {height: 1%;}
#home,
#selectArea,
#image-navigation,
#design,
#feature,
#intro,
#experience {display: block;}
/* End hide from IE-mac */


.fix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.fix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .fix {height: 1%;}
.fix {display: block;}
/* End hide from IE-mac */

