@charset "utf-8";


/* --------------------------------------------------
	GENERAL
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	/*background-color: transparent;*/
	color: #333333;
}

html {
	/*overflow-y: scroll;*/
}


body {
	background-color: #FFFFFF;
	background-image: url("../common/bg_body.gif");
	background-position: 0 0;
	text-align: center;
	font-family: /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,*/Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.6;
	/*position: relative;*/
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-position: outside;
}

fieldset {
	border: none;
}

table {
	border: none;
	border-collapse: collapse;
	empty-cells: show;
}

th, td, form {
	margin: 0;
	padding: 0;
	color: #333333;
}

th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
}

hr {
	color: #000;
	border-top: 1px solid #CCC;
}


dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

dl dd {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* //// DECORATION //// */

.explain {
	border: 1px solid #333;
	margin: 0 0 12px 0;
	padding: 9px;
	background: #F5F5F5;
}

.explain02 {
	border: 1px solid #CCC;
	margin: 0 0 15px 0;
	padding: 9px;
	background: #FFF;
}

.explain03 {
	margin: 0 0 12px 0;
	padding: 9px;
	background: #EEF3C7;
}

.sub-area {
	margin: 0 0 12px;
	padding: 0;
}

.img {
	margin-bottom: 12px;
}

.unit {
	margin: 0 0 15px;
}

.unit01 {
	margin: 0 0 30px;
}

.unit02 {
	margin: 0 0 45px;
}

.unit03 {
	margin: 0 0 60px;
}

.phase {
	margin: 0 0 6px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1;
}

span.alt {
	display: none;
}


/* //// LINK //// */

a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #40659B;
	text-decoration: underline;
}
a:hover {
	color: #98CA2C;
	text-decoration: underline;
}


/* //// TEXT //// */

.attention {
	color: #C40000;
	font-weight: bold;
}

.danger {
	color: #C40000;
}

.caution {
	color: #808000;
}

.warning {
	color: #808000;
	font-weight: bold;
}

.notice {
	color: #FF0000;
	font-weight: bold;
}

.cool {
	color:#FF6633;
}

.red {
	color: #FF0000;
}

.right  {
	text-align:right;
}

.xlarge {
	font-size:16px;
}

/* --------------------------------------------------
	 LAYOUT
-------------------------------------------------- */

/* header */

#header {
	
	background: url("../common/bg_header.gif") no-repeat top;
	width: 776px;
	height: 118px;
	position: relative;
}

#header-text {
	top:13px;
	left:44px;
	position: absolute;
}

#header-text p {
	font-size: 10px;
	line-height: 1;
	letter-spacing: 2px;
}

#header li {
	list-style: none;
}

#header #logo {
	width: 186px;
	top: 30px;
	left: 41px;
	position: absolute;
}

#header-right {
	float: right;
}






#wrapper {
	background-image: url("../common/bg_wrapper.png");
	_background-image: url("../common/bg_wrapper.gif");
	background-repeat: repeat-y;
	width: 776px;	
	text-align: left;
	margin: 0 auto;
}



#contents {
	width: 739px;
	padding: 0 19px;
	height: auto;
	float: left;
}

#contents-area {
	width: 777px;
	padding: 14px 22px;
	float: left;
}

#side {
	width: 240px;
	padding: 0 0 0 22px;
	float: right;
}

#main {
	width: 695px;
	padding: 22px 22px;
	float: left;	
}

.main-area {
	margin: 0;
	padding: 0px 12px;
}

#footer {
	background: url(../common/bg_footer.gif) no-repeat bottom;
	width: 776px;
	height: 52px;
	padding-top: 0;
	margin-bottom: 0;
	clear: both;
	
}

#footer-position {
	position: relative;
	height: 52px;
	width: 776px;
	padding-top: 0;
	margin-bottom: 0;
}

#footer p {
	color: #FFFFFF;	
}


#ftmenu {
	text-align: center;
	font: normal 12px /*"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,*/Verdana,Helvetica,Arial,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 25px;
}

#ftcopy p {
	bottom: 5px;
	left: 239px;
	position: absolute;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #98CA2C;
	text-decoration: underline;
}


/* --------------------------------------------------
	 NAVIGATION
-------------------------------------------------- */

/* // main-navi // */

#main-navi {
	margin: 0;
	padding: 0;
}

#main-navi ul {
	top: 85px;
	left: 41px;
	position: absolute;
	padding: 0;
}

#main-navi ul li {
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

#main-navi ul li a {
	display: block;
	height: 26px;
	margin: 0 1px 0 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#main-navi ul li a:hover {
	background-position: 0px -26px;
}

/* introduction */
#mn-introduction, #mn-introduction a {
	width: 116px;
	background: url(../common/btn_mn_introduction.gif) no-repeat;
}

/* flow */
#mn-flow, #mn-flow a {
	width: 116px;
	background: url(../common/btn_mn_flow.gif) no-repeat;
}

/* knowledge */
#mn-knowledge, #mn-knowledge a {
	width: 116px;
	background: url(../common/btn_mn_knowledge.gif) no-repeat;
}

/* qanda */
#mn-qanda, #mn-qanda a {
	width: 116px;
	background: url(../common/btn_mn_qanda.gif) no-repeat;
}

/* simulator */
#mn-simulator, #mn-simulator a {
	width: 116px;
	background: url(../common/btn_mn_simulator.gif) no-repeat;
}

/* estimate */
#mn-estimate, #mn-estimate a {
	width: 114px;
	background: url(../common/btn_mn_estimate.gif) no-repeat;
}


/* // header-navi // */

#header-navi ul {
	top: 62px;
	left: 374px;
	position: absolute;
	padding: 0;
}

#header-navi ul li {
	float: left;
	display: inline;
	margin: 0 10px 0 0 ;
}

#header-navi ul li a {
	display: block;
	height: 11px;
	margin: 0 0 0 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#header-navi ul li a:hover {
	background-position: 0px -11px;
}

/* home */
#hn-home, #hn-home a {
	width: 47px;
	background: url("../common/btn_hn_home.gif");
}

/* company */
#hn-company, #hn-company a {
	width: 58px;
	background: url("../common/btn_hn_company.gif");
}

/* contact */
#hn-contact, #hn-contact a {
	width: 58px;
	background: url("../common/btn_hn_contact.gif");
}


/* /// anchor-top and page-back /// */

#anchorArea {
	float: left;
	width: 695px;
	padding: 0 22px 30px;
}	

#backPage {
	float: left;
	width: 695px;
	height: 66px;
	margin: 8px 0 0 0;
	/*clear: both;*/
}

#backPage p.anchor-top {
	float: right;
}

#backPage p.anchor-top a {
	background: url(../common/btn_anchor.gif) no-repeat;
	width: 129px;
	height: 22px;
	display: block;
}

#backPage p.anchor-top a:hover {
	background-position: 0px -22px;
	
}


/* --------------------------------------------------
	CONTENTS
-------------------------------------------------- */

/* HOME */

#home {
	line-height: 1.5;
}

#home #main-img {
	background: url("../media/bg_main.jpg") no-repeat top;
	width: 754px;
	height: 224px;
	padding: 0 11px;
	position: relative;
}

#home #main-img {
	background: url("../media/bg_main.jpg") no-repeat top;
	width: 754px;
	height: 224px;
	padding: 0 11px;
	position: relative;
}

#home #image-navi {
	margin: 0;
	padding: 0;
}

#home #image-navi ul {
	top: 1px;
	left: 536px;
	position: absolute;
	padding: 0;
}

#home #image-navi ul li {
	float: left;
	display: inline;
	margin: 0 0 0 0;
}

#home #image-navi ul li a {
	display: block;
	height: 72px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#home #image-navi ul li a:hover {
	background-position: 0px -72px;
}

/* knowledge */
#home #in-knowledge, #home #in-knowledge a {
	width: 226px;
	background: url(../media/btn_in_knowledge.jpg) no-repeat;
}

/* introduction */
#home #in-introduction, #home #in-introduction a {
	width: 226px;
	background: url(../media/btn_in_introduction.jpg) no-repeat;
}

/* qanda */
#home #in-qanda, #home #in-qanda a {
	width: 226px;
	background: url(../media/btn_in_qanda.jpg) no-repeat;
}

#home h2 {
	padding: 10px 0 14px;
	clear: both;
}

#home h3 {
	clear: both;
	margin: 0px;
	padding: 8px 0px 12px;
}

#home h4 {
	margin: 0px;
	padding: 20px 0px 12px;
}

#home .contents-area {
	padding: 0 22px;

}

#home #paint {
	width: 200px;
	margin: 0 22px 0 0;
	float: left;

}

#home #news {
	width: 285px;
	margin: 0 22px 11px 0;
	float: left;

}

#home #bn-estimate {
	width: 165px;
	float: right;
}

#home #arms {
	width: 507px;
	float: left;
	margin: 11px 0 0;
	padding: 23px 0 0;
	border-top: #000066 1px dashed;
}

#home .arms-img {
	width: 200px;
	float: left;
	margin: 0 22px 0 0;
}

#home .arms-text {
	width: 285px;
	float: right;
	
}

#home .pickup {
	background: url(../media/illust.gif) no-repeat right bottom;
	width: 695px;
	height: 335px;
}

#home .refresh {
	width: 695px;
	padding-bottom: 70px;
}

#home .refresh-img {
	width: 236px;
	margin: 0 22px 0 0; 
	float: left;
}

#home .refresh-text {
	width: 437px;
	float: left;
}

.news-text dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 24px;
	color: #F05B72;
	background: url(../media/point.gif) no-repeat 12px 4px;
}

#home dl dd {
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
}

.topspa {padding:26px 0 4px;
}

.refre {padding:36px 0 19px;
}
