@charset "shift_jis";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:0;
}


body.topcolor{
	/*background-color:#39C;*/
	background-color:#fff;
	text-align:center;
	color: #000000;
	font-family: Verdana,'メイリオ','ＭＳ Ｐゴシック', Osaka, sans-serif;
	background-image: url(img/bg_border_top.gif);
	background-repeat: repeat-x;
}

body.maincolor{
	background-color:#fff;
	text-align:center;
	color: #000000;
  	font-family: Verdana,'メイリオ','ＭＳ Ｐゴシック', Osaka, sans-serif;
}

/*リンク*/



a:link {
	text-decoration: none;
	color:#C90;
}
a:visited {
	text-decoration: none;
	color:#960;
}
a:hover {
	text-decoration: none;
	color:#C90;
}
a:active {
	text-decoration: none;
	color:#C90;
}

.menu a:link {
	text-decoration: none;
	color:#fff;
}
.menu a:visited {
	text-decoration: none;
	color:#ededed;
}
.menu a:hover {
	text-decoration: none;
	color:#ccc;
}
.menu a:active {
	text-decoration: none;
	color:#ccc;
}
/*
#right_top a:link { text-decoration: none; color:#000; }
#right_top a:visited { text-decoration: none; color:#000; }
#right_top a:hover {
	text-decoration: none;
	color:#FFF;
}
#right_top a:active { text-decoration: none; color:#000; }
*/

/*基本構造*/


#container{
	margin:auto;
	text-align:left;
	width:800px;

}

#left_top{
	width:330px;
	float:left;
	margin-top:70px;
	/*text-align:center;*/
}

#right_top{
	width:470px;
	float:right;
	margin-top:30px;
	line-height:140%;
	font-size:12px;
}
#left{
	width:800px;
	/*float:left;*/
	/*margin-top:20px;*/

}

#right{
	width:800px;
	/*float:right;*/
	margin-top:30px;
	line-height:150%;
	font-size:12px;

}


/* Hタグ */

h1{
	margin-bottom:20px;
	margin-top:20px;
}
h2{
	font-weight:bold;
	font-size:24px;
	color:#000000;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#c7962e;
}

h3{
	font-weight:bold;
	font-size:16px;
	color:#000000;
	margin-top:1em;
	padding-bottom:2px;
}


/* menu */

ul.menu_top{
	list-style-type:none;
	margin-bottom:30px;
	
}
.menu_top li{
	list-style-type:none;
	padding:6px 0 6px 0;
	font-weight:bold;
	font-size:22px;
}

ul.menu{
	list-style-type:none;
	margin-bottom:20px;
	background-color:#c7962e;
}
.menu li{
	list-style-type:none;
	padding:5px 20px 5px 20px;
	font-weight:bold;
	font-size:14px;
	float:left;
}


/* main */



.s{
	font-size:10px;
}
.m{
	font-size:12px;
}
.l{
	font-size:14px;
}

.cap{
	color:#666;
	font-size:120%;
}

.top{
	font-size:10px;
	text-align:center;
	clear:both;
	margin-top:10px;

}

.copyright{
	font-size:10px;
	text-align:center;
}

#right p{
	padding-bottom:1em;
}
table { 
	border-collapse:collapse;
	border: 1px #ffffff solid; 
	clear:both;

} 
th {
	border: 1px #ffffff solid; 
	empty-cells:show;
	padding:5px;
	background-color: #d8c9ba;
	text-align:center;
	font-weight:normal;
	font-size:12px;

} 
td { 
	border: 1px #ffffff solid; 
	border-collapse:collapse;
	empty-cells:show;
	padding:5px;
	line-height:150%;
	font-size:12px;
} 

.news{
	border-top:1px #ccc dotted;
	border-bottom:1px #ccc dotted;
	padding:8px 0 8px 0;
	margin:0 0 20px 0;
	line-height:140%;

}

.news_title{
	font-weight:bold;
	font-size:16px;
	color:#C90;
}

/*一覧*/
.kakoi_left{
	width:190px;
	float:left;
	padding:0;
	margin:0 0 15px 0;
}

#right ul{
	list-style-type:none;
}

#right ul li{
	list-style-type:none;	
}
	

/*img*/
.icon{
	vertical-align:middle;
	padding:2px;
}

/*clearfix*/
.clearfix:after {
content: "."; /* 新しい要素を作る */
display: block; /* ブロックレベル要素に */
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}
