/* Common CSS Document */

* {
	padding: 0;          /* cssリセット */
	margin: 0;           /* cssリセット */
}

body {
	background:#efefef;
	color: #444444;
	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: 830px;
	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;
}

/* ------------------------------------------------
main
-------------------------------------------------*/
#main {
	width:630px;
	float: right;
	font-size: 11pt;
	margin-bottom: 28px;
	margin-left: 20px;
	margin-top:10px;
	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 8px 8px 8px;
	margin-bottom: 10px;
}

#main h3 {
	/*background: url(../images/circle_01.gif) no-repeat left;
	padding-left:18px;
	margin-bottom: 8px;*/
}

#main ul {
	list-style:disc;
	padding-left:16px;
}

#main li {
	padding-bottom: 6px;
}

#main dl {
	padding-left:10px;
}

#main dt {
	padding-top:16px;
	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{
	font-size:10pt;
}

#news ul {
	list-style:disc;
	padding-left:24px;
}

#news li {
	font-size:10pt;
	padding-bottom:6px;
}

#news .red {
	color:#FF6633;
}

/* ------------------------------------------------
Header
-------------------------------------------------*/
#header {
	height: 100px;
	color: #ffffff;
	background-image:url(../images/header_img.gif)
}

#header .title {
	padding:16px;
	line-height:120%;
}

#header .size1 {
	font-size:14pt;
	font-weight:bold;
}

#header .size2 {
	font-size:12pt;
	font-weight:bold;
}

/* ------------------------------------------------
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;
}

/* clear */
.clear { clear: both;}

/* ------------------------------------------------
Menu Vertical
-------------------------------------------------*/

#menu {
	width: 160px;
	height: 600;
	float:left;   
	background:#FAAFBE; /* pink */
}

#menu ul {
	width: 160px;           
	background:#FAAFBE;
	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: 160px;
}

#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 .sub_menu a {
	font-size: 10pt;
	text-indent:25px;
	color:#333333;
	background: url(../images/bgimg_03.gif) left top no-repeat;
}

#menu .sub_menu a:hover {
	color:#006699;
	font-weight: bold;
	background:url(../images/bgimg_03.gif) left top no-repeat;
}

#menu .sub_menu a:before {
	/*content:"|- ";*/
}

#menu .address {
	font-size:12px;
	margin:16px;
	color:#666666;
}

/* ------------------------------------------------
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;
}
