@charset "Shift_JIS";
/* ===============================================================\*/
/* トップページ全体共通用CSS
/* Last Updated:2009.05.15
/* Editor:Y.O
/* 
/* 目次：
/* 　　　1.共通の設定
/* 　　　　[1]全体の設定
/* 　　　　[2]リンク
/* 　　　　[3]ヘッダー
/* 　　　　[4]サイドメニューとコンテンツ
/* 　　　　[5]フッター
/*
/* 　　　2.ヘッダーの詳細設定
/* 　　　　[1]ヘッダーメニューの設定
/*
/* 　　　3.コンテンツの詳細設定
/* 　　　　[1]新着情報
/*
/* 　　　4.フッターの詳細設定
/*
/* ===============================================================\*/
/* =====================================
　　　↓共通の設定↓ 
=====================================\*/
/* =====[1]全体の設定===== \*/

/* この設定で、コンテンツがウインドウより短いときのギャップを防ぎます。 \*/
html{
  overflow-y: scroll;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-image: url(../img/bg.gif);
  background-repeat: inherit;
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "ＭＳ Ｐゴシック";
  color: #333333;
  line-height: 0px;
  vertical-align: top;

}

hr {
  border-top: dashed 1px #888;
  margin: 10px 5px;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
}

.hide {
  display:none;
}

.doclear {
  clear:both;
}

h1 {}

h2 {
  margin: 0px auto 5px auto;
  }
  
.h22 {
  margin: 10px auto 15px auto;
  line-height: 1em;
}
	
.h23 {
  margin: 10px auto 15px auto;
  line-height: 1em;
}
	
h3 {}

h4 {}

h5 {}

h6 {}

.topicsline {
  border-bottom: #CCCCCC dotted 1px;
  margin-top: 5px;
  width: 410px;
  margin: 0px auto;
}

.topicslot {
	border: solid 3px #F60;
	width: 400px;
	margin: 10px auto;
}

.topicslot2 {
	border: solid 3px #999;
	width: 410px;
	margin: 10px auto;
	padding: 5px 0px;
	background-color: #F3F3F3;
}

.topicslot2 img {
	margin: 5px;
}

.topicsline hr {
  display: none;
}

.topicslot3 {
	border: solid 3px #F60;
	width: 400px;
	margin: 10px auto;
	background-color: #FFFF99;
  cursor: pointer;
}

.topicslot3:hover {
	border: solid 3px #F60;
	width: 400px;
	margin: 10px auto;
	background-color: #FFD455;
  cursor: pointer;
  }


/* 大外枠 \*/
div#container {
  margin:0px auto;
  text-align:center;
  width: 966px;
}
	
/* =====[2]リンク===== \*/
a:link {
  text-decoration: underline;
  color: #FF6600;
  line-height: 1.4em;
}

a:visited {
  text-decoration: underline;
  color: #FF6600;
  line-height: 1.4em;
}

a:hover {
  text-decoration: none;
  color: #FF6600;
  line-height: 1.4em;
}

a:active {
  text-decoration: underline;
  color: #FF6600;
  line-height: 1.4em;
}
		
/* =====[3]ヘッダー===== \*/
div#container div#header {
  margin: 0px auto;
  width: 966px;
  line-height: 0;
}

div#container div#header div#headerleft {
  width: 300px;
  float: left;
  text-align: left;
}

div#container div#header div#headerright {
  width: 450px;
  float: right;
  text-align: right;
  font-size: 70%;
}

p a.en {
  font-size: 150%;
}

/* =====[4]サイドメニューとコンテンツ===== \*/
div#container div#barcontset {
  margin: 0px auto;
  padding: 0px;
  width: 966px;
  text-align: center;
  background-image: url(../img/waku.gif);
  background-repeat: repeat-y;
  background-position: center;
}

div#container div#barcontset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE-mac \*/
* html div#container div#barcontset { height: 1%;}
div#container div#barcontset { display: block;}
/* End hide from IE-mac */

div#container div#barcontset div#right {
  margin: 0px auto;
  padding: 20px 20px 20px 0px;
  width: 463px;
  float: right;
  text-align: center;
  background-image: url(../img/waku.gif);
  background-repeat: repeat-y;
  background-position: right;
}

div#container div#barcontset div#left {
  margin: 0px auto;
  padding: 20px 0px 20px 20px;
  width: 463px;
  float: left;
  text-align: center;
  background-image: url(../img/waku.gif);
  background-repeat: repeat-y;
  background-position: left;
}
	
/* =====[5]フッター===== \*/
div#container div#footer {
  clear: both;
  margin: 0px auto;
  width: 966px;
  background-image: url(../img/under.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}
	
/* =====================================
　　　↓2.ヘッダーの詳細設定↓ 
=====================================\*/
div#container div#header div#headerright li {
  padding: 0em;
  list-style: none;
  display: inline;
}

div#container div#header div#headerright p {
  text-align: right;
  margin: 10px 5px 0px 0px;
  font-size: 110%;
  font-weight: 600;
}

div#container div#header div#headerright p a:link {
  text-decoration: underline;
  color: #FF6600;
  line-height: 1.4em;
}

div#container div#header div#headerright p a:visited {
  text-decoration: underline;
  color: #FF6600;
  line-height: 1.4em;
}

div#container div#header div#headerright p a:hover {
  text-decoration: none;
  color: #FF6600;
  line-height: 1.4em;
}

div#container div#header div#headerright p a:active {
  text-decoration: underline;
  color: #FF6600;
  line-height: 1.4em;
}
 
div#container div#header div#headerright a{
  padding-right: 5px;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #666666;
}

div#container div#header div#headerimg {
  clear: both;
  text-align: 0px auto;
}

div#container div#header div#headerimg h1 {
  display: none;
}

div#container div#header div#headerimg p {
  display: none;
}
/* =====[1]ヘッダーメニューの設定===== \*/
div#container div#header div#topmenu {
  padding-top: 10px;
  line-height: 0px;
  vertical-align: top;
}

div#container div#header div#topmenu li {
  list-style: none;
  display: inline;
  padding: 0em;
}

/* =====================================
　　　↓3.コンテンツの詳細設定↓ 
=====================================\*/
div#container div#right .honbunwaku {
  margin: 0px 10px;
  width: 540px;
  background-color: #FFFFFF;
}

p{
  margin-bottom: 0.5em;
  padding-left: 15px;
  font-size: 90%;
  text-align: left;
  line-height: 1.3em;
}

.size {
 font-size: 80%;
 line-height: 1.4em;
}

.kichou {
  margin: 10px 0px 20px 0px;
}

.qr {
  margin: 30px 0px 20px 0px;
}


/* =====[1]新着情報=====\*/
dl {
	width:430px;
	margin: 0px auto;
	font-size:90%;
	}

dt {
	float:left;
	margin-left:0px;
	clear:both;
	line-height: 120%;
	text-align: left;
	}
	
.dt1 {
	width:90px;
	background: url(../img/sikaku.gif) no-repeat 5px 13px;
	padding:10px 0px 5px 20px;
	}

.dt2 {
	width:95px;
	padding:10px 0px 5px 0px;
	font-weight: 600;
	}

dd {
	padding:10px 0px 5px 0px;
	line-height: 120%;
	text-align: left;
	}

.dd1 {
	width:310px;
	margin-left:80px;
	line-height: 120%;
	text-align: left;
	}

.dd2 {
	width:305px;
	margin-left:95px;
	line-height: 120%;
	text-align: left;
	}


/* =====================================
　　　↓4.フッターの詳細設定↓ 
=====================================\*/
div#container div#footer p {
  color: #33333;
  font-size: 60%;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 10px;
  display: inherit;
}



/* =====================================
　　　↓4.ENGLISH VERSION↓ 
=====================================\*/
div#singlecont {
  margin: 0px auto;
  padding: 0px;
  width: 966px;
  text-align: center;
  background-image: url(../img/waku.gif);
  background-repeat: repeat-y;
  background-position: center;
  font-family: Verdana, Geneva, sans-serif;
}

div#singlecont div#continside p {
  line-height: 1.2em;
  padding-bottom: 1em;
}

div#singlecont div#continside h1 {
  line-height: 1.8em;
  margin: 0em 0px 1em 0px;
  color: #F60;
}

div#singlecont div#continside {
  padding: 30px;
  widows: 906px;
  text-align: left;
}