@charset "utf-8";

/* =======================================

基本用CSS
Since: 201011 Taguchi Wataru
mod:

========================================== */

/*
基本
======================================================= */

body{
	font-size:13px;
	line-height: 180%;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	min-width: 1080px;
	position: relative;
	z-index: 1;
}

td{
	line-height: 130%;
}

/*a:link {
	color:#0099cc;
	text-decoration: none;
}

a:visited{
	color:#14b0e4;
	text-decoration: none;
}

a:hover {
	color:#0099cc;
	text-decoration: underline;
}*/

a:link {
	color: #0D3DF7;
	text-decoration: none;
}

a:visited{
	color: #0D3DF7;
	text-decoration: none;
}

a:hover {
	color: #FF9A00;
	text-decoration: underline;
}



/* ------------------------------
wrap
------------------------------ */

#wrap {
	position: relative;
	text-align:center;
	float:none;
	clear:both;
	margin-right: auto;
	margin-left: auto;
	background: url(../images_rw2013/common/bg_top.jpg) 0 105px repeat-x;
	z-index: 10;
}

#wrapIn {
	width: 1030px;
	height:auto;
	text-align:center;
	float:none;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}


/* ------------------------------
ヘッダー
------------------------------ */

#header {
	position: relative;
	clear: both;
	float: none;
	height: 105px;
	text-align: left;
	z-index: 100;
}
#headerIn {
	clear: both;
	float: none;
	width: 1030px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* ロゴ */
#header #headLogo{
	height: 50px;
	width: 275px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#header #headLogo a h1 {
	line-height: 50px;
}

/* サブメニュー */
#header .subMenu {
	position: absolute;
	top: 70px;
	left: 0px;
	font-size: 12px;
	text-align: left;
}
#header .subMenu li {
	display: inline;
	margin-right: 15px;
}

/* 広告バナー */
#header .headBanner {
	position: absolute;
	top: 10px;
	right: 320px;
	width: 460px;
	height: 80px;
}

/* 検索枠 */
#header .headSearch {
	position: absolute;
	top: 10px;
	right: 90px;
	width: 220px;
	height: 80px;
	background: url(../images_rw2013/common/bg_search.jpg) 0 0 no-repeat;
	z-index: 10000;
	zoom: 1;
}
#header .headSearch p {
	font-size: 12px;
	color: #fff;
}
#header .headSearch div form {
	padding: 0px;
	width: 170px;
	padding: 0px;
	margin: 0px;
	margin: 25px auto 0 auto;
}

.gsc-control-cse {
	background: none !important;
}

#header .headSearch div form .gsc-input-box {
	border: none;
	height: 27px;
}
#header .headSearch div form #gs_tti50 {
	padding: 0px;
	height: 27px;
}

#header .headSearch div form .gsc-input {
	padding: 0px !important;
}
#header .headSearch div form input.gsc-input {
	height: 27px !important;
	background: #fff !important;
}
#header .headSearch div form .gsc-search-button .gsc-search-button-v2 {
	padding: 7px;
	border: none;
	background-color: #009c84
}
#header .headSearch div .gsc-control-cse {
	border: none;
}

/* 緊急情報バナー */
#header .headUrgent {
	position: absolute;
	top: 10px;
	right: 0px;
}


/* ------------------------------
コンテンツ
------------------------------ */
#contents {
	width: 1030px;
	clear: both;
	float: none;
	text-align: left;
	background-color: #fff;
	padding: 20px 0px;
}


/* ------------------------------
メインエリア
------------------------------ */
#mainArea {
	float: left;
	width: 790px;
	text-align: left;
}

#mainArea_alone {
	width: 1030px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


/* ------------------------------
サイドエリア
------------------------------ */
#sideArea {
	width: 220px;
	float: right;
}

#sideAreaIn {
	width: 220px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}



/* ------------------------------
フッター
------------------------------ */
#footer {
	float:none;
	clear: both;
	text-align: center;
	height: 295px;
	background: url(../images_rw2013/common/bg_foot.jpg) 0 bottom repeat-x;
}
#footerIn{
	position:relative;
	width: 1030px;
	height: 180px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#footer .google {
	position: absolute;
	top: 90px;
	height: 25px;
	width: 500px;
}

#footer #toTop {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 115px;
}

/*フッターナビ*/
#footer #footNavi{
	position: absolute;
	top: 125px;
}

#footer #footNavi ul{
	float: left;
	width: 170px;
	height: 140px;
}

#footer #footNavi ul li{
	float: left;
	width: 150px;
	font-size:11px;
}

#footer #footNavi ul li a:hover{
	text-decoration: underline;
}

#footer #footNavi p {
	position: absolute;
	bottom: 0px;
	color: #999;
	clear: both;
	float: none;
}
#footer #footCname{
	position: absolute;
	text-align: center;
	top: 140px;
	right: 0px;
}


/*コピーライト*/
#footer p.copyright {
	position: absolute;
	top: 266px;
	width: 100%;
	height: 30px;
	font-size: 10px;
	line-height: 30px;
	text-align: center;
}

