/*---base---*/

body{
	font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
	font-size:75%;
	line-height:125%;
	text-align: center;
	color:#333333;
	background:#FFF url(../img/back.jpg) repeat-y center top;
}

*{
	margin:0px;
	padding:0px;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:lighter;
}

img{
	border-width: 0px;
	border-style: none;
	vertical-align:top;
}

table {
	font-size:100%;
	line-height:125%;
}

table td{
	vertical-align:top;
}

#wrap{
margin:0px auto;
width:840px;
text-align:left;
}

.top_btn {
	width:540px;
	text-align:right;
	margin:40px 0 10px 0;}

#wrapper{
	margin-left:20px;
	width:800px;
	text-align:left;
}

#main{
	width:800px;
	float:left;
	margin:0 0 30px 0;
	position:relative;
}

a:link,a:visited{
	color:#1782A4;
	text-decoration:none;
}

a:active,a:hover{
	color:#1782A4;
	text-decoration:underline;
}

a:hover img{
	filter:Alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}



/*---header---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#header{
	width:800px;
	height:100px;
	background-image:url(../img/header_back.jpg);
	background-repeat:no-repeat;
	float:left;
}

#header h1{
	font-size:200%;
}

#logo{
	width:265px;
	height:97px;
	float:left;
}

#header_right{
	float:right;
}

#header_right ul{
	list-style-type:none;
}

#header_right ul li{
	float:left;
}

#header_right ul li.header_contact{
	margin:0 10px 0 0;
}

#header_right ul li.header_phone{
}


/*--main-img---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#main-image {
	width:800px;
	float:left;
	margin-bottom:20px;
}



/*--ぱんクズ---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#locator{
	line-height:24px;
	height:24px;
	float:right;
	margin-right:20px;
	display:inline;
	margin-bottom:3px;
}

#locator a{
	color:#1782A4;
	font-weight:bold; text-decoration:underline;
}


/*---nav---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#right_contents{
	width:190px;
	float:right;
	margin:0 25px 25px 17px;
	display:inline;
}


#nav {
	width:190px;
}

#nav ul{
	list-style-type:none;
}

#nav ul li{
	width:190px;
	line-height:40px;
	height:40px;
	background-image:url(../img/mainnavi.jpg);
	background-repeat:no-repeat;
	margin-bottom:6px;
	color:#333;
	text-indent:20px;
}


#nav ul li.current{
	width:190px;
	line-height:40px;
	height:40px;
	background-image:url(../img/mainnavi_o.jpg);
	background-repeat:no-repeat;
	margin-bottom:6px;
	color:#FFF;
	text-indent:20px;
	text-decoration:none;
}

#nav ul li.current a{
	color:#FFF;
}


#nav ul li a{
	display:block;
	width:190px;
	line-height:40px;
	color:#333;
	font-size:117%;	
	float:left;
	text-decoration:none;
}

#nav ul li a:hover{
	color:#FFF;
	background-image:url(../img/mainnavi_o.jpg);
	background-repeat:no-repeat;
}


/*---banner---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#banner{
	position:absolute;
	bottom:0;
	right:20px;
	
}

#banner ul{
	list-style-type:none;
	padding-top:18px;
}

#banner ul li{
	margin-bottom:12px;
}


#banner_top{
	width:190px;
	position:absolute;
	bottom:0px;}

#banner_top ul{
	list-style-type:none;
	padding-top:18px;
}

#banner_top ul li{
	margin-bottom:12px;
}


/*--left_contenys---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#left_contents{
	width:540px;
	margin-left:25px;
}


/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer{
	width:800px;
	height:100px;
	text-align:center;
}

#footer ul{
	width:800px;
	line-height:30px;
	float:left;
	list-style-type:none;
	border-bottom:5px solid #0E7EA3;
	}

#footer ul li {
	display:inline;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active{
	color:#666;
}


#footer ul li a:hover{
	color:#009188;
	text-decoration:underline;
}

#footer_list{
	text-align:left;
	float:left;
	width:400px;
}

#footer_list ul{
	width:400px;
	list-style-type:none;
	padding:5px 0 0 23px;
	border:none;
}

#footer_list ul li{
	margin-right:20px;
	background-image:url(../img/footer_icon.jpg);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:11px;
}

#footer_list ul li a{
	color:#666;
	
}

address {
	font-size: 80%;
	font-style: normal;
	float:right;
	display:block;
	padding:15px 10px 0 0 ;
	color:#666;
}

address a,
address a:link,
address a:visited,
address a:active{
	color:#666;
}


address a:hover{
	color:#009188;
	text-decoration:underline;
}




/*--sitemap---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sitemap {
	margin-bottom:200px;
}

.sitemap ul{
	padding:0 0 15px 30px;
}

.sitemap ul ul{
	padding:0 0 15px 30px;
}


/*general-purpose*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.subtitle01 {
	font-size:150%;
	color:#1782A4;
	display:block;
	width:540px;
	line-height:46px;
	border-bottom:1px solid  #1782A4;
	font-weight:bold;
}

.subtitle02 {
	width:540px;
	font-size:165%;
	color:#FFFFFF;
	background-image:url(../img/h2_back.jpg);
	background-repeat:no-repeat;
	line-height:45px;
	font-size:167%;
	font-weight:bold;
	text-indent:15px;
}

.subtitle03 {
	font-size:150%;
	color:#1782A4;
	font-weight:bold;
	border-bottom:1px solid #1782A4;
	padding-bottom:5px;
}


.subtitle04 {
	font-size:117%;
	color:#1782A4;
	font-weight:bold;
	margin:15px 0 0px 0px;
	float:left;
}



/*contact*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contact-form {
	width:540px;
	float:left;
}

#contact-form dl{
	width:540px;
	border-bottom:1px dotted #99cccc;
	float:left;
	padding:10px 0;
	line-height:220%;
}

#contact-form dt{
	width:180px;
	float:left;
}

#contact-form dt span{
	font-weight:bold;
	color:#CC0000;
}

#contact-form dd{
	width:360px;
	float:left;
}

#contact-form dd p{
	float:left;
	margin:0 10px 0 0;
}

#contact-form dd ul{
	width:360px;
	float:left;
	list-style-type:none;
}

#contact-form dd li{
	width:360px;
	float:left;
}

#contact-form dd li p{
	width:80px;
	float:left;
	margin:0px;
}

#contact-form dd li input{
	margin:5px 0 0 0;
	float:left;
}

#contact-form dd ul#privacy{
	width:360px;
	height:200px;
	overflow:auto;
	float:left;
	list-style-type:none;
	margin:0 0 20px 0;
	background-color:#f6f6f6;
}

#contact-form dd ul#privacy li{
	width:340px;
	margin:0 0 15px 0;
	float:left;
}

#contact-button {
	width:540px;
	float:left;
	margin:10px 0 25px 0;
}

#contact-button input{
	width:180px;
	margin:0 0 0 180px;
}

#contact-box01 {
	width:540px;
	float:left;
}

#contact-box01 dt{
	width:260px;
	text-align:right;
	float:right;
}

#contact-box01 dd{
	width:330px;
	float:left;
}

#contact-box01 dd ul{
	margin:0 0 20px 0;
	list-style-type:none;
}

#contact-box01 dd li{
	background-image:url(../icon05.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	text-indent:20px;
	color:#FE9900;
	font-weight:bold;
	letter-spacing:2px;
}

#contact-tel{
	margin:0px 0px 0px 0;
	text-align:right;
}

/*top*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.element01{
	width:540px;
	float:left;
	margin:30px 0 0px 0;
	padding-bottom:30px;
	border-bottom:1px #1782A4 solid;
}

.element01 img{
	width:190px;
	height:180px;
	float:left;
}

.element01 p{
	width:310px;
	float:left;
	display:block;
	margin-left:30px;
	display:inline;
	line-height:1.5em;
}

.top_table{
	width:540px;
	float:left;
	margin-top:20px;
}

.top_contents{
	width:260px;
	border:1px solid #CCC;
	float:left;
}

.top_contents_title{
	color:#118FB7;
	font-weight:bold;
	font-size:117%;
	background-image:url(../img/top_icon.jpg);
	background-repeat:no-repeat;
	text-indent:18px;
	margin:10px 10px 20px 10px;
}

.top_contents_title a,
.top_contents_title a:link,
.top_contents_title a:visited,
.top_contents_title a:active,
.top_contents_title a:hover{
	color:#118FB7;
	text-decoration:underline;
}


.top_contents_text{
	margin:10px 7px 10px 7px;
	line-height:1.5em;
}

.top_contents p{
	margin:5px 7px 7px 7px;
}



/*product*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.element07{
	width:540px;
	float:left;
	margin:30px 0 50px 0;
}

.element07 img{
	width:160px;
	height:150px;
	float:left;
}

.element07 p{
	width:340px;
	float:left;
	margin-left:30px;
	display:inline;
	line-height:1.5em;
}



.element02{
	width:540px;
	float:left;
	margin:30px 0 0px 0;
}

.element02 img{
	width:160px;
	height:160px;
	float:left;
}

.element02 p{
	width:340px;
	float:left;
	margin-left:30px;
	display:inline;
	line-height:1.5em;
}

.element_text{
	width:535px;
	float:left;
	color:#1782A4;
	font-weight:bold;
	font-size:117%;
	background-image:url(../img/top_icon.jpg);
	background-repeat:no-repeat;
	text-indent:18px;
	margin:20px 0px 10px 0px;
}

.element_list{
	list-style-type:none;
}

.element_list li{
	margin-bottom:5px;
}

.product_icon{
	background-image:url(../img/product_icon.jpg);
	background-repeat: no-repeat;
	clear:both;
}

.product_icon p{
	padding-left:25px;
		margin-bottom:10px;
}

/*solution*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.element03{
	width:540px;
	float:left;
	margin:30px 0 0px 0;
}


.element03 p{
	width:340px;
	float:left;
	display:inline;
	line-height:1.5em;
	margin:10px 0px 0 0;
}

.element03 .product_text{
	width:340px;
	float:left;
	display:inline;
	line-height:1.5em;
	margin-right:30px;
}

.element03 .product_text .product_icon{
	background-image:url(../img/product_icon.jpg);
	background-position:0px 10px;
	background-repeat: no-repeat;
	float:left;
	width:330px;
	margin-bottom:0px;
	line-height:0em;
}

.element03 .product_text .product_icon p{
	padding-left:25px;
		width:330px;
}

.element04{
	width:540px;
	float:left;
	margin:10px 0 0px 0;
}


.element04 p{
	width:340px;
	float:left;
	display:inline;
	line-height:1.5em;
	margin:10px 0px 0 0;
}

.element04 .product_text{
	width:340px;
	float:left;
	display:inline;
	line-height:1.5em;
	margin-right:30px;
}

.element04 .product_text .product_icon{
	background-image:url(../img/product_icon.jpg);
	background-position:0px 10px;
	background-repeat: no-repeat;
	float:left;
	width:330px;
	margin-bottom:0px;
	line-height:0em;
}

.element04 .product_text .product_icon p{
	padding-left:25px;
		width:330px;
}

.list_text{
	width:520px;
	line-height:1.5em;
	margin-bottom:20px;
}

.element03 img{
	width:160px;
	height:150px;
	float:left;
	margin-bottom:20px;
	text-align:right;
}


.element05{
	width:540px;
	float:left;
	margin:30px 0 300px 0;
}

.element05 img{
	width:160px;
	height:150px;
	float:left;
}

.element05 p{
	width:340px;
	float:left;
	margin:10px 0 0 30px;
	display:inline;
	line-height:1.5em;
}

#pro {
width:500px;
float:left;
display:inline;
margin-top:20px;
}

#pro ul {
list-style-type:none;
}

#pro ul li {
float:left;
width:160px;
margin-right:10px;
}

*html #pro ul li {
float:left;
width:160px;
margin-right:0px;
}

#pro ul li {
float:left;
width:160px;
margin-right:10px;
}


#pro ul li.end {
float:left;
width:160px;
margin-right:0px;
display:inline;
}


/*faq*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.element04{
	width:540px;
	float:left;
	margin:10px 0 30px 0;
}

.element04 ul{
	list-style-type:none;
	padding-left:10px;
}

.element04 ul li{
	background-image:url(../img/question_icon.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
	text-indent:30px;
	line-height:24px;
}

.question_title{
	width:540px;
	background-image:url(../img/question_title.jpg);
	background-repeat:no-repeat;
	line-height:26px;
	text-indent:25px;
	color:#1782A4;
	font-weight:bold;
	font-size:117%;
	clear:left;
}

.a_back{
	background-image:url(../img/question_back.jpg);
	background-repeat:no-repeat;
	float:left;
	background-position:0 5px;
}

.a_back p{
	padding-left:30px;
	display:block;
	width:510px;
	padding-bottom:40px;
}


/*company*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


.company_table{
	width:540px;
	border-collapse:collapse;
	text-align:left;
	line-height:1.5em;
	margin-bottom:50px;
}

.company_table td{
	padding:9px;
	border:1px solid #cccccc;
}

.company_table .highlight{
	border-right:1px solid #cccccc;
	background-color:#efefef;
	font-weight:bold;
	vertical-align:middle;
}

#map{
	margin:20px 0 20px 0px;
}

/*privacy*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.element06{
	width:540px;
	float:left;
	margin:30px 0 0px 0;
}


.element06 p{
	width:520px;
	float:left;
	display:inline;
	line-height:1.5em;
	margin-right:20px;
}


.privacy_text{
	text-indent:-1.2em;
	padding-left:15px;
	line-height:1.3em;
}


/*privacy*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.sitemap{
	list-style-type:none;
	padding:40px 0 0 15px;
}

.sitemap li{
	background-image:url(../img/sitemap_icon.jpg);
	background-repeat:no-repeat;
	background-position:0 5px;
	text-indent:13px;
	margin-bottom:20px;
}


.tech_table{
	width:540px;
	border-collapse:collapse;
	text-align:left;
	line-height:1.5em;
	margin-bottom:35px;
}

.tech_table td{
	padding:5px;
	border:1px solid #cccccc;
}

.tech_table .highlight{
	border-right:1px solid #cccccc;
	background-color:#efefef;
	font-weight:bold;
	vertical-align:middle;
}
