@charset "iso-8859-1"; 

/* リンク */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #993399;
	text-decoration: underline;
}



/* 文書 */

body {
	background: url(../img/common/bg.gif) left top repeat-y;
}



/* ヘッダ */

div#header {
	width: 760px;
	height: 63px;
	background: url(../img/common/header/header_bg.gif) left top repeat-x;
}

h1 {
	float: left;
	width: 420px;
}

form#search {
	float: right;
	width: 245px;
	height: 36px;
	background-color: #e3e3e3;
}

form#search p {
	float: left;
	margin: 13px 0 0 6px;
	font-size: smaller;
}

div#searchSubmit {
	float: right;
	margin: 8px 5px 0;
	width: 80px;
	text-align: right;
}

div#searchInput {
	float: right;
	margin: 8px 0;
	width: 140px;
}

div#searchInput input {
	width: 140px;
	background-color: white;
}

div#headerNavi {
	float: right;
	width: 245px;
}

div#tohome {
	float: left;
	width: 58px;
	margin: 7px 0 0;
}

div#toenglish {
	float: right;
	width: 178px;
	margin: 7px 1px 0;
}

div#headend {
	clear: both;
	width: 0;
	height: 0;
}



/* メイン */

div#mid {
	clear: both;
	width: 760px;
	background: url(../img/common/bg_mid.gif) left top repeat-y;
}

div#midend {
	clear: both;
	width: 0;
	height: 30px;
}



/* サイドメニュー */

div#sidemenu {
	float: left;
	width: 174px;
	background: url(../img/common/sidemenu/sidemenu_bg.gif) left top repeat-x;
}

div#sidemenu a {
}

img.sidemenu-sh {
	margin-top: 8px;
}

ul.sidemenuA {
	list-style: none;
	margin: 0 0 5px 18px;
	padding: 0;
}

ul.sidemenuA li {
	margin-top: 7px;
	padding-left: 12px;
	background: url(../img/common/sidemenu/li_a.gif) left top no-repeat;
	line-height: 1.1em;
}

ul.sidemenuAsub {
	list-style: none;
	margin: 0 0 5px 0px;
	padding: 0;
}

ul.sidemenuAsub li {
	margin-top: 5px;
	padding-left: 12px;
	background: url(../img/common/sidemenu/li_a_sub.gif) left top no-repeat;
	line-height: 1.1em;
}

ul.sidemenuB {
	list-style: none;
	margin: 15px 0 5px 18px;
	padding: 0;
}

ul.sidemenuB li {
	margin-top: 7px;
	padding-left: 12px;
	background: url(../img/common/sidemenu/li_b.gif) left top no-repeat;
	line-height: 1.1em;
}

.sidemenuBsup {
	font-size: smaller;
	line-height: 1.4em;
}

div#sidebanner {
	margin: 25px 7px 0;
}

img.sidemenu-banner {
	margin: 2px 0;
}

div#counter {
	margin: 25px 7px 0;
}


/* コンテンツ */

div#content {
	float: right;
	width: 585px;
}

h2 {
	width: 585px;
}

h3 {
	margin: 0 15px 5px;
	padding-bottom: 5px;
	font-size: 125%;
	font-weight: bold;
	border-bottom: 3px double #6facdb
}

h3.english {
	margin: 0 15px;
	font-size: 87%;
	font-weight: normal;
}

h4 {
	margin: 25px 15px 0;
	padding: 0 0 3px 20px;
	background: url(../img/common/h4.gif) left top no-repeat;
	font-size: 115%;
	font-weight: bold;
	line-height: 1.15em;
}

h4 a {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.15em;
}

h5 {
	margin: 5px 15px 0;
	padding: 0 0 3px 20px;
	background: url(../img/common/h4.gif) left top no-repeat;
	font-size: 115%;
	line-height: 1.15em;
}

h5 a {
	font-size: 100%;
	line-height: 1.15em;
}


em {
	color: red;
	font-weight: normal;
	font-style: normal;
}


div#content p {
	margin: 10px 15px 5px;
	line-height: 1.3em;
}

.align_center {
	text-align :center;
}

.align_left {
	text-align :left;
}

.align_right {
	text-align :right;
}

.float_right {
	float :right;
}

div.page_back {
	clear: both;
	float: left;
	margin: 15px 0 0 15px;
	padding-left: 15px;
	background: url(../img/common/back_link.gif) left top no-repeat;
}


/* フッタ */

div#footer {
	clear: both;
	width: 760px;
	background: url(../img/common/dot_999999.gif) left top repeat-x;
}

div#footer p {
	padding: 8px 18px 10px;
	font-size: smaller;
	color: #333333;
	text-align: right;
}

div#footer a {
	text-decoration: none;
	font-size: x-small;
	color: #333333;
}
