@charset "utf-8";

/*formatting style
---------------------------------*/* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #0033CC;
	font-family: "sans-serif";
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #9966FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
#main a:link {
	color: #0033CC;
	text-decoration: underline;
}
#main a:visited {
	color: #9966FF;
	text-decoration: underline;
}
#main a:hover {
	color: #000000;
	text-decoration: none;
}
#main a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
---------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a0a8a9;
	border-left-color: #a0a8a9;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* header_top
---------------------------------*/

#wrapper #header_top {
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	border-top: 6px #0066ff solid;
	background-image: url(../images/bg_header_iapan.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	}

/* ie9　ハック
---------------------------------*/
#wrapper #header_top:not(:target) {
	margin:0px 0px 0px 0px\9;
	padding:0px 0px 7px 0px;
	border-top: 6px #0066ff solid;
	background-image: url(../images/bg_header_iapan.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	}

/* ie8　ハック
---------------------------------*/
html>/**/body #wrapper #header_top {
	margin: 0px 0px 0px 0px\9;
	padding: 0px 0px 7px 0px\9;
	border-top: 6px #0066ff solid\9;
	background-image: url(../images/bg_header_iapan.gif)\9;
	background-repeat: no-repeat\9;
	background-position : left top\9;
	}

/* firefox　ハック
---------------------------------*/
@-moz-document url-prefix() { #wrapper #header_top {
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	border-top: 6px #0066ff solid;
	background-image: url(../images/bg_header_iapan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} }

#wrapper #header_top h1 {
	width:836px;
	margin:0px 0px 8px 0px;
	padding:7px 11px 8px 11px;
	font-size:10px;
	line-height:14px;
	color:#4a4a4a;
	font-weight:bold;
	background-image: url(../images/header/bg_line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#wrapper #header_top div.rogo_area {
	margin:0px;
	padding:0px;
}

#wrapper #header_top div.rogo_area .head_rogo {
	margin-left:9px;
	padding-top:2px;
	float:left;
}

/* ie6　ハック
---------------------------------*/

#wrapper #header_top div.rogo_area .head_rogo {
	_margin-left:6px;
	padding-top:2px;
	float:left;
}

#wrapper #header_top div.rogo_area .head_iwatsu {
	margin-left:18px;
	float:left;
}

#wrapper #header_top div.rogo_area .head_freecall {
	margin-left:12px;
	float:left;
}

#wrapper #header_top div.rogo_area .head_guarantee {
	margin-right:8px;
	padding-top:0px;
	float:right;
}

/* main styles
---------------------------------*/
#main {
	padding: 15px;
	float: left;
	width: 600px;
	margin-bottom: 5px;
	color:#000000;
}
#main h2 {
	font-size:16px;
	color:#0066ff;
	border-bottom: 1px #0066ff solid;
	padding-bottom:5px;
	margin-bottom:25px;
}
#main_tema  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	background-color: #FFFFFF;
	white-space: normal;
	width: 320px;
	margin: auto;
	height: 20px;
	border: thin solid #3399CC;
	position: absolute;
	left: auto;
}

/* sidebar left styles
---------------------------------*/
#sidebar_left {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
}
#sidebar_left h2 {
	color: #0099FF;
	font-size: 12px;
}

/*** 11/01/06 add ***/

#sidebar_left a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

#sidebar_left a:hover {
	color: #092579;
	text-decoration: underline;
}

#sidebar_left a:active {
	color: #092579;
	text-decoration: underline;
}

/* firefox hack */

@-moz-document url-prefix() { #wrapper #sidebar_left a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
}
@-moz-document url-prefix() { #wrapper #sidebar_left a:hover {
	color: #092579;
	text-decoration: underline;
}
}
@-moz-document url-prefix() { #wrapper #sidebar_left a:active {
	color: #092579;
	text-decoration:underline;
}
}

#sidebar_left div.left_side_menu {
	width:180px;
}

#sidebar_left div.left_side_menu table {
	width:180px;
	background-color:#d4ede4;
	line-height:15px;
	font-size:12px;
}

#sidebar_left div.left_side_menu th {
	width:15px;
	vertical-align:top;
	padding:6px 0px 2px 2px;
	border-bottom:1px solid #ffffff;
}

#sidebar_left div.left_side_menu th.th_tit {
	width:180px;
	vertical-align:top;
	padding:5px 0px 5px 7px;
	border-bottom:1px solid #ffffff;
	text-align:left;
	background-color:#8ec1ed;
	color:#0044dd;
}

#sidebar_left div.left_side_menu th.th_tit a:link,
#sidebar_left div.left_side_menu th.th_tit a:visited {
	color:#0044dd;
}

#sidebar_left div.left_side_menu th.th_tit a:hover {
	color:#092579;
	text-decoration: underline;
}

#sidebar_left div.left_side_menu td {
	padding:4px 2px 2px 0px;
	border-bottom:1px solid #ffffff;
}

#sidebar_left div.banner_side_menu table {
	width:180px;
	background-color:#ffffff;
	line-height:12px;
	margin-top:15px;
	margin-bottom:2px;
}

#sidebar_left div.banner_side_menu table th {
	width:15px;
	vertical-align:top;
	padding:5px 0px 2px 0px;
	border-bottom:0px solid #ffffff;
}

#sidebar_left div.banner_side_menu table td {
	vertical-align:top;
	padding:4px 0px 2px 0px;
	border-bottom:0px solid #ffffff;
	font-weight:bold;
	font-size:12px;
	line-height:15px;
}

#sidebar_left p.left_contact {
	margin-top:4px;
	margin-bottom:10px;
}

#sidebar_left p.left_download {
	margin-top:0px;
	margin-bottom:5px;
}

div.left_text_zenkoku,
p.left_text_zenkoku {
	color:#000000;
	border: 3px #BEBEBE double;
	padding:5px 7px;
	line-height:19px;
	margin-top:10px;
}

span.left_text_tit,
div.left_text_tit {
	color:#003399;
	line-height:17px;
	font-weight:bold;
}

div.margin_b_3 {
	margin-bottom:3px;
}

p.margin_b_10 {
	margin-bottom:10px;
}

.margin_t_15 {
	margin-top:15px;
}

p.margin_t_30 {
	margin-top:15px;
}


/* header styles
---------------------------------*/
#header {
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	height: 240px;
	position: relative;
 }

#header_levancio {
	background-image: url(../images/header_top.jpg);
	background-repeat: no-repeat;
	height: 240px;
	position: relative;
 }

h1 {
	margin: 0;
	width: 850px;
	font-size: 12px;
	color: #0099FF;
	float: left;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	font-style: normal;
	color: #666666;
}
#header ul,
#header_levancio ul{
	width: 858px;
	position: absolute;
	top: 200px;
	left: 0px;
	background-color: #FFFFFF;
}

#header ul li,
#header_levancio ul li{
	width: 143px;
	float: left;
	list-style-type: none;
}

#header ul li a,
#header_levancio ul li a{
	color: #555555;
	background-color: #d2d2d2;
	text-align: center;
	text-decoration: none;
	display: block;
	border-top: 3px solid #FFFF66;	
	border-left: 2px solid #FFFFFF;
	border-bottom: 3px double #999999;
	padding:7px 0px 5px 0px;
	font-weight:bold;
}

#header ul li#nhome a,
#header_levancio ul li#nhome a{
	border-left-style: none;
}

/* footer styles
---------------------------------*/
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #00CCFF;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}

/*110509追加分*/

#sidebar_left div.side_blog {
	background-image: url(../images/bg_info_m.gif);
	background-repeat: repeat-y;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#333333;
}

#sidebar_left div.side_blog div.side_blog_spa {
	padding:0px 9px 0px 9px;
}

div.rss-box {
	list-style:none;
	}
	
a.rss-item {
	background-image: url("../images/ico_sitelink.gif");
	padding: 3px 0px 5px 13px;
	background-repeat: no-repeat;
	background-position: left 5px;
	text-decoration:underline;
	}

ul.rss-items {
	margin:7px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:12px;
	color:#010101;
	list-style:none;
	}

ul.rss-items li {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

