@charset "shift_jis";

/*--------------------------------------------------
	リンクカラー
--------------------------------------------------*/
a:link { color: #004DA0; text-decoration: none; }
a:visited { color: #004DA0; text-decoration: none; }
a:hover { color: #641E7B; text-decoration: none; }

/*--------------------------------------------------
	フォントスタイル
--------------------------------------------------*/
.bold {
	font-weight: bold;
	color: #FF0000;
}
.txtS { font-size: 85%;}

::selection {background: #fe4545;color:#fff;}
::-moz-selection {background: #fe4545;color:#fff;}

/*--------------------------------------------------
	マージン
--------------------------------------------------*/
.mgt05 { margin-top: 5px;}
.mgt10 { margin-top: 10px;}
.mgt15 { margin-top: 15px;}
.mgt20 { margin-top: 20px;}
.mgt25 { margin-top: 25px;}
.mgt30 { margin-top: 30px;}
.mgt35 { margin-top: 35px;}
.mgt40 { margin-top: 40px;}
.mgt45 { margin-top: 45px;}

/*--------------------------------------------------
	配置
--------------------------------------------------*/
.fltR { float: right;}
.fltC { float: center;}
.fltL { float: left;}
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/*--------------------------------------------------
	float解除
--------------------------------------------------*/
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
/*\*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**/

.both { clear: both; }

/*==================================================
	レイアウト
==================================================*/
body {
	font-family: "???C???I", "meiryo", Verdana, "Hiragino Kaku Gothic Pro W3", "MS UI Gothic";
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0px;
	word-break: break-all; 
	-webkit-text-size-adjust:none;
	color: #333;
}
#shadow {
	width: 950px;
	margin: 0 auto;
	background: url(../img/index/bg.jpg) repeat-y center;
}
#wrap {
	width: 930px;
	text-align: left;
	margin: 0 auto;
}
#main {
	margin: 0 20px;
}

/*==================================================
	header
==================================================*/
#header {
	width: 924px;
	height: 94px;
	margin: 3px auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-top: 8px #3ab78f solid;
}
#header .logo {
	float: left;
	margin: 15px 0 0 15px;
}
#header .header_info {
	float: right;
}
#header .header_info .name {
	text-align: right;
	margin: 10px 10px 0 0;
}
#header .header_info .header_nav {
	margin: 10px 0;
}
#header .header_info .header_nav li {
	float: right;
	line-height: 1;
	font-size: 86%;
	margin-right: 20px;
	padding-left: 12px;
	background: url(../img/index/header_marker.gif) no-repeat left -1px;
}
#header .header_info .header_nav li:nth-child(1){
	margin-right: 13px;
}
#header .header_info .header_nav li:hover {
	background: url(../img/index/header_marker_on.gif) no-repeat left 3px;
}
#header .header_info .header_nav li a {
	color: #15A4BF;
}
#header .header_info .header_nav li a:hover {
	color: #898989;
}
#header .header_info .boxSeach {
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
}
#header .header_info .boxSeach .google_logo {
	float: left;
}
#header .header_info .boxSeach #googleseach {
	float: left;
}
#header .header_info .boxSeach .textBx {
	float: left;
	margin: 0 3px;
}
#header .header_info .boxSeach .textBx input {
}
#header .header_info .boxSeach .google_send {
	float: left;
	margin: 0 3px;
}
#header .header_info .boxSeach .google_send input{
	font-size: 86%;
}
#header .header_info .boxSeach .check {
	float: left;
	line-height: normal;
}
#header .header_info .boxSeach .rdoBtn {
	font-size: 64%;
	color: #000;
}
#header .header_info .boxSeach .btnSeach {
	float: left;
}
#header input[type=radio] {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}

/*==================================================
	keyVisual
==================================================*/
#keyVisual {
}

/*==================================================
	nav
==================================================*/
#nav {
	margin-bottom: 25px;
}
#nav ul {
	padding: 0 1px 0 2px;
	background: #d7ebf4;
}
#nav ul li {
	float: left;
	width: 115px;
	height: 47px;
	border-right: 1px #999 dotted;
}
#nav ul li:nth-last-child(1) {
	border-right: none;
}
#nav ul li a {
	display: block;
}
#nav ul li a:hover {
	background: none;
}
#nav ul li a:hover img {
    visibility: hidden;
}
#nav ul li:nth-child(1) {
	background: url(../img/index/nav_01_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(2) {
	background: url(../img/index/nav_02_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(3) {
	background: url(../img/index/nav_03_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(4) {
	background: url(../img/index/nav_04_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(5) {
	background: url(../img/index/nav_05_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(6) {
	background: url(../img/index/nav_06_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(7) {
	background: url(../img/index/nav_07_on.jpg) no-repeat left top;
}
#nav ul li:nth-child(8) {
	background: url(../img/index/nav_08_on.jpg) no-repeat left top;
}

/*==================================================
	#content
==================================================*/
#content {
	float: left;
	width: 660px;
	margin-right: 30px;
}

#index .news_box {
	float: left;
	width: 310px;
	margin-bottom: 25px;
}
#index .news_box:nth-child(2n+1) {
	margin-right: 25px;
}
#index .news_box iframe {
	width: 306px;
	height: 280px;
	border: 2px #65A9DC solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#index #news_box02 iframe,
#index #news_box04 iframe {
	border: 2px #8CC34A solid;
}
#index .news_box_o {
	float: left;
	width: 304px;
}
#index .news_box_o:last-child {
	float: right;
}
#index .other_news {
	width: 620px;
	margin-bottom: 25px;
	padding: 15px 10px 3px;
	background: url(../img/index/bg_orangeTile.gif);
	border: 2px #F8C284 solid;
	border-radius: 10px; /* 記述無し */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Google Chrome、Safari */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Internet Explorer */
}
#index .other_news img {
	margin-left: 10px;
}
#index .other_news .news_frame {
	overflow: scroll;
	overflow-x: hidden;
	width: 304px;
	height: 176px;
	background: #fff;
	border-radius: 10px; /* 記述無し */
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Google Chrome、Safari */
	-o-border-radius: 10px; /* Opera */
	-ms-border-radius: 10px; /* Internet Explorer */
}
#index .other_news .news_frame li.rssRow div,
#index .other_news .news_frame li.rssRow p {
	display: none;
}
#index .other_news span {
	font-size: 72%;
}
#index .other_news .news_frame ul {
	font-size: 93%;
	margin: 10px;
}
#index .other_news .news_frame li {
	margin-bottom: 5px;
	padding: 0 18px;
}
#index .other_news .news_frame li span {
	display: block;
	font-size: 86%;
	margin-bottom: 5px;
}
#index .other_news .news_frame li a {
	text-decoration: underline;
}
#index .other_news #news_box06 {
	background: url(../img/index/news_jnet_logo.png) no-repeat right top;
}
#index .other_news #news_box05 li {
	background: url(../img/index/news_marker_01.gif) no-repeat left 1px;
}
#index .other_news #news_box06 li {
	background: url(../img/index/news_marker_02.gif) no-repeat left 1px;
}
#index .other_news #news_box05 li.rssRow p {
	display: none;
}

/*==================================================
	iframe
==================================================*/
#news_iframe ul {
	margin: 10px;
	font-size: 100%;
}
#news_iframe li {
	margin-bottom: 15px;
	color: #000;
}
#news_iframe li span {
	display: block;
	font-size: 86%;
	margin-bottom: 5px;
}
#news_iframe li a {
	font-size: 115%;
	text-decoration: underline;
}

/*==================================================
	#side
==================================================*/
#side {
	float: left;
	width: 200px;
}
#side .side_nav {
	margin-bottom: 10px;
}
#side .side_nav ul.block_01 {
	border: 3px #FBD375 solid;
}
#side .side_nav ul.block_01 li {
}
#side .side_nav ul.block_01 > li > a {
	display: block;
	height: 34px;
	line-height: 34px;
	color: #ff6600;
	padding-left: 25px;
	background: url(../img/index/side_nav_bg.jpg) no-repeat left top;
}
#side .side_nav ul.block_01 > li > a:hover {
	color: #B8855E;
	background: url(../img/index/side_nav_bg_on.jpg) no-repeat left top;	
}
#side .side_nav ul.block_01 li ul {
	line-height: 1.6;
	margin: 10px 5px 10px 20px;
}
#side .side_nav ul.block_01 li ul li {
	font-size: 79%;
	color: #F2971B;
	text-indent: -1em;
	padding-left: 1em;
	list-style-type: disc;
	list-style-position: inside;
}
#side .side_nav ul.block_01 li ul li:hover {
	color: #727171;
}
#side .side_nav ul.block_01 li ul li a {
	color: #333;
}
#side .side_nav ul.block_01 li ul li a:hover {
	color: #003E8D;
}
#side .side_nav ul.block_02,
#side .side_nav ul.block_03 {
	border-right: 3px #FBD375 solid;
	border-bottom: 3px #FBD375 solid;
	border-left: 3px #FBD375 solid;
}
#side .side_nav ul.block_02 li {
	padding-left: 26px;
	background: url(../img/index/nav_marker_01.gif) no-repeat 10px center;
}
#side .side_nav ul.block_02 li:hover {
	background: url(../img/index/nav_marker_01_on.gif) no-repeat 10px center;
}
#side .side_nav ul.block_02 li a {
	display: block;
	color: #71AF4D;
	padding: 8px 0;
}
#side .side_nav ul.block_02 li a:hover {
	color: #C4D092;
}
#side .side_nav ul.block_03 {
	padding: 8px 0;
	background: #FFFDF6;
}
#side .side_nav ul.block_03 li {
	padding-left: 26px;
	background: url(../img/index/nav_marker_02.gif) no-repeat 10px center;
}
#side .side_nav ul.block_03 li:hover {
	background: url(../img/index/nav_marker_02_on.gif) no-repeat 10px center;
}
#side .side_nav ul.block_03 li a {
	color: #1695D4;
}
#side .side_nav ul.block_03 li a:hover {
	color: #A0BDDA;
}
#side .bnr_area li {
	margin-bottom: 10px;
}

/*==================================================
	#footer
==================================================*/
#footer {
	width: 100%;
	height: 110px;
	text-align: center;
	color: #fff;
	background: #5ab7cc;
}
#footer .footer_nav {
	margin-bottom: 10px;
	padding-top: 20px;
}
#footer .footer_nav li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px #fff solid;
}
#footer .footer_nav li:nth-last-child(1) {
	border-right: none;
}
#footer .footer_nav li a {
	color: #fff;
}
