/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 


/*==== リンク設定 ===*/
/*テキストリンクの色*/
a:link {
	text-decoration: none;
	color:#0082bf;
}
/*訪問済みのリンクの色*/
a:visited {
	text-decoration: none;
	color:#0082bf;
}
/*クリック時のリンクの色*/
a:active {
	text-decoration: none;
	color:#9c5ba6;
}
/*マウスの上にカーソルがあるときのリンクの色*/
a:hover {
	color:#86682a;
	text-decoration:none;
	position: relative;
	left: 1px;
}
/*==== 見出しHシリーズ ===*/
h1 {
	text-indent: -5000px;
	padding: 0px;
	margin:0px;
	font-size: 12px;
}
h2 {
	height:39px;
	clear:both;
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	padding:4px 5px 5px 13px;
	background-color:#fff;
	background-image: url("images/h2-4.gif");
	background-repeat:no-repeat;
}
h3 {
	height:45px;
	clear:both;
	vertical-align : top;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	margin-top:10px 0px;
	padding:6px 5px 5px 13px;
	background-color:#fff;
	background-image: url("images/h3.gif");
	background-repeat:no-repeat;
}
h4 {
	clear:both;
	padding: 0 20px;
	border-top:1px dotted silver;
	border-bottom:1px solid silver;
	background-color:#fff;
	background-image: url("images/ya4.gif");
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align : middle;
	color:#444;
}
h5 {
	clear:both;
	margin-bottom:15px;
	border-top:1px dotted silver;
	border-bottom:1px solid silver;
	font-size:16px;
	font-weight:bold;
	background-color:#fff;
	margin-top:2px;
	margin-bottom:2px;
	padding:0px 5px 0px 10px;
	border-right:1px solid silver;
	border-bottom:3px double silver;
	border-left:5px solid #f60;
}
h6 {
	font-size:12px;
	color:#f00;
	font-weight:normal;
	line-height:160%;
}



/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}

body{	
	text-align:left;
	min-width:776px;/* for mozilla*/
	background-color: #fff;
	height:100%;
	background:  url(images/) repeat-x left top;
}
#wrapper {
	background:  url(images/) repeat-x left bottom;
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:776px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	border-left:solid 1px #cbcbcc;
	border-right:solid 1px #cbcbcc;
/*background:  url(images/inner_776x1.jpg) repeat-y left top;*/

}

/* mac hide \*/
* html #outer{
	width:776px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:183px;/*needed to make room for header*/
} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:150px;
	z-index:74;
	background: url(images/top-header_776x93.jpg) no-repeat left top;
}


/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
#footer {
	color: #333333;
	width:776px;
	clear:both;
	height:82px;
	text-align:left;
	left:0px;
	bottom:0px;
	position: absolute;
	no-repeat left top;
	background-color:#efefef;

}

#footer p a {
	text-decoration: none;
	color: #333333;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/




#left {
	width:206px;
	float:left;
	z-index: 55;
}
#left-inner {
	width: 178px;
	padding-left: 4px;
	text-align: left;
}
#left-inner h2 {
	font-size: 15px;
}



#right {
	position:relative;/*ie needs this to show float */
	width:565px;
	float:left;
	padding-left:5px;
	z-index:63;
}
#right-inner {
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}



#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#content {
	z-index: 300;
	padding-bottom: 7px;
}

#footer p {
	padding: 8px;
        margin:0;
        font-size:10px;
}

/*==== メインメニューせっていその１はじまり ===*/

#ajaxmenu{
	position:absolute;
	top:150px;
	left:0px;
	width: 100%;
	height: 30px;
	z-index:64;
	margin-right: auto;
	margin-left: auto;
}

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}

#ajaxmenu ul li {
	position: relative; top: 0;left:0px;
	float: left;
	height:30px;
	width:123px;　/*横幅サイズ指定*/
	display: block;
	text-decoration: none;
	text-align: center ;
	vertical-align: middle;
	border-right:solid 1px #cbcbcc;
	background-image: url("images/navi2.gif");
}

#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:26px;
	line-height: 14px;
	}
#ajaxmenu ul li a {
	color: #464646;
	font-weight:bold;
	font-size:12px;
	line-height: 28px;
	height:30px;
	width: 100%;
		text-align: center ;
}

/*はじめの部分*/
#ajaxmenu ul li.firstcategory {
	color: #062E4B;
	font-weight: normal;
	height: 26px;
	padding: 0px;
	margin: 0px;
	}
	
/*中間の部分*/
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: normal;
	height: 26px;
	padding: 0px;
	margin: 0px;
	}

/*最後の部分*/	
#ajaxmenu ul li.lastcategory {
	color: #062E4B;
	font-weight: normal;
	height: 26px;
	padding: 0px;
	margin: 0px;
	}






/*左カラム*/

.z180_top {
	width:200px;
	margin:0 auto;
	padding-top:4px;
	background-color:#94caee;
	vertical-align :bottom;
	font-weight:bold;
	text-align:center;
	line-height:18px;
	font-size:12px;
	color:#ffffff;
}

.z180 {
	font-size:10px;
	width:198px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	border-left:solid 1px #94caee;
	border-right:solid 1px #94caee;
	border-bottom:solid 1px #94caee;
	text-align:left;
	line-height:14px;
	color:#000;
}
.z180 p {
	font-size:12px;
	margin:0;
	padding:5px;
	line-height:14px;
}
/*一段目*/
.z180 ul {
	line-height:14px;
	margin-left:5px;
	padding:0px;
	list-style:none;
}

.z180 li {
	line-height:14px;
	font-size:10px;
	font-weight:bold;
	margin-bottom:5px;
	list-style-type:disc;
	list-style-position: inside;
	list-style-image: url("images/ya1.gif");
}

/*二段目*/
.z180 li ul {
	line-height:14px;
	margin-left:20px;
	background-color:#fff;
}
.z180 li li {
	line-height:14px;
	font-size:10px;
	font-weight:normal;
	list-style-type:circle;
	list-style-position: outside;
	list-style-image: none;
	background-color:#fff;
	}
	
.z180 hr {
	border:solid 1px #94aebd;
	height:1px;
	background-color:#94aebd;
	color:#94aebd;
}
