﻿A:link{
	color:#003300;
	text-decoration:underline;
}

A:visited{
	color:#339900;
	text-decoration: none;
}

A:hover{
	color:#FF9900;
	text-decoration: underline;
}

A:active{
	color:#F00;
}


body{

	font-family:"Verdana", "Osaka", "MS UI Gothic", sans-serif;
	color:#333;
	margin:0px;
	padding:0px;
	line-height:150%;
	font-size:medium;
}

#header {
	width:780px;
	/*height:51px;*/
	margin-bottom: 11px;
}
#headersiteindex {
	margin-bottom: 5px;
}
* html #header,
* html #headersiteindex {
	margin-bottom: 13px;
}
/* for IE7 */
*:first-child+html #headersiteindex {
	margin-bottom: 3px;
}
/* for safari */
html[xmlns*=""] body:last-child #headersiteindex {
	margin-bottom: 6px;
}
html[xmlns*=""] body:last-child #header {
	margin-bottom: 11px;
}
/* #header Clearfix */
#header:after,
#headersiteindex:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header,
#headersiteindex {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #header,
* html #headersiteindex {
	height: 1%;
}

#header,
#headersiteindex {
	display: block;
}
/* End hide from IE-mac */

.title{
	margin:20px 0px 10px 20px;
	float:left;
}

.search{
	margin-right:3px;
	float:right;
	width:293px;
	height:48px;
	background:url(/images/idx_search_bg.gif) repeat-y;
}

.search_form{
	padding:0px;
	margin:0px;
}

.search_title{
	margin:3px 0px 2px 8px;
}

.search_input{
	margin:0px 0px 2px 10px;
	border:1px #444 solid;
	height:18px;
	width:170px;
	colour:#666;
}

.search_btn{
	margin:0px 0px 2px 10px;
	vertical-align:middle;
}

.search_wide_title{
	margin:3px 0px 2px 28px;
}


.search_wide_input{
	margin:0px 0px 2px 10px;
	border:1px #444 solid;
	height:19px;
	width:150px;
	colour:#666;
}

.search_wide_select{
	width:130px;
	margin-left:30px;
	font-size:11.5px;
}

.search_wide{
	float:right;
	width:450px;
	/*height:65px;*/
}

.search_wide ul {
	list-style: none;
	list-style-position: inside;
	margin: 4px 0 10px;
	padding: 0;
	font-size: 12px;
}
* html .search_wide_btn {
	margin: -5px 0 10px;
}
.search_wide ul li{
	float:right;
	margin-left: 8px;
	padding-left: 7px;
	background: url(/about/common/images/common_menu_ic02.gif) 0 0.7em no-repeat;
}
* html .search_wide ul li{
	background: url(/about/common/images/common_menu_ic02.gif) 0 0.25em no-repeat;
	zoom: 1;
	margin-top: 1px;
}

.search_wide_btn {
	margin-bottom:2px;
	margin-left: 5px;
	padding-right: 0;
	cursor:pointer; 
	vertical-align:middle;
	border: 0;
	width: 82px;
	height: 21px;
	background: url(/common/images/common_searach_btn.gif) no-repeat right top;
}
* html .search_wide_btn {
	height: 19px;
	width: 77px;
	margin-bottom:0;
}

sup,sub{
	font-size:xx-small;
}

ul{
	margin-top:0px;
	margin-bottom:10px;