/* CSS Document */

*{
	letter-spacing:0.5px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
	margin:0;
	padding:0;
	font-size:0.9em;
	color:#222;
	background-color:#FFFDF8;
}

ul, li, h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}

ul li{
	list-style:none;
}

a{
	color:#009DCD;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

img{
	border:0;
	vertical-align:bottom;
}

#header{
	background-color:#FFF;
}

#menu{
	background-color:#F9F4E8;
}

#menu ul li a:hover{
	background-color: #F9DB94;
}



#contents{
}

#contents .pickup{
	margin-bottom:20px;
}



#contents .pickup h2{
	background-color:#FFC2D1;
	padding:12px;
	font-size:130%;
	border-radius:8px;
}

#contents .pickup .text li{
	background-image:url(../contents_image/icon_topics.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	margin-bottom:5px;
}



#contents .news{
	margin-bottom:20px;
}



#contents .news h2{
	background-color:#F4E484;
	padding:12px;
	font-size:120%;
	border-radius:8px;
}

#contents .news .text li{
	background-image:url(../contents_image/icon_news.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	margin-bottom:5px;
}



#contents .sub_box{
	margin-bottom:20px;
}



#contents .sub_box h2{
	background-color:#AEEDF4;
	padding:12px;
	font-size:110%;
	border-radius:8px;
}

#contents .sub_box .text li{
	background-image:url(../contents_image/icon_sub_menu.png);
	background-repeat:no-repeat;
	padding-left:20px;
	background-position:left center;
	margin-bottom:5px;
}

.detail h1{
	font-size:160%;
	margin-bottom:20px;
	border-bottom:solid 2px #FFAE00;
	padding:10px;
}

.detail h2{
	background-color:#F4E484;
	padding:12px;
	font-size:120%;
	border-radius:8px;
	margin-bottom:10px;
}

.detail h3{
	border-left:solid 10px #F4E484;
	border-bottom:solid 2px #F4E484;
	padding:8px 0 6px 8px;
	font-size:115%;
	margin-bottom:10px;
}

.detail h4{
	border-bottom:solid 2px #CCC;
	padding:8px 0 6px 8px;
	font-size:110%;
	margin-bottom:10px;
}

.detail h5{
}

.detail h6{
}

.shomei{
	margin-top:20px;
}

.mail_button {
    background-color: #0072c5;
    background-image: url("/contents_image/icon_mailbutton.png");
    background-position: left center;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 5px;
    width: 16em;
}

.mail_button a {
    color: white;
    display: block;
    padding: 10px 10px 10px 50px;
}




#footer{
	background-color:#F7EEDA;
	padding-bottom:30px;
}

/* ----------------------------------------
~ 680 PC用
---------------------------------------- */

#header .inner{
	width:960px;
	margin:auto;
}

#header .logo{
	width:510px;
	float:left;
}

#header .user{
	float:right;
	margin-top:20px;
	margin-right:20px;
}

#header .user ul{
	float:left;
}

#header li{
	height:30px;
	float:left;
	list-style:none;
	margin-left:5px;
	line-height:30px;
}

#header li.button{
	width:30px;
	border-radius:15px;
	text-align:center;
}

#header li.button a{
	width:30px;
	height:30px;
	border-radius:15px;
	display:block;
}

#header li.font_m a{
	background-color:#008093;
	color:#FFF;
	font-size:90%;
}

#header li.font_l a{
	background-color:#008093;
	color:#FFF;
	font-size:120%;
}

#header li.blue a{
	background-color:#005BAB;
	color:#FFF;
	font-size:120%;
}

#header li.black a{
	background-color:black;
	color:yellow;
	font-size:120%;
}

#header li.white a{
	background-color:#F9F7F4;
	color:#222;
	font-size:120%;
}

#slide .inner{
	width:960px;
	margin:auto;
}

#menu{
	min-width:960px;
	margin:auto;
}

#menu ul{
	width:960px;
	margin:auto;
}

#menu ul li{
	float:left;
}

#menu ul li a{
	width:160px;
	height:100px;
	display:block;
}

#contents{
	width:920px;
	padding:20px;
	margin:auto;
}

#contents .pickup .text{
	padding:10px 20px;
}

#contents .news .text{
	padding:10px 20px;
}

#contents .sub_box .text{
	padding:10px 20px;
}

#contents .sub_box{
	width:450px;
	float:left;
}

#contents .sub_box:nth-child(odd){
	margin-right:20px;
}

.detail{
	padding:0 20px;
}

.detail h1{
	margin-left:-40px;
	margin-right:-40px;
}

.detail h2{
	margin-left:-20px;
	margin-right:-20px;
}

.detail h3{
	margin-left:-10px;
	margin-right:-10px;
}

.detail h4{
	margin-left:-10px;
	margin-right:-10px;
}

.detail h5{
}

.detail h6{
}




#footer_image{
	text-align:center;
	background-image:url(../contents_image/footer_image_back.png);
	background-repeat:repeat-x;
}

#footer{
	min-width:960px;
}

#footer .footer_menu{
	width:960px;
	margin:auto;
	margin-bottom:40px;
	padding-top:20px;
	text-align:center;
	font-size:120%;
}

#footer .footer_menu a{
	color:#222;
}

#footer .inner{
	width:960px;
	margin:auto;
}

/*******  戻るボタン  ***********/

/*　トップへ戻る　*/

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	z-index:100;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:70px;
	display: block;
	border-radius: 5px;
	font-weight:bold;
}

#page-top a img{
	width: 70px;
	height:70px;
}

#wcv_sys_container_wide #page-top {
	display:none;
}


/*　ホームへ戻る　*/

#page-back {
	position: fixed;
	bottom: 20px;
	right: 100px;
	font-size: 100%;
	z-index:100;
}
#page-back a {
	text-decoration: none;
	color: #fff;
	width: 70px;
	height:70px;
	display: block;
	border-radius: 5px;
	font-weight: bold;
}

#page-back a img{
	width: 70px;
	height:70px;
}

#wcv_sys_container_wide #page-back {
	display:none;
}


