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

* { margin: 0; padding: 0; }
body { 
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: 0px;
	vertical-align:bottom;
}

#wrapper{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/*header*/
#header{
	margin-top:20px;
	margin-bottom:10px;
	height:60px;
}
.jepico_logo{
	float:left;
}
/*header_right*/
#cse-search-box {
	float: left;
     width: 232px;
     height: 40px;
     text-align: right;
     }
#cse-search-box input.search-text {
	float: left;
	padding:0 0 0 5px !important;
	margin:0 !important;
	width: 180px;
	height:18px !important;
	font-size:12px !important;
	border:1px solid #ccc !important;
}
#cse-search-box input.search-go {
     float: right;
     margin-right: 3px;
     padding-right: 2px;
     }
	 
.header_right{
	float:right;
	width:330px;
}
.header_right img{
	float:right;
}

/*検索フォーム*/
#searchform {  
    position: relative;  
}  
#keywords {  
    width: 140px;  
    height: 16px;  
    border: 1px solid #CCC;  
    padding: 2px 2px 2px 26px;  
}  
#searchBtn {  
    position: absolute;  
    top: 1px;  
    left: 170px;  
}  


/*nav*/
#nav{
	clear:both;
	width:960px;
	height:35px;
	border-bottom:3px solid #004998;
	position:relative;
}
#nav ul{
	list-style-type:none;
	padding-left:0;
}
#nav ul li{
	float:left;
}


/*パンくずリスト*/
ol.topicPath {
margin: 20px 0 0 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}
ol.topicPath li {
display: inline;
}
ol.topicPath li a,
ol.topicPath li span {
padding-right: 12px;
background:url(/wp-content/themes/jepicotheme/img/topic_path.gif) no-repeat right;
}

/*main*/
#main{
	clear:both;
	float:left;
	width:750px;
	margin-top:20px;
}

#page_title{
	position:relative;
	height:42px;
	background:url(/wp-content/themes/jepicotheme/img/h2_bg.gif) no-repeat;
	margin-bottom:15px;
}
h2{
	color:#004998;
	line-height:1em;
	position:absolute;
	top:12px;
	left:12px;
	font-size:22px;
}
.read_copy{
	font-size:15px;
	margin-bottom:20px;
}
.main_img {
	margin-bottom:30px;
}
h3{
	clear:both;
	border-top:1px solid #004998;
	border-bottom:1px solid #c9caca;
	color:#004998;
	font-size:17px;
	line-height:1.3em;
	padding: 5px 5px 4px 5px;
	margin-bottom:20px;
}



/*aside*/
#aside{
	float:right;
	margin-top:20px;
	width:180px;
}
#aside img{
	clear:both;
	margin-bottom:15px;
}
.eco_people{
	font-size:10px;
}
.info{
	clear:both;
}
.info img{
	float:left;
	margin-right:12px;
}

.info p{
	float:left;
	width:120px;
	font-size:12px;
	line-height:1.4em;
	padding-bottom:15px;
}
.info a{
	color:#000;
}

/*footer*/
#footer{
	clear:both;
	margin-top:50px;
	border-top:1px solid #c9caca;
	background:#f7f8f8;
	min-width:960px;
	width:100%;
}
.footer_content{
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.footer_bd{
	height:1px;
	border-top:1px solid #fff;
}
#f_nav{
	float:left;
	margin-right:30px;
	padding-top:20px;
	padding-bottom:20px;
}
#f_nav_right{
	float:left;
	margin:0;
	padding-top:20px;
}
.f_nav_title{
	font-size:11px;
	border-bottom:1px solid #c9caca;
	padding-left:14px;
	padding-bottom:2px;
	padding-right:50px;
	background:url(/wp-content/themes/jepicotheme/img/rink_mark.gif) no-repeat  0 2px;
}
.f_nav_right_title{
	font-size:11px;
	padding-left:14px;
	padding-bottom:10px;
	background:url(/wp-content/themes/jepicotheme/img/rink_mark.gif) no-repeat  0 2px;
}
.f_nav_title a{
	color:#000;
	text-decoration:none;
}
.f_nav_right_title a{
	color:#000;
	text-decoration:none;
}
.f_nav_right_title a:hover{
	color:#004998;
}
.select{
	font-size:10px;
	padding-top:5px;
}
.select a{
	text-decoration:none;
	color:#000;
}
.select a:hover{
	color:#004998;
}
.credit{
	clear:both;
	font-size:10px;
	text-align:center;
	border-top:1px solid #c9caca;
	padding:10px 0;
}
.go-top {
    position: fixed; /*固定表示*/
    bottom: 85px;
    right: 2em;
    display: none; /*通常は非表示に*/
}
