@CHARSET "utf-8";

*{
	margin:0; 
	padding:0;
}

.contents p{margin:10px 0;}

a:link { color: #727945; }
a:visited { color: #727945; }
a:hover { color: #fff; }
a:active { color: #727945; }

li {list-style:none;}

/*検索BOX*/
.search-box{
	padding: 5px 0;
}

body{
	background: #000 url("../img/gazou012.jpg");
	width:100%;
}

#my_body{
	width:935px;
	margin:0 auto; 
	border:1px solid #000;
	background-color:#000;
}

#my_header{
	width:100%;
	background-color:#ccb;
	background-image:url("../img/gazou014.jpg");
	height:100px;
	border-bottom:1px solid #000;
	margin-bottom:5px;
}

#my_header h1{
	color:#ffffff;
	font-family: "Times New Roman", Georgia, Sans-Serif;
	font-weight: normal;
	font-size:25px;
	height:100px;
	padding-top:15px ;
	text-align:center;
}


#my_header h1 a{
	text-decoration: none;
	color:#928A70;
	font-weight: normal;
}

/*左サイトバー*/
#my_navi_1 {
	float:left; 
	width:210px; 
	margin-left:5px;
}

.mynavileft{
	color:#fff;
	border:1px solid #000;
	margin-bottom:10px;
	background-color:#200404;
}

.navi_title_first{
	color:#999999;
	font-size:13px;
	text-align:center;
	border-bottom:1px solid #000;
	background-image:url("../img/gazou016.jpg");
	padding:1px;
	height:20px;
}

.navi_title_secend{
	color:#999999;
	font-size:13px;
	text-align:center;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	background-image:url("../img/gazou016.jpg");
	padding:1px;
	height:20px;
}

.navi_content{
	font-size:12px;
	line-height:17px;
	padding:2px;
}

/*右サイトバー*/
#my_navi_2 {
	float:right; 
	width:200px; 
	margin-right:5px;
}

.mynaviright{
	font-size:13px;
	color:#fff;
	background-color:#200404;
	border:1px solid #000;
	margin-bottom:10px;
}



#my_contents {
	margin:0 214px 10px 224px;
}


.page_box {
	color:#999999;
	text-align:center;
	padding:8px;
	font-size:13px;
}

.page_box .arrow {
	margin: 0px 5px;
}


.mymain{
	color:#999999;
	border:1px solid #1F1F1F;
	margin-bottom:10px;
	background-color:#000;
}

.contents_title{
	color:#999999;
	font-size:14px;
	background-color:#181818;
	background-image:url("../img/gazou002.jpg");
	padding:2px;
	height:20px;
	font-weight:bold;
}

.contents_title a{
	color:#999999;
	text-decoration: none;
	margin:5px;
}

.contents {
	padding:3px;	
}

table tr td p{
	font-size:13px;
	
}

#my_footer1{
	width:100%;
	clear:both;
	background: #000000; 
	text-align:center; 
}


#my_footer{
	width:100%;
	clear:both;
	background: #000000 url("../img/gazou019.jpg"); 
	background-repeat: repeat-x;
    height: 108px;
	text-align:center; 
}

#my_footer p{
	color:#999999;
	padding:25px 0;
	font-size:13px;
}


#top-t{
	margin:5px 2px;	
}