/*■ページ全体*/
body{
	text-align:center;
	background:#165e83 url(img/bg.gif) repeat;
	color:#000000;
	font-family:"ＭＳ Ｐゴシック";
	}
a{
	color:#1e50a2;
	}
a:hover{
	color:#FF9900;
	text-decoration:underline;
	}
*{margin:0; 
	padding:0;
	border-color:#000000;
}
img{ border:0;}

table,div{
	margin:auto;
	}


/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
p,th,td,li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
}



/*■文字の表示位置*/
.CNT{
	text-align:center;
	}
.L{
	text-align:left;
	}
.R{
	text-align:right;
	}


/*■コンテナ*/
#container{
	width:700px;
	margin:auto;
	text-align:left;
	}


/*■アクセスカウンタ*/
#counter{
	width:680px;
	margin:auto;
	text-align:right;
}


/*■見出しの設定*/
h1{
	margin:12px 0 0 5px;
	font-family:"ＭＳ Ｐ明朝";
	font-weight:bolder;
	}
h1 a{
	font-size:24px;
	line-height:8px;
	vertical-align:top;
	text-decoration:none;
	color:#ffffff;
	}
h1 a:hover{
	color:#ffffff;
	text-decoration:none;
	}
h3{
	font-size:15px;
	font-weight:bolder;
}
h4{
	font-size:13px;
	font-weight:bolder;
}

/*■各ページのタイトル*/
#title_about{
	background:url(img/t_about.png);
	height:80px;
}
#title_wallpaper{
	background:url(img/t_wallpaper.png);
	height:80px;
}
#title_link{
	background:url(img/t_link.png);
	height:80px;
}


/*■メインの設定*/
#contents{
	margin:0px 0 0 0;
	}
#main_up{
	background:url(img/bg_main_up.png);
	height:80px;
	}
#main{
	background:url(img/bg_main.png);
	height:387px;

	}
/*■トップページの画像*/
#main_top{
	background:url(img/bg_main_top.png);
	height:387px;
}
#main_in{
	height:387px;
	overflow:auto;
	margin-right:1px;
	padding:6px;
	line-height:1.2em;
	}
#main_dwn{
	background:url(img/bg_main_dwn.png);
	height:60px;
	}


/*■下メニュー*/
#menu{
	background:url(img/bg_menu.png);
	height:60px;
	}
#menu ul{
	list-style-type:none;
	padding:15px 50px 0 50px;
	zoom:100%;
	}
#menu ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#menu ul li{
	float:left;
	font-size:16px;
	color:#000000;
	}
#menu ul li a{
	color:#000000;
	text-decoration:none;
	font:16px;
	line-height:18px;
	}
#menu ul li a:hover{
	color:#98623c;
	text-decoration:underline;
	}


/*■左メニュー*/
#menu_left{
	width:100px;
	height:300px;
	float:left;
	border-color:#000000;
	border-width:0 1px 0 0;
	border-style:dashed;
	padding:6px;
}
#menu_left ul{
	list-style-type:none;
	zoom:100%;
	}
#menu_left ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
	}
#menu_left ul li{
	font-size:12px;
	}
#menu_left_sub{
	padding-left:12px;
	zoom:100%;
}


/*■テキストエリア*/
#text_main{
	width:90%;
	padding:6px;
	float:left;
}
#text_left{
	width:76%;
	padding:6px;
	float:left;
}


/*■トップページ文字中央表示*/
#center{
	width:200px;
	height:350px;
	text-align:center;
	float:left;
}
#center p{
	line-height:350px;
	font-size:16px;
}
#center a{
	text-decoration:none;
	color:#000000;
}


/*■バーナー*/
#burner{
	width:100%;
	margin-bottom:10px;
	float:left;
}
#burner img{
	border-width:1px;
	border-style:solid;
}


/*■wallpaper*/
#wall_main{
	width:78%;
	padding:6px;
	float:left;
}
#wall_box{
	width:100%;
	padding:5px;
	margin-bottom:10px;
	border-width:1px;
	border-style:solid;
	float:left;
}
#wall_head{
	width:100%;
	padding-bottom:2px;
	border-width:0 0 1px 0;
	border-style:solid;
	float:left;
}
#wall_title{
	width:85%;
	float:left;
}
#wall_date{
	width:67px;
	float:left;
}
#wall_mid{
	width:100%;
	padding:10px 5px 10px 5px;
	float:left;
}
#wall_img{
	float:left;
}
#wall_img img{
	border-width:1px;
	border-style:solid;
}
#wall_size{
	padding-left:5px;
	float:left;
}
#wall_foot{
	width:100%;
	border-width:1px 0 0 0;
	border-style:solid;
	float:left;
}
#wall_foot p{
	padding:6px;
}


/*■著作権表示*/
#foot_sps{
	clear:left;
	height:10px;
	}
#foot{
	height:10px;
	font-size:9px;
	text-align:right;
	}
#foot p#copy{
	font-size:11px;
	}
#foot a{
	color:#CCCCCC;text-decoration:none; margin:12px 10px 0 0;
	}
#copy{
	color:#bce2e8;
	}
#copy a{
	color:#bce2e8;
	text-decoration:none;
	}
#copy a:hover{
	color:#2ca9e1;
	}