@charset "Shift_JIS";
/*
----------------------------------------------------
Author:www.coral.co.jp
Update:2009.7.23
---------------------------------------------------- */


/* クリア */
* {
margin: 0;
padding: 0;
font-size: 100%;
font-weight: normal;
}

/* 全体基本設定 */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align:center;
	line-height: 170%;
}

p {
	margin-top: 5px;
}

h1 {
	color:#00469D;
	font-size:134%;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 10px;
}

h2 {
	color:#404040;
	font-size:117%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

h3 {
	color:#FF0000;
	font-size:100%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
}

h4 {
	color:#00469D;
	font-size:100%;
	margin-bottom: 10px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00469D;
}

h5 {
	color:#404040;
	font-size:100%;
}

h6 {
	color:#404040;
	font-size:100%;
}

strong {
	font-weight: bold;
}

address {
	font-size: 84%;
	font-style: normal;
	color: #666666;
	padding-top: 5px;
}

.text10 {
	font-size: 84%;
}

.text14 {
	font-size: 117%;
}

.text10_red {
	font-size: 84%;
	color: #D42B51;
}

.text12_red {
	font-size: 100%;
	color: #D42B51;
}

.text14_red {
	font-size: 117%;
	color: #D42B51;
}

.text10_blue {
	font-size: 84%;
	color: #0066CC;
}

.text12_blue {
	font-size: 100%;
	color: #0066CC;
}

.text14_blue {
	font-size: 117%;
	color: #0066CC;
}

.text10_white {
	font-size: 84%;
	color: #FFFFFF;
}

.text12_white {
	font-size: 100%;
	color: #FFFFFF;
}

.text10_brown {
	font-size: 84%;
	color: #663300;
}

.text12_brown {
	font-size: 100%;
	color: #663300;
}

.text14_brown {
	font-size: 117%;
	color: #663300;
}


/* リンク設定 */
a {
	text-decoration: none;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6666CC;
}
a:hover {
	text-decoration: underline; color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* CORAL設定 */
.coral {
	font-size: 84%;
	color: #999999;
	padding-top: 5px;
}
.coral a {
	color: #999999;
}
.coral a:link {
	color: #999999;
}
.coral a:hover {
	text-decoration: underline; color: #999999;
}


/* 画像 */
img {border: 0;}

.img_b10 {
	margin-bottom: 10px;
}

.img_fb10 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.img_left {
	float: left;
	padding-right: 15px;
}

.img_right {
	float: right;
	padding-left: 15px;
}


/* 定義リスト */
dl {
 border:1px solid #D7D7D7;
 width:600px;
}

dt {
	float:left;
	width:130px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}

dd {
	margin-left:130px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}


/* テーブル */
table {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
}

th {
	text-align: center;
	padding-bottom: 5px;
	background-color: #EEF1F9;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
	background-position: center;
	color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
}

td {
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding-left: 8px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* ベースセンター */
#box {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(images/box_back.gif);
	background-repeat: no-repeat;
}

#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#topimg {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#main_left {
	float: left;
	width: 300px;
}

#main_center {
	float: left;
	width: 300px;
	margin-left: 20px;
}

#main_right {
	float: right;
	width: 300px;
}

/* レベル2 */
#main2_right {
	float: right;
	width: 250px;
}

#main2_left {
	float: left;
	width: 670px;
}


#footer {
	text-align: center;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


/* トップイメージのスライドショー */
#myslides {
	width: 940px;
	height: 255px;
	padding: 0;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
 
#myslides img {  
	width: 940px;
	height: 255px;
    top:  0; 
    left: 0 
}


/* メニュー */
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(images/navi_home.png) no-repeat;
	width: 188px; 
}
ul#topnav a.company {
	background: url(images/navi_company.png) no-repeat;
	width: 188px; 
}
ul#topnav a.products {
	background: url(images/navi_products.png) no-repeat;
	width: 188px; 
}
ul#topnav a.information {
	background: url(images/navi_information.png) no-repeat;
	width: 188px; 
}
ul#topnav a.contact {
	background: url(images/navi_contact.png) no-repeat;
	width: 188px; 
}


ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #333366;
	background-image: url(images/sub_bg.gif);
	background-repeat: repeat-x;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #FFFF00; background-position: 5px 12px ;}
