﻿body {
 /* font-family: "MS Pゴシック" , "ヒラギノ角ゴ Pro W3" , Osaka , sans-serif; */
    margin: 0;
    padding: 0;
    color: #000000;
    background: #ffffff;
}

/* トップページ */

#top_header {
	width: 750px;
	margin: 0;
	padding: 0;
}

#top_header_title {
	height: 285px;
	margin: 0;
	padding: 0;
}

#top_header_title h1 {
	margin: 0;
	padding: 10px 15px;
	font-size: 50px;
	color: #ffc8d1;
	background: #00b736;
}


#top_header_img {
	height: 200px;
	margin: 0;
	padding: 60px 20px 10px;
	background: url(./img/top_visual_bao.jpg) no-repeat top left; 
}

#top_header_img p {
	font-size: 28px;
	text-align: center;
	text-shadow: #000 1px 1px;
	color: #ff3d49;
}

/* トップページ　言語 */

#top_language {
	margin: 0 0 0 450px;
	padding: 0;
	font-size: 16px;
	list-style-type: none;
}

#top_language a {
	display: block;
	padding: 2px 0px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #4f86b5;
}

#top_language a:hover {
	color: #ff5086;
	background: #d0dffe;
}

#top_language li {
	width: 100px;
	height: 20px;
	float: left;
}


/* トップページ　メイン */

#top_main {
	width: 750px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: small;
	line-height: 150%;
}


/* トップページ　トピックス */

#top_topics {
	margin: 10px 0;
	border: 10px solid #73a673;
}

#top_topics h2 {
	margin: 0;
	padding: 5px;
	font-size: medium;
	color: #ff6750;
	background: #73a673;
}

#top_topics h2 a:visited {
	color: #ff6750;
}

#top_topics li {
	margin: 0;
	line-height: 130%;
}


/* トップページ　ナビゲーション */

#top_navigation {
	height: 60px;
	margin: 15px 0;
	padding: 0;
	font-size: small;
}

#top_navigation ul {
	list-style: none inside;
	margin: 5px 0;
	padding: 0;
}

#top_navigation li {
	width: 234px;
	height: 60px;
	float: left;
	font-size: medium;
}

#top_navigation li a {
	display: block;
	padding: 0;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #4f86b5;
}

#top_navigation li a:hover {
	color: #ff5086;
	background: #d0dffe;
}

#top_navigation img {
	width: 234px;
	height: 60px;
	margin: 0;
	padding: 0;
	border: none;
}


/* トップページ フッター */

#top_footernavi {
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	list-style-type: none;
	list-style-position: inside;
}

#top_footernavi li {
	display: inline;
	padding: 0 1em 0 1em;
	line-height: 13px;
	font-size: 10px;
}


/* 共通 wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #333333;
	background: #ffffff;
	border: #dbd1d1 solid 1px;
}


/* 共通　ヘッダー */

#header {
	width: 750px;
	height: 110px;
	margin: 0;
	padding: 0;
}

#header_title {
	height: 60px;
	margin: 0;
	padding: 0;
/*	background: url(./img/head_bar.gif) no-repeat top left; */
}

#header_title h1 {
	margin: 0;
	padding: 9px 0;
	font-size: 28px;
	text-indent: 11em;
	color: #007f00;
}

#header_title p {
	font-size: small;
	text-indent: 1em;
}


/* 共通　ヘッダー　ナビゲート・バー */

#navigation {
	margin-left: 0;
	padding-left: 0;
	font-size: small;
	list-style-type: none;
}

#navigation a {
	display: block;
	padding: 5px 0px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #007f00;
}

#navigation a:hover {
	background: #73a673;
}

#navigation li {
	width: 149px;
	height: 27px;
	float: left;
}


/* 共通 メイン */

#main {
	width: 600px;
	margin: 0;
	padding: 0;
	float: right;
	font-size: medium;
}


/* 共通 サイド・バー */

#sidebar {
	width: 150px;
	margin: 0;
	float: left;
	line-height: 150%;
	font-size: 13px;
}

#sidebar h2 {
	padding: 2px 4px;
	border-left: 8px solid #333333;
	border-bottom: 1px solid #333333;
	line-height: 16px;
	font-size: 14px;
	font-style: bold;
}

#sidebar ul {
	list-style: disc outside;
}

#sidebar img {
	border: 0;
}


/* 共通 フッター */

#footer {
	width: 750px;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

#footer address {
	padding: 5px 0;
	font-style: normal;
	text-align: center;
	line-height: 13px;
	font-size: 10px;
	color: #ffffff;
	background: #007f00;
}


/* 共通 */

h1 {
	font-size: x-large;
}

h2 {
	font-size: large;
}

h3 {
	font-size: medium;
}

h4 {
}

h5 {
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}

p {
}

ul {
}

ol {
    list-style: decimal;
}

table {
	border-collapse: collapse;
}


/* クラス */

.body10 {
	font-size: 10px;
	line-height: 13px;
}

.body12 {
	font-size: 12px;
	line-height: 15px;
}

.body12a {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #333333;
	background: #e1e1c8;
}


.cau {
	font-size: x-small;
	line-height: 70%;
	color: red;
}

