

/*--------------------------------------------------------
■トータルデザイン設定
--------------------------------------------------------*/

body{
	background: url(images/back-bg.gif) repeat-y center;
	background-color: #ffffff;
	margin: 0;
	font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height:130%;
	text-align: center;
}

a{ text-decoration:underline; }
a:link{ color: #333333; }
a:visited{ color: #333333; }
a:hover{ color: #ff0000; }


/*●サイト全体*/
#container{
	width: 810px;
	margin: 0px auto 0px auto;
	text-align: left;
}


/*--------------------------------------------------------
■最上部帯の設定
--------------------------------------------------------*/

#header{
	width: 810px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	height: 30px;
	z-index: 0;
	background-color: #ffffff;
}

/*●見出し*/
h1{
	position: absolute;
	margin: 10px 0px 0px 0px;
	padding-left: 10px;
	text-align:left;
	font-size: 8.5pt;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	z-index: 1;
}


/*●最上部メニューリスト*/
#top-menu-list{
	position: absolute;
	left: 450px;
	top: 7px;
	width: 340px;
	text-align:right;
}

#top-menu-list li{
	display:inline;
	font-size: 8pt;
	color: #333333;
}

#top-menu-list li a:link{ color: #333333; }
#top-menu-list li a:visited{ color: #333333; }
#top-menu-list li a:hover{ color: #ff0000; }


/*--------------------------------------------------------
■ヘッダーロゴの設定
--------------------------------------------------------*/

#header-logo{
	position: absolute;
	margin: 30px 0px 0px 0px;
	width: 810px;
	height: 110px;
	background-image:url(images/logo.jpg);
	z-index: 1;
	text-align: left;
}


/*●ヘッダー文章*/
#header-text{
	position: absolute;
	top: 10px;
	left: 460px;
	padding: 10px 20px 0px 0px;
	color: #000000;
	font-size:9pt;
	text-align: right;
	width: 340px;
}

/*--------------------------------------------------------
■パン屑ナビの設定
--------------------------------------------------------*/

#navi{
	position: absolute;
	margin: 150px 0px 0px 0px;
	padding-left: 20px;
	text-align:left;
	font-size: 8.5pt;
}


/*--------------------------------------------------------
■右メニューの設定
--------------------------------------------------------*/

/*●右全体*/
#right{
	position: absolute;
	margin: 140px 0px 0px 590px;
	width: 190px;
	text-align: left;
	z-index: 1;
}


/*●メニュー*/
#right .menu{
	margin: 10px 0px 10px 0px;
	padding: 0px;	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: 1px solid #ffffff;
	width: 198px;
}

#right .title{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size:1.0em;
	width: 178px;
}

#right ul{
	margin: 5px 0px 5px 30px;
	text-align: left;
}

#right li{
	padding: 10px 5px 10px 0px;
	color: #000000;
	font-size:1em;
	font-weight: bold;
	list-style-type: none;　
	list-style-position: outside;
}


/*●その他コンテンツ*/
#right .contents{
	margin: 10px 0px 10px 0px;
	padding: 10px;
	background-color: #ffffff;
	text-align: left;
	color: #000000;
	border: 1px solid #ffffff;
	width: 178px;
}


/*--------------------------------------------------------
■左コンテンツの設定
--------------------------------------------------------*/

/*●左全体*/
#left{
	position: absolute;
	margin: 180px 0px 0px 20px;
	width: 540px;
	text-align: left;
	z-index: 0;
}


/*●コンテンツ*/
#left .contents{
	margin: 10px 0px 20px 0px;
	padding: 15px;
	text-align: left;
	clear: both;
}



/*●copyright*/
#left #copyright{
	margin: 5px auto 20px auto;
	text-align: center;
	color: #777777;
	font-size: 10pt;
	width: 540px;
}


/*--------------------------------------------------------
■画像配置の設定
--------------------------------------------------------*/


.left{
	float: left;
	margin: 0px 30px 20px 0px;
}


.right{
	float: right;
	margin: 0px 0px 20px 30px;
}


/*●ギャラリーボックス*/
.box1{
　　　width: 118px;
　　　height: 170px;
　　　margin: 8.5px 8.5px 8.5px 8.5px;  
　　　float: left;
}


.kaijyo{
　　　clear: left;
}



/*●ギャラリーボックス2*/
.wrapper{
	width:520px; 
	margin-right: auto; 
	margin-left: auto;
	padding: 15px;
}

.thumbnail{
	float: left; 
	margin: 0.33em;
}

/*--------------------------------------------------------
■見出しタグ・装飾タグの設定
--------------------------------------------------------*/


/*●文字色*/
.black{ color: #000000;}
.red{ color: #ff0000;}
.blue{ color: #0000dd;}
.green{ color: #008000;}
.yellow{ color: #ffff00;}
.navy{ color: #1F26A9;}
.gray{ color: #cccccc;}
.orange{ color: #ff6600;}
.pink{ color: #cc6699;}
.purple{ color: #660099;}
.olive{ color: #808000;}
.lime{ color: #00ff00;}
.aqua{ color: #167FA6;}


/*●見出し2*/
h2 {
	padding:0px 0px 0px 7px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 2.0em;
	color: #000000;
	border-left: 1px solid #000000;
	border-bottom:1px solid #000000;
	background: #ffffff;
	clear: both;
}

/*●見出し3*/
h3{
	width: 520px;
	margin: 10px 0px 10px 10px;
	padding: 4px 0px 0px 10px;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-left: 1px solid #000000;
	border-bottom:1px solid #000000;
	clear: both;
}

/*●戻る＆進むリンク*/
.link-back,.link-next{
	padding: 3px;
	margin: 30px 0px 30px 0px;
	font-weight: bold;
	font-size:1.2em;
	clear: both;
}

.link-back{ float: left;}
.link-next{ float: right;}



/*●アンダーライン*/
.underline{ text-decoration:underline;}


/*●取り消し線*/
.not{ text-decoration:line-through;}


/*●強調1*/
.impact{
	padding: 0px;
	color: #000000;
	background-color: #ffff66;
}


/*●線*/
hr{
	border-width: 1px 0px 0px 0px;
	color:#cccccc;
	border-style: solid none none none;
	clear: both;
	height:1px;
}

/*●Copyright用線*/
hr.copyright{
	border-width: 1px 0px 0px 0px;
	border-style: solid none none none;
	color:#aaaaaa;
	clear: both;
	height:1px;
}


/*●リスト1*/
ul.list1{
	font-size:0.8em;
	line-height:250%;
	list-style-type: none;　
}


/*●テーブル*/
td{
	padding: 8px;
}

