@charset "utf-8";

/* -----common---- */

*	{ font-family: "lr oSVbN","Osaka","qMmpSVbN Pro W3",Verdana, Arial, sans-serif; }

body {
	margin: 0px 0px 20px 0px;
	color: #333333;
	text-align: center;
	padding: 0px;
	}

a {
	text-decoration: none;
	color: #4648B8;
	}

a:hover    {
	text-decoration: underline;
	color: #0066FF;
	}

h1,h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
	margin: 3px 0px 5px 0px;
	padding: 3px 15px 10px 15px;
	font-size: 12px;
	line-height: 1.5;
	}
	
p.comp {
	margin: 6px 15px 10px 15px;
	padding: 3px 15px 10px 15px;
	font-size: 12px;
	line-height: 1.5;
	}	

p.small {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 100%;
	line-height: 1.3;
	}
	
p.exp {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 12px;
	font-size: 100%;
	line-height: 1.3;
	color:6b6b6b;
	}	
	
p.pankuzu {
	margin: 0px 0px 3px 0px;
	font-size: 10px;
	}	

div	{ padding:0;margin:0; }

img{
	border: 0px solid #FFFFFF;
	margin:0px;
	}

#wrap {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	background-image: url(images_common/con_bg.gif);
	background-repeat: repeat-y;
}

/* -----head----- */
#head {
	background: url(images_common/head_bg.jpg) no-repeat;
	margin:0px;
	padding: 0px;
	width:800px;
	height:130px;
	position:relative;
}

#head a {
	color: #ffffff;
	text-decoration: none;
	}

#head h1 {
	float:left;
	margin:0px;
	padding: 0px;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-indent:15px;
	width:450px;
}

#head h2 {
	float:right;
	margin:0px;
	padding: 0px;
	color: #ffffff;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	text-align:right;
	padding-right:10px;
	width:300px;
}

#head a:hover{
	text-decoration: underline;
}

#head p {
	float:left;
	color: #333333;
	font-size:12px;
	font-weight:bold;
	width:320px;
	text-align:right;
	position:absolute;
	top:80px;
	left:470px;
}

#head img{
	margin:0;
	padding:0;
	position:absolute;
	top:45px;
	left:0px;
}

/* ----------headmenu---------- */

#headmenu {
	margin: 0 0 0 2px;
	padding: 0;
	height: 30px;
	width: auto;
	border-bottom:1px solid #0082fd;
	background-color:#E7E7E7;
}

#headmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	text-align: center;
}

.menu {
	width:114px;
}

#headmenu li {
	float:left;
	display : block;
	list-style-type: none;
	margin: 0;
	height: auto;
}

#headmenu li a {
	color:#4e4e4e;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	display : block;
	line-height:30px;
	height:30px;
	background-image: url(images_common/top_menu.gif);
	background-repeat: no-repeat;
}

#headmenu li a:hover {
	color:#f4f4f4;
	margin: 0;
	display : block;
	line-height:28px;
	height:30px;
	background-image: url(images_common/top_menu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* -----contents----- */

#center {
	float: left;
	margin: 0px 0px 1px 0px;
	width: 650px;
	color: #000000;
	overflow: hidden;
	line-height: 100%;
	}

#center a {
	font-size:12px;
	}

#center img{
	border: 0px solid #FFFFFF;
	}

.content {
	padding: 10px 15px 0px 15px;
	color: #4e4e4e;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
	

/* ----------content---------- */

.content h3 {
	color: #4f4f4f;
	font-size: 14px;
	font-weight:bold;
	line-height:25px;
	text-align: left;
	padding: 5px 0 0 10px;
	margin: 10px 0 10px;
	background: #ffffff url(images_common/title_base.gif) no-repeat left top;
	}

.content h4 {
	color: #666666;
	font-size: 14px;
	font-weight:bold;
	line-height:20px;
	text-align: left;
	padding: 2px 0 0 5px;
	margin: 0px 15px 10px 15px;
	background: #ffffff url(images_common/title_midashi.gif) no-repeat left top;
	}


table.layout {
	border: solid 1px #ffffff;
	border-collapse: collapse;
	width: 600px;
	font-size: 105%;
	color: #333333;
	line-height: 1.3;
	margin:25px 0px 10px 20px;
	}

table.layout td{
	border: solid 3px #ffffff;
	padding:8px;
	}

table.layout2 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	width: 570px;
	font-size: 12px;
	color: #333333;
	line-height: 1.3;
	margin:15px 0px 25px 35px;
	}

table.layout2 tr{
	border: solid 1px #cccccc;
	}

table.layout2 td{
	border: solid 1px #cccccc;
	padding: 5px;
	}

table.re {
	border: solid 1px #004796;
	border-collapse: collapse;
	width: 460px;
	font-size: 14px;
	color: #004796;
	line-height: 1.3;
	margin:20px 0px 30px 0px;
	text-align: center;
	}
	
table.re td{
	padding: 7px;
	}	

/* -----topcontents-midashi----- */

.midashi {
	margin: 10px 0px 5px 4px;
	float: left;
	}

/* -----midashi-table-layout----- */

table.layoutmida {
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
	width: 200px;
	font-size: 100%;
	color: #4e4e4e;
	line-height: 1.3;
	margin-bottom:15px;
	}

table.layoutmida td{
	padding:5px;
	}

/* -----cate-midashi----- */

.cate-midashi {
	margin: 10px 10px 5px 9px;
	float: left;
	}
	

/* -----leftnavi-frame---- */

#leftnavi-frame {
	float: left;
	width: 150px;
	overflow: hidden;
	margin-top: 0px;
	color: #666666;
	}

/* -----sidemenu----- */

#sidemenu {
	padding: 0px 0px 5px 0px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #E7E7E7;
	background-color:#FFFFFF;
	}

#sidemenu h4 {
	color: #4e4e4e;
	font-size: 12px;
	text-align: left;
	line-height:22px;
	text-indent: 10px;
	padding-top:2px;
	background: url(images_common/point.gif) no-repeat left bottom;
	}

#sidemenu ul{
	padding: 0 0 0 3px;
	font-size: 12px;
	text-align: left;
	margin:2px 0 0 5px;
	line-height: 130%;
	list-style:disc;
	}

#sidemenu li{
	background-image: url(images_common/side-li.gif);
	background-repeat: no-repeat;
	line-height: 24px;
	list-style-type: none;
	text-indent: 13px;
	padding-bottom: 4px;
	margin-top:4px;
}

/* -----ichioshi----- */

#ichioshi {
	padding: 0px 5px 5px 5px;
	margin-top:10px;
	margin-bottom: 10px;
	background-color:#ffffff;
	}

#ichioshi h3 {
	color: #000000;
	font-size: 12px;
	text-align: left;
	line-height:22px;
	text-indent: 10px;
	padding-top: 2px;
	background: url(images_common/point.gif) no-repeat left bottom;
	}
	
/* -----footer----- */

#footer{
	border-top: double 3px #aeaeae;
	padding-top: 3px;
	clear: both;
	text-align: center;
	padding-bottom: 5px;
	background-color: #ffffff;
}

#footer p{
	color:#333333;
	font-size: 10px;
	line-height:1.8;	
	margin-top: 0;
	margin-bottom: 15px;
}

#footer a{
	color:#3946ee;
	font-size:12px;
	text-decoration: underline;
}

#footer a:hover    {
	text-decoration: none;
	color: #666666;
	}
	
	


/* ===== Table ===== */
.table001 {
	clear:both;
	margin-bottom:13px;
	border-top:1px solid #E7E7E7;
	width:580px;
	font-size:10pt;
	margin:25px 10px 10px 20px;
}

.table001 th,
.table001 td {
	padding:7px 0;
	border-bottom:1px solid #E7E7E7;
	background-color:#FFF;
	line-height:1.5;
}

.table001 th {
	padding:10px 3px;
	width:20%;
	font-weight:bold;
}

.table001 .colRight {
	padding:5px 17px;
	border-left:7px solid #E7E7E7;
}

.table001 .listDecimal,
.table001 .listDisc,
.table001 .listNormal {
	margin:0;
	font-size:1em;
}
	
	
/**************************************************
	Corporate
**************************************************/
.iconMap {
	padding-left:7px;
}

.iconMap img {
	vertical-align:middle;
}

.iconTel {
	padding:2px 27px 2px 17px;
	background:transparent url("../../corporate/images/icon_tel.gif") 0 50% no-repeat;
}

.iconFax {
	padding:2px 0 2px 17px;
	background:transparent url("../../corporate/images/icon_fax.gif") 0 50% no-repeat;
}


/* ===== Table ===== */

.table001 .address {
	display:block;
	margin-bottom:3px;
}


/* ===== Contents Float Left & Right Box ===== */
.contLeft {
	float:left;
	width:104px;
}

.contRight {
	float:right;
	margin-left:30px;
	width:506px;
}

.li{
	font-size:11px;
	color:#0033FF;
	}	