/* Common CSS Document */

* {
	padding: 0;          /* cssリセット */
	margin: 0;           /* cssリセット */
}

body {
	background:#efefef;
	color: #444444;
	/*color: #00126C;*/ /* DIC435 */
	font-family: Osaka, sans-serif;
	font-size: 10pt;
	text-align:center;
	line-height:110%;
}

ol,ul {
	list-style-type: none;/* cssリセット */
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11pt;
}

img, a img {
	border: none;
}

p {
	text-indent:11px;
}

/* ------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background: url(../images/bgimg_01.gif) repeat-y;
}

/* ------------------------------------------------
contents
-------------------------------------------------*/
#contents {
	display: inline-block;
}

#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* ------------------------------------------------
top_image
-------------------------------------------------*/
#top_image {
	width: 668px;
	height:256px;
	float: left;
	background-color:#cccccc;
}

#top_image_224 {
	width: 668px;
	height:224px;
	float: left;
	background-color:#cccccc;
}

#top_image_192 {
	width: 668px;
	height:192px;
	float: left;
	background-color:#cccccc;
}

#top_image_128 {
	width: 668px;
	height:128px;
	float: left;
	background-color:#cccccc;
}

#top_image_64 {
	width: 668px;
	height:64px;
	float: left;
	background-color:#cccccc;
}

/* ------------------------------------------------
main
-------------------------------------------------*/
#main {
	width:630px;
	float: left;
	font-size: 11pt;
	margin-bottom: 28px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top:8px;
	line-height:140%;
}

html:first-child #main {
	float: left;
	margin-left: 20px;
}/* for Opera */

#main a {
	color:#006699;
}

#main h2 {
	background: url(../images/bg_information.gif) no-repeat bottom;
	padding: 8px;
	margin-bottom: 10px;
	font-size:12pt;
}

#main h3 {
	background: url(../images/circle_01.gif) no-repeat left;
	padding-left:18px;
	margin-top: 16px;
	margin-bottom: 8px;
}

#main h4 {
	margin-top: 10px;
	margin-bottom: 4px;
	padding-left:4px;
}

#main ul {
	list-style:disc;
	padding-left:32px;
}

#main ol {
	list-style:decimal;
	padding-left:32px;
}

#main li {
	padding-bottom: 6px;
}

#main dl {
	padding-left:10px;
}

#main dt {
	padding-top:10px;
	padding-bottom:4px;
}

#main dd {
	padding-left:16px;
}

#main .topic_path {
	padding-left:8px;
	font-size: 10pt;
	font-weight: normal;
	color:#999999;
}

#main .topic_path a {
	color: #006699;	
}

#main td, th{
	padding:1px;
	padding-left:6px;
	font-size:10pt;
	background-color:#FFFFFF;
}

#main hr{
	border:#CCCCCC 1px solid;
}

#news ul {
	list-style:disc;
	padding-left:24px;
}

#news li {
	font-size:10pt;
	padding-bottom:6px;
}

#news .red {
	color:#FF6633;
}

/* ------------------------------------------------
Header
-------------------------------------------------*/
#header {
	height: 64px;
	color: #eeeeee;
	background-image:url(../images/header_img.gif)
}

#header_navi{
	position: relative;
	top: 40px;
	float:right;
	color:#666666;
	padding-right:10px;
}

#header_navi a{
	color:#666666;
	text-decoration: none;
}

/* ------------------------------------------------
Footer
-------------------------------------------------*/
#footer {
	height: auto;
	padding: 10px;
	color:#666666;
	font-size:12px;
	text-align: center;
	vertical-align:middle;
	float: none;
	background: url(../images/footer_bg.gif) bottom no-repeat;
}

#footer_navi{
	color:#666666;
	padding-bottom:4px;
	
}

#footer_navi a{
	color:#666666;
	text-decoration: none;
}

/* clear */
.clear { clear: both;}

/* ------------------------------------------------
Menu Vertical
-------------------------------------------------*/

#menu {
	width: 192px;
	height: 600;
	float:left;   
	background:#e4e4e4;
}

#menu ul {
	width: 192px;           
	background:#e4e4e4;
	margin-bottom: 16px;
}

/* clearfixの追加 */
#menu ul:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#menu ul { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
#menu ul {display:block;}
/* end MacIE5 */

#menu li{
	float: none;
	width: 192px;
}

#menu li a{
	font-size: 11pt;
	font-weight: normal;
	line-height:32px; /* 高さ */
	color:#333333;
	text-decoration: none;
	display: block; /* aタグのクリック範囲を拡大 */
	width: 100%; /* IE対策 */
	text-align: left;
	text-indent: 16px;
	/*background:#0066FF; */
	background: url(../images/bgimg_02.gif) left top no-repeat;
}

#menu li a:hover{
	color: #ffffff;
	background: url(../images/bgimg_02h.gif) left top no-repeat;
}

/* #menu li a:hover を強制的に表現 */
#menu .location a {
	color: #ffffff;
	background: url(../images/bgimg_02h.gif) left top no-repeat;
}

/* 子項目 */
#menu .level2 a {
	font-size: 10pt;
	text-indent:20px;
	line-height:24px; /* 高さ */
	color:#333333;
	background:#FFFFFF;
}

#menu .level2 a:hover {
	color:#006699;
	font-weight: bold;
	background:#FFFFFF;
}

/* level2_here */
#menu .level2_here a {
	font-size: 10pt;
	text-indent:20px;
	line-height:24px;
	color:#006699;
	font-weight: bold;
	background:#FFFFFF;
}

#menu .level2_here a:hover {
	font-size: 10pt;
	text-indent:20px;
	line-height:24px;
	color:#006699;
	font-weight: bold;
	background:#FFFFFF;
}

#menu .level2 a:before {
	/*content:"|- ";*/
}

#menu .address {
	font-size:12px;
	margin:16px;
}

#menu .address_small {
	font-size:11px;
}

/* ------------------------------------------------
Menu Horizontal
-------------------------------------------------*/

#menu_h {
	width: 780px;           
	background:#cccccc;
}

#menu_h ul {
	width: 760px;           
	background:#cccccc;
}

/* clearfixの追加 */
#menu_h ul:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#menu_h ul { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
#menu_h ul {display:block;}
/* end MacIE5 */

#menu_h li{
	float: left;
	width: 125px;
}

#menu_h li a{
	font-size: 11pt;
	font-weight: normal;
	line-height:32px; /* 高さ */
	color:#eeeeee;
	text-decoration: none;
	display: block; /* aタグのクリック範囲を拡大 */
	width: 100%; /* IE対策 */
	text-align:center;
	background:#0066FF; /* DIC435 */
}

#menu_h li a:hover{
	color: #FFCC00;
	background: #00126C;
}

/* #menu li a:hover を強制的に表現 */
#menu_h .location a {
	color: #FFCC00;
	background: #00126C;
}

