@charset "UTF-8";
/* --------------------------------------------------
 Body
 -------------------------------------------------- */
body{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto | grayscale;
	min-width:width: 1000px;
}
/* --------------------------------------------------
 a:link
 -------------------------------------------------- */
a {
	color:0000ff;
	text-decoration:underline
	cursor: pointer;
}
a,a:link,a:hover {
	font-style:normal;
	color: #FFFFFF;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color: #CCCCCC;
}
a:link {
	color:#000099
}
a:visited {
	color:#900
}
a:hover {
	color:#00f
}
a:active {
	color:#333
}
/* --------------------------------------------------
 Writing tag
 -------------------------------------------------- */
p{
}
strong,em{
	font-weight: bold;
}
hr{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #fff;
}
.red{
	color: #C00;
}
.sm{
	font-size: 11px;
}
.link{
	text-align: right;
	padding-top: 10px;
	margin-bottom: 20px;
}
.error_message{
	padding:10px;
	margin:10px;
	color:#C00;
	background-color:#FFF5ED;
	border:5px solid #C00;
	font-size:14px;
}
/* --------------------------------------
Wrapper
----------------------------------------- */
#ContentsWrapper{
	width: 100%;
	position:relative;
}
#ContentsWrapper h1{
}
#ContentsWrapper h2{
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 15px;
	font-weight: bold;
	color: #00337b;
}
#ContentsWrapper h3{
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-weight: bold;
	color: #00337b;
}
#ContentsWrapper p{
	font-size: 14px;
	line-height: 1.5em;
}
#ContentsWrapper .inlineWrap{
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#ContentsWrapper .grd,
#Footer .grd{
	background-color: #ee5500;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #003579), color-stop(0.00, #004ea5));
	background: -webkit-linear-gradient(#004ea5, #003579);
	background: -moz-linear-gradient(#004ea5, #003579);
	background: -ms-linear-gradient(#004ea5, #003579);
	background: linear-gradient(#004ea5, #003579);*/
}
#ContentsWrapper .noiview{
	margin-top: 130px;
}
/*head_inWrap*/
#head_inWrap{
	width:100%;
	height: 177px;
	position: relative;
	z-index: 100;
	top: 0;
}

/* --------------------------------------
coNavi
----------------------------------------- */
#coNavi{
	width:100%;
	color: #333;
	top:0;
	left:0;
	margin:0;
	z-index: 10;
	text-align: left;
	background-image: url(../images/bg/bg_body.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#coNavi .sm{
	font-size: 11px;
}
#info{
	width: 980px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/bg/bg_ghead.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#info h1{
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 7px;
	left: 130px;
}
#info .Glogo{
	position: absolute;
	top: 35px;
	left: 10px;
}
/*GNavi*/
#GNavi{
	clear:both;
	width:100%;
	height: 48px;
	background-image: url(../images/bg/bg_gnavi.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#GNavi ul{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 44px;
	background-image: url(../images/bg/bg_gnavi_ber.png);
	background-repeat: repeat-y;
	background-position: left center;
}
#GNavi li{
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	float: left;
	background-image: url(../images/bg/bg_gnavi_ber.png);
	color: #FFF;
	margin-bottom: 0;
	text-shadow: -1px -1px 1px #000;
	background-repeat: repeat-y;
	background-position: right center;
	height: 30px;
	padding-top: 14px;
	padding-right: 25px;
	margin-top: 0;
	margin-left: 25px;
}
#GNavi a:link{
	display: inline-block;
}
#GNavi a:link,
#GNavi a:visited{
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
#GNavi a:hover{
	text-shadow: 0 0 2px #000,0 0 5px #FF6;
}
/* --------------------------------------
Contents_wrap
----------------------------------------- */
#Contents_wrap{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
/* --------------------------------------
head
----------------------------------------- */
#head{
	width: 980px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
/* --------------------------------------
SideSection
----------------------------------------- */
#SideSct{
	width: 300px;
	float: left;
	margin-right: 30px;
}
#SideSct h2{
	color: #FFF;
	background-color: #F90;
	padding: 8px;
	font-size: 15px;
	margin-bottom: 3px;
	border-radius:3px;
}
#SideSct ul{
}
#SideSct li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C2C2;
	font-size: 13px;
	line-height: 1em;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#SideSct .mark:before{
	font-family: 'FontAwesome' ;
	padding-right: 5px ;
	content: '\f105' ;
}
#SideSct .mark2:before{
	font-family: 'FontAwesome' ;
	padding-right: 5px ;
	content: '\f138' ;
}
#SideSct .mark3:before{
	font-family: 'FontAwesome' ;
	padding-right: 5px ;
	content: '\f0da' ;
}
#SideSct a:link{
	color: #333;
}
#SideSct a:link,
#SideSct a:visited{
	text-decoration: none;
	color: #333;
}
#SideSct a:hover{
	color: #ee5500;
}
#SideSct .info{
	border: 3px solid #ee5500;
	height: 300px;
}
#SideSct .bnr{
	height: 100px;
}
/*topix_feed*/
#topix_feed{
}
#topix_feed h2{
	margin-bottom: 0px;
	border-radius:3px 3px 0px 0px;
}
#topix_feed ul{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F90;
	border-bottom-color: #F90;
	border-left-color: #F90;
}
/*side_navi*/
#side_navi{
}
#side_navi h2{
	margin-bottom: 0px;
	border-radius:3px 3px 0px 0px;
}
#side_navi ul{
}
#side_navi li{
	background-color: #EDEDED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 0;
}
#side_navi a:link{
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 8px;
}
#side_navi a:hover{
	color: #333;
	background-color: #FFC883;
}

/* --------------------------------------
MainSection
----------------------------------------- */
#MainSection{
	width: 650px;
	float: left;
}
#MainSection h2{
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	background-image: url(../images/bg/bg_h.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
	text-shadow: 1px 1px 1px #333;
}
#MainSection .dumbox{
	background-color: #EDEDED;
	height: 500px;
}
/* --------------------------------------
breadcrumb
----------------------------------------- */
#breadcrumb{
	margin-bottom:10px;
}
#breadcrumb ol{
}
#breadcrumb li{
	display:inline;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	border: none;
}
#breadcrumb .mark:after{
	font-family: 'FontAwesome' ;
	padding-left: 5px ;
	content: '\f105' ;
}
/* --------------------------------------
Pagination
----------------------------------------- */
.pagination {
	text-align:center;
	padding:5px;
}
.pagination a {
	padding:2px 5px; 
	margin:2px;
	border:1px solid #000;
	text-decoration:none;
	color:#000;
}
.pagination a:hover,
.pagination a:active {
	border:1px solid #000;
	background-color:#000;
	color:#fff;
}
.pagination span.current {
	padding:2px 5px;
	margin:2px; 
	border:1px solid #000;
	background-color:#000;
	color:#fff;
	font-weight:bold;
} 
.pagination span.disabled {
	padding:2px 5px;
	margin:2px;
	border:1px solid #eee;
	color:#ddd;
}
/* --------------------------------------
Footer
----------------------------------------- */
#Footer{
	width: 100%;
	clear: both;
	padding-top: 30px;
	color: #333;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(../images/bg/bedge-grunge.png);
	background-repeat: repeat;
}
#Footer .name{
	font-size: 25px;
	color: #333;
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	background: none;
	box-shadow: none;
}
#Footer .bottom_menu_block a,
#Footer .bottom_menu_block a:visited { color:#000000;}
#Footer .bottom_menu_block a:hover,
#Footer .bottom_menu_block a:active { color:#000000; text-decoration:underline;}
#Footer .wrap{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 40px;
}
#Footer .ftct{
	padding-top: 5px;
}
#Footer .info{
	margin-bottom:10px;
	font-size: 18px;
}
#Footer .caption{
	font-size: 14px;
	line-height: 1.4em;
}
#Footer .add{
	font-size: 18px;
	line-height: 1.4em;
}
#Footer .tel{
	background-color: #FFF;
	padding: 10px;
	float: right;
	margin-top: -35px;
	border: 1px solid #C2C2C2;
	border-radius: 3px;
}
#Footer .number{
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	padding-left: 0.5em;
}
#Footer .footer_nav{
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom:10px;
}
#Footer .ftntxt{
	margin-right: 15px;
}
#Footer .bottom_menu_block {
	padding:0px 0px 10px 0px;
	clear:both;
	font-size:12px;
}
#Footer .bmenutit {
	width:160px;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#Footer .bottom_menu_block ul{
	width:800px;
	margin: 0px;
	padding: 0px;
	float:left;
}
#Footer .bottom_menu_block li.bmenutxt {
	float:left;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

#copyright{
	font-size: 12px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}


/* --------------------------------------
Development class
----------------------------------------- */
.none{
	display: none;
}
.clear{
	clear: both;
}
.bg_color{
	background-color: #C90;
}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}
.ml10{margin-left: 10px;}
.mnone{margin:0;}
.submit_bt{
	padding-top:30px;
}
/* --------------------------------------
CSS3
-------------------------------------------------- */
/*text-shadow*/
.tsdw{text-shadow: 0 1px 1px #FFF;}
/*box-shadow*/
.bxsdw{box-shadow: 0 0 5px #000;}
/*box-shadow-inside */
.bxsdw_inset{box-shadow: inset 1px 1px 3px #000;}
/*kadomaru*/
.kad10{border-radius: 10px;}
.kad6{border-radius: 6px;}
.kad3{border-radius: 3px;}
/*float*/
.fl{float: left;}
.fr{float: right;}
/*text-align*/
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
/* Tab style */
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 110px;
    height: 50px;
    margin-bottom: -10px;
    padding: 10px 5px;
    font: 12px/20px sans-serif;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #828282;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    background-color: #E6E6E6;
    background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
    background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
    background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
    background-repeat: repeat-x;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}
