/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ffffff;
	font-size: 12px;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
	color: #666666;
}
body{	
	text-align:left;
	/*min-width:776px;/* for mozilla*/
	min-width:1000px;/* for mozilla*/
	/*background-color: #333333;*/
	background-color: #ffffff;
	height:100%;

	background:  url(images/10x1000.png) repeat-x left top;

}
#wrapper {
	background:  url(images/foot_bg_10x121.png) repeat-x left bottom;
	_height: 121px;
}

#outer{
	height:99.9%;
	min-height:100%;
	/*width:776px;*/
	width:1000px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	/*background:  url(images/inner_776x1.jpg) repeat-y left top;*/
	background:  url(images/1000x100.png) repeat-y left top;
}

/* mac hide \*/
* html #outer{
	/*width:776px*/
	width:1000px;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:380px;/*needed to make room for header*/
}
	#inner_contents{
		width:100%;
		padding-top:137px;
	}

#header{
	position:absolute;
	top:0px;
	left:0px;
	/*width:776px*/
	width:1000px;
	height:120px;
	z-index:74;
	background:  url(images/topheader_1000x120.png) no-repeat left top;
}

#header_alias{
	position:absolute;
	top:120px;
	left:4px;
	width:992px;
	height:260px;
	background: url(images/992x260.png) no-repeat left top;
}
#ajaxmenu{
	position: absolute;
	top: 63px;
/*
	left:346px;
	width:654px;
*/
	left: 0px;
	width: 100%;

	height: 25px;
	z-index: 65;
	/*background:  url(images/header_776x43.jpg) no-repeat left top;*/
}

#breadcrumbs {
	position:absolute;
	top: 89px;
	left: 15px;
	width: 970px;
	color: #ffffff;
}
#breadcrumbs a {
	color: #ffffff;
}
#breadcrumbs_l {
	float: left;
}
#breadcrumbs_r {
	float: right;
	padding-top: 1px;
	font-size: 10px;
}

#logo {
	position:absolute;
	top:0px;
	left:7px;
	width:237px;
	height:55px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/logo_237x63.gif) no-repeat left top;
}
/* mac hide \*/
/** html #outer, * html #header {width:780px}*/
* html #outer, * html #header {width:1004px}
/* end hide*/
#footer {
	/*width:776px*/
	width:1000px;
	clear:both;
	height:121px;
	left:0px;
	bottom:0px;
	position: absolute;
	background:  url(images/foot_1000x121.png) no-repeat left top;

}
#footer p {
	margin-top: 10px;
}
#footer p a {
	text-decoration: none;
	color: #666666;
}
* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:121px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
/*	width:245px;
	_width:249px;*/
	width:355px;
	_width:359px;
	float:right;
	z-index: 999;
	/*background:  url(images/right_224x29.png) no-repeat left top;*/
	/*border: 1px #ff0000 solid;*/
}
#right-inner {
	/*width:212px;*/
	width:322px;
	text-align: left;
	padding-top: 15px;
	padding-left: 0px;
	/*border: 1px #00ff00 solid;*/
	color: #999999;
}
#right-inner h2 {
	font-size: 12px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:616px;
	float:left;
	padding-left: 4px;
	z-index: 56;
}
#left-inner {
	width:612px;
	text-align: left;
}
#clearfooter {
	width:100%;
	height:121px;
	clear:both;
} /* to clear footer */

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-121px;
} /*safari wrapper */

#content {
	z-index: 300;
	padding-bottom: 21px;
}


#content h2 {
	position: relative;
	height:21px;
	margin:0;
	padding-top: 1px;
	padding-left: 21px;
	padding-bottom: 21px;
	line-height: 24px;
	font-size: 11px;
	color: #ffffff;
	font-weight: none;
	background:  url(images/h2_612x24.png) no-repeat left top;
	z-index: 999;
}

h3#post-  {
	color: #618200;
	background:  url() no-repeat left top;
	padding-left: 0px;
}

#content p {
	padding-left: 21px;
	padding-right: 10px;
	padding-bottom: 0px;
	line-height: 15px;
}

#content p a {
	color: #618200;
}

#content p a:hover {
	background-color: #618200;
	color: #ffffff;
}

#content table {
	width: 570px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 21px;
	padding: 10px;
	border: 1px #ded9c3 solid;
}
#content table th {
	padding: 7px;
	border: 1px #ded9c3 solid;
	text-align: center;
	font-weight: normal; 
	color: #666666;
	background-color: #ece9dc;
}
#content table td {
	padding: 7px;
	border: 1px #ded9c3 solid;
	font-size: 10px;
	color: #666666;
}


#footer p {
	padding: 15px;
}

.FSF_searchResults {
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: none;
}

#content ul li{
	list-style-image: url(images/bullet_11x8.png);
	margin-bottom: 0.5em;
	padding-right: 10px;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 10;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#content a, #sidebar a{
	color:#191970;
}

#content a:visited , #sidebar a:visited {
	color:#800080;
}

#content a:hover, #sidebar a:hover{
	text-decoration: underline;
}


/* ---------------------------
hr
--------------------------- */
div.hr {
	height: 9px;
	background: #ffffff url(images/hr.png) no-repeat scroll left;
	}

div.hr hr {display: none;}

.arrow {
	padding-left: 13px;
	background: url(images/arrow_9x9.png) no-repeat;
	background-position: 0px 3px;
	font-weight: normal;
}

.line{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-image: url(images/line_5x1.png);
}


ul#sub_header_roll {
	position: absolute;
	top: 110px;
	left: 640px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 352px;
	/*border: 1px solid #ece9dc;*/
}
ul#sub_header_roll li {
	list-style: none;
	float: left;
	width: 88px;
}
ul#sub_header_roll a {
	display: block;
	width: 88px;
	height: 66px;
	text-indent: -200px;
	background-image: url(images/botton_sub_header_352x66.png);
	overflow: hidden;
}
a.sub_header_roll_1 {
	background-position: 0px 0px;
}
a:hover.sub_header_roll_1 {
	background-position: 0px -66px;
}
a.sub_header_roll_2 {
	background-position: -88px 0px;
}
a:hover.sub_header_roll_2{
	background-position: -88px -66px;
}
a.sub_header_roll_3{
	background-position: -176px 0px;
}
a:hover.sub_header_roll_3{
	background-position: -176px -66px;
}
a.sub_header_roll_4{
	background-position: -264px 0px;
}
a:hover.sub_header_roll_4{
	background-position: -264px -66px;
}

