﻿/*デフォルトCSSのリセット*/
*{
	margin: 0px;
	padding: 0px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a{
/*	color: #0066ff;*/
	text-decoration: none;	
}
a:hover{
	color: #5592c5;
}
a.deco{
	color: #5592c5;
	text-decoration: underline;	
}
a.deco:hover{
	color: orange;
	text-decoration: underline;	
}

a.nodeco{
	text-decoration: none;	
	}

a.nodeco:hover{
	text-decoration: none;	
	}
	
a img {
	border: medium none;
}
ul{
	list-style: none outside;
	text-align: left;
}

ul li a{
	text-decoretion: none;
}

.clear {
	clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*コンテンツの高さ調整*/
html{
	height: 100%;
}
body {
	background-color:#ffffff;
}
/*コンテンツ領域*/
#wrapper {
	width: 100%;
    height:100%;
    min-height: 100%;	

	text-align: center;
}
#wrapp{
	margin: 0px auto;
	text-align: left;
	width: 960px;
    height:100%;	
}
/*コンテンツ領域調整用ハック*/
body > #wrapp {
    height: auto;
}
/*ヘッダー*/
#header{
	width: 960px;
	padding-bottom: 8px;
	margin: 0px auto;
}
#header_left{
	float: left;
	width: 392px;
	margin: 10px 0 10px;
}
#header_left h1{
	font-size: 70%;
	padding: 10px 0 0 0;
	margin: 0px;
}
#header_right{
	float: right;
	width: 420px;
	text-align: right;
	margin: 20px 0 0px 0;
}
#header_right ul li{
	display: block;
}
/*#header_right ul li:first-child {
	background: #C4C4C4;
	color: #fff;
	float: left;
	padding: 1em;
}*/
#header_right ul li{
	padding-left: 5px;
	float: right;
}

/*グローバルメニュー*/
#gmenu{
	margin-bottom: 0px;
    color: #fff;
    height: 31px;
	padding: 1em;
    margin-bottom: 0;
    padding: 10px auto;		
	background:
		-moz-linear-gradient(top, #0063ff, #0000bf);/* Firefox用 */  
	background-size: 100% 100%;

	background:
		 -webkit-gradient(linear, left top, left bottom, from(#0063ff), to(#0000bf));
		　/* Safari,Google Chrome用 */    
	background-size: 100% 100%;

	
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0063ff, endcolorstr=#0000bf));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0063ff, endcolorstr=#0000bf))";
	zoom: 1;
	background: linear-gradient(to bottom, #0063ff, #0000bf);/* IE10+, W3C */
	
	margin: 0 auto 2px;
	text-align: center;
}

#gmenu ul{
	margin: 0 auto;
    text-align: center;
    width: 960px;
	padding: 0.15em 0;
}

#gmenu ul li{
	color: #fff;
    float: left;
    font-size: 110%;
}

#gmenu ul li a{
    text-decoration: none;
	border-right: solid 1px #FFF;
	border-left: none;
	color: #FFF;
	width: auto;
	padding: 0.98em 1.9em;
}


#gmenu ul li a:hover{
    text-decoration: none;
	color: #c0fb0e;
}

#gmenu ul li a.firstchild{
	/*border-left: solid 1px #FFF;*/
	padding-left: 2.2em;
}


#gmenu ul li a.lastchild{
	padding-right: none;
	border-right: none;
}

.icon-home{ color: #FFF;}

/*メインビジュアル(TOP)*/
#top_future{
	width: 960px;
	height: 280px;
	margin: 0 auto;
	text-align: center;
}

/*コンテンツ*/
#contents_top{
	overflow: auto;
	width: 960px;
	height: auto;
	position: relative;
	margin: 0 auto;
	text-align: center;
}


/*左コンテンツ（左）*/
#left_contents {
	width: 680px;
	height: auto;
	margin: 0 0 40px 0;
}

#left_contents #menu_area ul li{
	margin-bottom: 14px;
}

#left_contents #menu_area ul li a{
	width: 212px;
	margin-right: 22px;
}

#left_contents #menu_area ul li.row_right a{
	margin-right: 0px;
}

#boshu{
	margin: 0 0 40px;	
}

/*右コンテンツ（右）*/

#right_contents{
	width: 240px;
	height: auto;
	background: none;
}

#right_contents #contents_menu ul li.btn_common{
	margin-bottom: 0px;
    color: #fff;
    height: 20px;
	padding: 1.5em 0 1.5em 1em;	
	background:
		-moz-linear-gradient(top, #0063ff, #0000bf);/* Firefox用 */  
	background-size: 100% 100%;

	background:
		 -webkit-gradient(linear, left top, left bottom, from(#0063ff), to(#0000bf));
		　/* Safari,Google Chrome用 */    
	background-size: 100% 100%;

	
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0063ff, endcolorstr=#0000bf));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0063ff, endcolorstr=#0000bf))";
	zoom: 1;
	background: linear-gradient(to bottom, #0063ff, #0000bf);/* IE10+, W3C */
	
	margin: 0  0 2px 0;
	text-align: left;	
	font-size: 110%;
}

#right_contents #contents_menu ul li a{
	color: #FFF;
	padding: 0 0 0 0.5em;
}
#right_contents #contents_menu ul li.btn_sub{
	border-bottom: 2px dotted #222;
	border-spacing: 10px;
	padding: 1em 0 1em 10px;
	height: 20px;
}

#right_contents #contents_menu ul li.btn_sub a{
	background: none;
	color: #222;
}

.icon-caret-right{ 
	color: #222;
	padding: 0 6px 0 10px;		
}

#right_contents #contents_menu ul li.jimukyoku{
	margin-top: 30px;	
}

#right_contents #contents_menu ul li.btn_common.ameblo{
	background: url(../images/btn_ameblo.png) no-repeat;
	padding-left: 2.5em;
	border: solid #278936 1px;
	margin-top:1em;
	}
	
#right_contents #contents_menu ul li.btn_common.ameblo a{
	color: #278936;
	}

#right_contents #contents_menu ul li.btn_common.insta{
		background: url(../images/insta.jpg) no-repeat;
		/*padding-left: 2.5em;*/
		border: solid #720496 1px;
		margin-top:1em;
		padding: 1.2em 0.5em 1.2em 2.5em;
		}
	
#right_contents #contents_menu ul li.btn_common.insta a{
		color: #720496;
		font-size: 80%;
		padding: 1.2em 0em 1.2em 1em;
		}

/*フッター*/

#footer{
	background: #313488;
	width: 100%;
	height: 460px;	
}

#footer .footer_inner{
	background: #eae4d1;
	width: 100%;
	height: 430px;
}

#footer .footer_contents{
	width: 960px;
	padding-top: 20px;
	margin: 0px auto;
	text-align: center;
}

#footer .footer_contents div.footer_left{
	width: 58%;
	float: left;
	}

#footer .footer_contents div.footer_left p{
	padding: 1em 0 0 2em;
	text-align: left;
	font-size: 90%;	
	}


#footer .footer_contents div.footer_left ul{
	padding: 0em 0 0 1.5em;
	text-align: left;
	}

#footer .footer_contents div.footer_left ul li{
	display: inline;
	float: left;
	padding: 0.5em 0.5em;
	text-align: left;
	font-size: 90%;
	font-weight: normal;	
	}

#footer .footer_contents div.footer_left ul li a{
	margin-right: 0.5em;
	}

#footer .footer_contents div.footer_right{
	width: 36%;
	float: right;
	}
	
#footer .footer_contents div.footer_right p{
	font-size: 80%;
	text-align: left;
	padding-left: 1em;
	padding-top: 0.5em;
	}
	
#footer .footer_contents div.footer_right p span.font_c_osc{
	color: #313488 ;
	font-weight: bold;
	}

#footer .footer_contents div.footer_btn{
	padding: 10px 0 0 10px;
	}
	
#footer .footer_contents div.footer_btn img{
	margin-right: 10px;
	width: 240px;
	}

#footer p.copy{
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 0.3em 0 0 0;
	}

#footer p.copy span.abs{
	color: #313488 ;
	font-size: 1px;
	text-align: center;
	}


/*インフォメーション 重要なお知らせ*/

div#information h3{
	background: url(../images/icon_info_s.png) no-repeat 0 0;
	padding-left: 2em;
	border-bottom: solid 2px #0083cb;
	margin-bottom: 1em;
	}

div#news h3{	
	background: url(../images/icon_exc_s.png) no-repeat 0 0;
	padding-left: 2em;
	border-bottom: solid 2px #ffba00;	
	margin-bottom: 1em;
	}

#information, #news{
	width: 660px;
	height: auto;
	text-align: left;
	padding: 10px 10px 20px 10px;
	}
#information p, #news p{
	border-bottom: dotted 2px #666464;
	padding: 0.2em 0;
	font-size: 90%;
	}
#information{
	background: #D7EEF1;
	margin: 30px 0 0;	
}

#news{
	background: #FDE26F;
	margin: 20px 0 20px;	
}



/*フォントサイズ*/
.font_50{ font-size: 50%;}
.font_60{ font-size: 60%;}
.font_70{ font-size: 70%;}
.font_80{ font-size: 80%;}
.font_90{ font-size: 90%;}
.font_110{ font-size: 110%;}
.font_120{ font-size: 120%;}
.font_140{ font-size: 140%;}
.font_150{ font-size: 150%;}
.font_w{ font-weight: bold;}

.font_c_red{ color: red;}
.underline{ text-decoration: underline;}

.valign_top{ vertical-align: text-top;}

/*フロート*/
.fl_l{	float: left;}
.fl_r{	float: right;}

/*
ul a { padding: 5px; display: block; }*/




#right_contents #contents_menu ul.btn_submenu li.btn_01,
#right_contents #contents_menu ul.btn_submenu li.btn_02,
#right_contents #contents_menu ul.btn_submenu li.btn_03,
#right_contents #contents_menu ul.btn_submenu li.btn_04,
#right_contents #contents_menu ul.btn_submenu li.btn_05,
#right_contents #contents_menu ul.btn_submenu li.btn_06,
#right_contents #contents_menu ul.btn_submenu li.btn_07{
    background: #f9f1dc;
    height: 20px;
    padding: 1.2em 0 1.2em 0.2em;
    margin-bottom: 10px;
}

#right_contents #contents_menu ul.btn_submenu li a{
	color: #222;	
}

#right_contents #contents_menu ul li.btn_01{
	border-left: solid 20px #00bfd7;
}

#right_contents #contents_menu ul li.btn_02{
	border-left: solid 20px #7cd600;
}

#right_contents #contents_menu ul li.btn_03{
	border-left: solid 20px #ff69b4;
}

#right_contents #contents_menu ul li.btn_04{
	border-left: solid 20px #8a2be2;
}

#right_contents #contents_menu ul li.btn_05{
	border-left: solid 20px #8a2be2;
}

#right_contents #contents_menu ul li.btn_06{
	border-left: solid 20px #0038cd;
}

#right_contents #contents_menu ul li.btn_07{
	border-left: solid 20px #e60012;
}