@charset "UTF-8";

/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	padding:0;
	letter-spacing:1px;
	background-attachment: fixed;
	background-image: url(images/asia_back.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#fff;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	background-image: none;
	background-position: bottom;
}

/* ========TEMPLATE LAYOUT======== */
div#top {
	width:740px;
	margin:0 auto;
	padding:10px;
	background-repeat: no-repeat;
}

div#header {
	width:740px;
	background-image: none;
}

div#menu {
   width:740px;
}

div#contents {
	clear:both;
	width:740px;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-image: none;
}

div#headImage {
	width:740px;
	background-image: url(back.png);
}

div#main {
   float:left;
   width:540px;
   padding:0 10px;
}

div#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

div#totop {
	background-image: none;
	list-style-image: url(images/bg_totop.gif);

}

div#footer {
	clear:both;
	width:740px;
	background-image: url(images/bar.gif);
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* 回り込み解除 */
div#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	background-color: #C96;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	padding:0;
	font-size:2em;
	color:#333;
	line-height:80px;
	background-position: center;
	background-image: url(images/back.png);
}

div#header h1 a {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	display: block;
	background-image: none;
}

div#header h1 a:hover {
	color:#666;
	text-align: center;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin:0;
	padding:0;
	background-image: url(back.png);
}

div#menu li {
	float:left;
	font-size:0.75em;
	text-align:center;
	list-style-type:none;
	color: #FFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-image: none;
}

div#menu li a{
	display:block;
	width:148px;
	padding:10px 0;
	color:#FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C96;
}

div#menu li a.active{
	display:block;
	width:148px;
	padding:10px 0;
	color:#fff;
	background-color: #C96;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

div#menu li a:hover{
	color:#333;
	font-weight: bold;
	background-image: url(back.png);
	background-position: bottom;
	background-repeat: repeat-y;
}

/* 回り込み解除 */
div#menu ul:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

/* ========HEADLINE CONTENTS CUSTOMIZE======== */
div#contents h1 {
	margin-bottom:8px;
	padding:5px;
	color:#FFF;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:1.25em;
	font-weight:bold;
	line-height:1.4;
	text-align: right;
	text-decoration: underline;
	background-image: none;
	background-position: left center;
	background-attachment: fixed;
	background-color: #C96;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#333;
}

div#main a:hover {
   color:#D2447B;
   border:0;
   border-bottom:1px solid #D2447B;
}

div#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 0;
	color:#000;
	font-size:larger;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(images/wood03.gif);
	text-align: center;
	border: 4px double #333;
	font-style: normal;
}

div#main h3 {
	margin-bottom:3px;
	font-size:0.88em;
	color: #666;
}

div#main h4 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
	color: #666;
	background-image: url(images/wood03.gif);
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}

div#main h5 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
	color: #666;
}

div#main h6 {
	margin-bottom:2px;
	font-size:0.75em;
	line-height:1.4;
	color: #FFF;
	text-align: justify;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
   line-height:1.4;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

div#main li{
   line-height:1.4;
}

div#main dt{
   margin-bottom:3px;
}

div#main dd{
	line-height:1.4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #f1f1f1;
	background-image: url(images/A9.png);
	color: #FFF;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

/* ========sub CONTENTS CUSTOMIZE======== */
div#sub .section {
	background-image: url(back.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;



}

div#sub h2 {
	padding:3px;
	font-size:small;
	font-weight:bold;
	color:#333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-image: none;
	background-position: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C96;
	list-style-image: none;
	text-align: center;
}

div#sub ul {
	margin:0;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	background-color: #FFF;
	text-align: center;
}

div#sub li {
	margin:0;
	font-size:0.75em;
	color:#333;
	line-height:1.8;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: none;
	list-style-type: none;
	background-position: center;
	text-align: center;
}

div#sub li a{
	color:#333;
	font-size: 16px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

div#sub li a:hover{
	color:#F00;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-repeat: repeat-y;
	background-position: bottom;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	font-size: large;
}
/* ========FOOTER CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
	position:absolute;
	top:10px;
	right:7px;
	margin:0;
	padding-left:8px;
	font-size:0.63em;
	background-image: url(images/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

address{
   padding:10px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}

