@charset "utf-8";

/*
Site Name: 
Description: parts style
*/

/* header
----------------------------------------- */
#header h1{
	float: left;
	width: 532px;
	height: 80px;
}


/* footer
----------------------------------------- */
#footer p#foot{
	font-size: 12px;
	padding-bottom: 5px;
}

#footer p#copyright{
	font-size: 12px;
	padding: 10px 0;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* topicpath
----------------------------------------- */
#topicpath{
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 86%;
	text-align: left;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

#topicpath li{
	float: left;
}

#topicpath li a{
	padding-right: 10px;
	margin: 0px 5px 0px 0px;
	background: url(../img/topicpath.gif) no-repeat right center;
}

/* content
----------------------------------------- */
#content p,
#content td,
#content li{
	line-height: 1.5;
}


/* main
----------------------------------------- */
#main p.p-top{
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}


#main ul,
#main ol,
#main p{
	padding: 0.5em 10px;
}

#main ul li{
	margin-left: 20px;
	list-style-type: square;
}

#main ol li{
	margin-left: 25px;
	list-style-type: decimal;
}

#contents #main h1,
#home #main h2{
	font-size: 24px;
	font-weight: 800;
	background-color: #D9D9D9;
	clear: both;
	padding: 5px 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #1D7AC0;
}

#contents #main h2,
#home #main h3{
	font-size: 20px;
	font-weight: 800;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1E529B;
	padding: 5px;
	color: #036;
}

#contents #main h3,
#home #main h4{
	font-size: 18px;
	font-weight: 800;
	margin-top: 20px;
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #1E529B;
}

#contents #main h4,
#home #main h5{
	font-weight: 800;
	margin-top: 15px;
	padding-left: 10px;
}

#main table{
	font-size: 100%;
	margin: 1em 10px;
}

#main table th,
#main table td{
	padding: 5px 10px 5px 10px;
}


#main .table-01{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #102B40;
	border-right-color: #102B40;
}

#main .table-01 th{
	background-color: #D8E1EF;
}

#main .table-01 th,
#main .table-01 td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #102B40;
	border-left-color: #102B40;
}

/* sub
----------------------------------------- */
#sub dl{
	margin-bottom: 20px;
}

#sub h2{
	font-size: 16px;
	font-weight: 800;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #1F79BF;
	margin-left: 5px;
	padding: 2px 5px;
}

#sub address{
	font-size: 12px;
	line-height: 1.5;
	margin-left: 5px;
}


img.contents_right{
	float: right;
	clear: both;
	margin-left: 15px;
	margin-bottom: 30px;
}

/* infomation css ------------------------------------ */

p.line{
	min-height: 155px;
	height: auto !important;
	height: 155px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #459CE9;
	clear: both;
}

strong.text{
	font-size: 16px;
	font-weight: bold;
}