@charset "iso-8859-1"; 

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


/* 文書 */

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



/* ヘッダ */

#headerNavi,
#search {
	display: none;
}


/* メイン */

div#mid {
	display: inline;
}

div#midend {
	display: none;
}



/* サイドメニュー */

div#sidemenu {
	padding:10px;
	font-size:80%;
}

.sidemenuA,
.sidemenuB,
#sidebanner, {
	display: block;
	padding: 5px;
	border-top: 1px solid #000;
}

div#sidemenu li{
	float: left;
	padding-left: 5px;
	list-style: none;
}



/* コンテンツ */

div#content {
	display: inline;
}

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;
}

img {
	border: 0;
}

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

div#content li{
	margin: 0;
	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;
}

.add {
	font-size:80%;
}



/* フッタ */

div#footer {
	clear: both;
	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;
}


/* sitemap */

div#sitemap .left_box {
	width: 80%;
	float: none;
	border-left: 1px solid #ccc;
}

div#sitemap .right_box {
	width: 80%;
	float: none;
	border-left: 1px solid #ccc;
}
