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

#wrapper{
	width:100%;
	min-width:1000px;
	border-top:20px solid #0078C8;
	background-color:#FFFFEF;
}

a{
	color:#0078C8;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img:hover{
	opacity:0.6;
}

#header{
	width:960px;
	margin:30px auto;
}
#logo{
	float:left;
}
#g_nav{
	float:right;
	min-width:700px;
	padding-top:30px;
	text-align:right;
}
#g_nav li{
	display:inline-block;
	margin-left:40px;
}
#g_nav li a{
	position:relative;
	display:block;
	padding-bottom:3px;
}
#g_nav li a:before{
	content:'　';
	position:absolute;
	bottom:0;
	left:50%;
	width:36px;
	height:3px;
	margin-left:-18px;
	background-color:#4D4D4D;
	overflow:hidden;
}
#g_nav li a:hover img , #g_nav li a.now_page img{
	opacity:0.5;
}
#g_nav li:nth-child(1) a:hover:before ,#g_nav li:nth-child(1) a.now_page:before{
	background-color:#FFDC00;
}
#g_nav li:nth-child(2) a:hover:before ,#g_nav li:nth-child(2) a.now_page:before{
	background-color:#5AD2E6;
}
#g_nav li:nth-child(3) a:hover:before ,#g_nav li:nth-child(3) a.now_page:before{
	background-color:#FA82B9;
}
#g_nav li:nth-child(4) a:hover:before ,#g_nav li:nth-child(4) a.now_page:before{
	background-color:#AFE682;
}


#content{
	width:100%;
	text-align:left;
	padding-bottom:80px;
}
.w960{
	position:relative;
	width:960px;
	margin:0 auto;
}
#news_box{
	float:left;
	width:430px;
	margin-right:95px;
	margin-top:50px;
}
#news_box table tr td{
	padding-bottom:10px;
}
.news_btn a{
	display:block;
	border:1px solid #FF931E;
	width:100px;
	margin-left:300px;
	padding:3px 10px;
	background:url(../images/arrow.png) no-repeat center right 10px;
	font-size:11px;
	text-decoration:none;
	color:#FF931E;
}
.news_btn a:hover{
	background-color:#FFEB91;
}
#topics_box{
	float:left;
	width:430px;
	margin-top:50px;
	line-height:2.2;
}
.ul_title{
	width:100%;
	padding:5px 0 15px;
	margin-bottom:25px;
	background:url(../images/blue_line.png) repeat-x bottom center;
}
#top_works{
	width:100%;
	background:url(../images/orange_back.png) center center;
	padding:20px 0;
	margin-top:100px;
}
#top_works_title{
	position:absolute;
	left:0;
	top:-75px;
}
#top_works_text{
	display:inline-block;
	background-color:#fff;
	padding:3px 10px;
	margin:20px 0 0 180px;
	font-size:15px;
}
#top_works_list{
	margin-top:50px;
}
#top_works_list li{
	display:inline-block;
	vertical-align:middle;
	margin-right:23px;
}
#top_works_list li:last-child{
	margin-right:0;
}

.page_title{
	padding:20px 0 15px;
	text-align:center;
	line-height:1.4;
	letter-spacing:5px;
}
.page_title h2{
	width:100%;
	font-size:300%;
	font-weight:bold;
}
.page_title_min{
	font-size:86%;
	font-weight:normal;
}
.page_title_min:before{
	position:relative;
	content:"　";
	display:inline-block;
	top:8px;
	width:33px;
	margin-right:5px;
	border-top:1px solid #4d4d4d;
}
.page_title_min:after{
	position:relative;
	content:"　";
	display:inline-block;
	top:8px;
	width:33px;
	margin-left:5px;
	border-top:1px solid #4d4d4d;
}
#pankuzu{
	margin-top:5px;
	font-size:86%;
}
#sub_nav{
	margin-top:30px;
}
#sub_nav li{
	display:inline-block;
	margin-right:50px;
}
#sub_nav li a{
	padding-left:20px;
	background:url(../images/arrow.png) left center no-repeat;
	color:#4d4d4d;
}
#sub_nav li a:hover , #sub_nav li a.now_page{
	opacity:0.7;
}
.content_title{
	display:inline-block;
	margin-top:50px;
	font-size:180%;
	font-weight:bold;
}
.text_content p{
	margin-top:30px;
	font-size:127%;
	line-height:2;
}

#footer{
	position:relative;
	background-color:#fff;
	padding-top:40px;
	text-align:left;
}
#footer_sitemap{
	float:left;
	font-size:11px;
}
.footer_sitemap{
	width:100px;
	display:inline-block;
	padding-right:60px;
	vertical-align:top;
}
.footer_sitemap a{
	color:#4D4D4D;
	text-decoration:none;
}
.footer_sitemap_txt{
	border-bottom:2px solid #0078C8;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#0078C8;
	font-weight:bold;
}
.footer_sitemap li{
	margin-top:7px;
}
#footer_text{
	padding-bottom:50px;
}
.wanya_banner{
	display:inline-block;
	margin-right:10px;
}
.wanya_txt{
	display:inline-block;
	font-size:11px;
	line-height:1.4;
}

.pagetop{
	position:absolute;
	right:0;
	bottom:30px;
}
.pagetop:hover{
	opacity:0.7;
}
#footer_blue_back{
	background-color:#0078C8;
	padding:25px 0;
	color:#fff;
}
#footer_logo{
	float:left;
}
#footer_com_name{
	float:left;
	padding-left:20px;
	margin:5px 0 0 20px;
	border-left:2px solid #fff;
}
.copy{
	float:right;
	margin-top:50px;
	font-size:11px;
	text-align:right;
}

.center{
	text-align:center;
}