@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #686868;
	line-height: 1.7;	
}

#footer a {
	text-decoration: none;
	color:#fff;
}

/*------------ 全体 ------------*/
html {

}

body {
	border-top: #282727 4px solid;
}

/*------------ WRAPPER ------------*/
#wrapper {
	width:995px;
	margin:0 auto;
	background-color:#FFF;

}

/*------------ HEADER ------------*/
#header{
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#header_l{
	width:450px;
	float: left;
}

h1{
	color:#6f6f6f;
	font-size:12px;
	margin-bottom:10px;
}

#header_r{
	width:260px;
	float:right;
}

#header_r li{
	padding-top: 5px;
	padding-bottom:15px;
	float: left;
}

/*------------ NAVI ------------*/
#gnav{
	padding-top: 10px;
	padding-left: 40px;
	margin-bottom:10px;
}

	
#gnav li{
	background-image: url(../images/common/navi_line.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float:left;
	display:inline;
	padding-right: 2px;
}
	
#gnav li.last{
	background-image: none;
}

#img_nav li img{
	opacity:0.6;
	cursor:pointer;
}

#img_area img{
	display:none;
}

/*------------ TOP ------------*/
h4{
	font-size: 120%;
	font-weight: bold;
	width: 945px;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c3c3c3;
	color: #686868;
}


#top_content{
	width:995px;
	padding-bottom:15px;
	margin:0 auto;
}

#top_content h3{
	padding-top: 15px;
	margin-bottom:10px;
	float:left;
}

.news_date{
	float:left;
	font-size: 14px;
	font-weight: bold;
	color: #383636;
	padding-top: 20px;
	padding-left: 10px;
}

.pic_list li{
	display: block;
	float:left;
}

.record{
	padding: 2px;
	width: 135px;
	border: 1px solid #b1b1b1;
	display:block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.top_coment{
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding-bottom: 10px;
}

.to_sitemap{
	text-align: right;
	padding-top:15px;
	padding-right:15px;
}
	
/*------------ FOOTER ------------*/

#footer{
	height:375px;
	background-image: url(../images/common/bg_footer.jpg);
	background-repeat: repeat;
	background-position: center top;
	color: #FFF;
	display: block;
	clear:both;
}

.to_top{
	float:right;
	padding-right:15px;
}

.footer_box{
	padding-left:15px;
	width:800px;	
}

.footer_link{
	float:left;
	background-image: url(../images/common/footer_line.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	width: 170px;
	display: block;
	height: 170px;
	padding-top:10px;
	padding-left:15px;
	float:left;
}

.footer_ttl{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/common/footer_mark.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 4px;
}

#footer li{
	font-size: 12px;
	margin-left: 15px;
	padding-top: 15px;
	line-height: 120%;
	list-style-type: disc;
}

#footer_r{
	float:right;
	text-align:right;
	padding-top: 50px;
	padding-right: 15px;
	width: 500px;
}

#footer_r a{
	margin-bottom: 15px;
}

#footer_r p{
	color: #FFF;
	padding-top: 15px;
}

.fb-like-box{
	float:left;
	margin-top:10px;
	margin-left:15px;
	background-color: #FFF;
	height: 170px;
	width: 440px;
}


/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

/* ------------ ページャー -------------------- */
#pager{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#pager a{
	display:inline-block;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	margin-left:5px;
	border: 1px solid #000;
	text-decoration:none;
	
	background-color:#eee;
	color:#000;
}

#pager .non{
	background:#000;
	color:#FFF;
}
/* ------------ /ページャー -------------------- */

.comtactComplete{
	text-align:center;
	padding:50px;
}
