@charset "utf-8";

/* レイアウト基本設定 */

/*最背面の設定
----------------------------------------------------- */
body {
	background:#013F7C url(../img/body.jpg) repeat-x fixed left top;
	margin: 0;
	padding: 0;
}
#container {
	margin-right: auto;
	margin-left: auto;
	background-color: #003366;
	padding-left: 20px;
	width: 960px;
	padding-top: 10px;
}

/*基本文字リンクカラーの設定
----------------------------------------------------- */
a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*ヘッダー領域の設定
----------------------------------------------------- */
▼▼▼header領域 {}
div#header {
	width: 940px;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#banner-area {/*スポンサーbanner領域の設定 */
	width: 940px;
	height: 60px;
	margin: 0 0 10px 0;
}
ul#banner-area li {/*スポンサーbanner領域の設定 */
	float: left;
	padding: 0 5px 0 0;
}
.header-img {/*メイン画像の設定 */
	width: 940px;
	height: 140px;
}
#g-menu-area {/*グローバルメニュー領域の設定。メニューの中身は「g_menu.css」に記述 */
	width: 940px;
	background-color: #000000;
	background-image: url(../img/menu_img/menu_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
}
.headline {/*ニュースティッカー */
	width: 940px;
	height: 30px;
	background-image: url(../img/common_img/headline_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 6px 0 0 0;
}
.headline .headline-txt {/*ニュースティッカー文字 */
	font-weight: bold;
	padding-left: 110px;
	width: 780px;
	float: left;
}
#newsTicker {
	z-index: 1;
	/*
	margin-top: -1000px;
	*/
}
#newsTicker a{
	font-weight: normal;
	color: #000;
	font-size: 11px;
	
}
#newsTicker a:hover{
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

.headline .headline-rss {/*ニュースティッカーrssアイコン */
	float: right;
	margin-right: 5px;
}

/* フッター領域の設定
----------------------------------------------------- */
▼▼▼▼▼footer領域ここから {}
div#footer {
	clear: both;
	width: 940px;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.backtop {/*上に戻る */
	text-align: right;
	width: 940px;
}
ul.under-links {/*下層ページへのテキストリンク */
	width: 940px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #FFFFFF;
	margin-top: 15px;
	line-height: 80%;
	height: 12px;
}
ul.under-links li {/*下層ページへのテキストリンク */
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.under-links .none {/*テキストリンクボーダー無 */
	border: none;
}
ul.bj-team-links {/*チームリンク */
	width: 940px;
	color: #FFFFFF;
	padding-top: 10px;
}
ul.bj-team-links li {/*チームリンク */
	float: left;
	height: 54px;
}
.copyright {/*著作権表示のテキストリンク */
	color: #FFFFFF;
	font-size: 11px!important;
	font-family: Arial, Helvetica, sans-serif!important;
	padding-top: 5px;
	width: 940px;
}
#footer h1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}


#bottom-round {/*最下部の角丸設定 */
	background-image: url(../img/common_img/footer_bottom.jpg);
	background-repeat: no-repeat;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0px bottom;
	background-color: #003366;
	height: 40px;
	margin-bottom: 20px;
}
.rw-link {/*ロックウェーブへのテキストリンク */
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-size:12px;
}

.font_small_1 {
	font-size:9px;
}

.home_color {
	/*background-color:#FFFFE0; 黄色　１*/
	/*background-color:#FCFEA7; 黄色　２*/
	/*background-color:#E9F4FE; 青色　１*/
	/*background-color:#E1FFFF; 青色　２*/
	/*background-color:#FFF3D0; オレンジ　１*/
	/*background-color:#FADA6D; オレンジ　２*/
	background-color:#FADA6D;
}