@charset "shift_jis";
@import url("./css/tables.css");
@import url("./css/commonstyles.css");
@import url("./css/textstyles.css");
/*
==================================================
スタイルの初期化
==================================================
*/

*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #FFFFFF;
	color: #4E4E4E;
	font-size: 13px;
	line-height: 180%;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6, .title { text-shadow: 0 1px 1px #CCC; }
.clear {
	clear: both;
	font-size: 1px;
}
/* リスト
==================================================
*/
ul {
	list-style: none outside none;
}
ol {
	list-style-type: decimal;
	padding: 10px 20px;
}

/* リンク
==================================================
*/
a { color: #063A79; }
a:hover { 
	color: #063A79;
	text-decoration: none;
}
a:hover img {
	-ms-filter: "alpha( opacity=60 )";
	background: none !important;
	filter: alpha(opacity=60);
	opacity: 0.6px;
}
a img { background: none !important }
#main a:hover, #menu a:hover, #rmenu a:hover, #pagetop a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}

/*
==================================================
全体
==================================================
*/

/* レイアウト
==================================================
*/
#wrapper {
	margin: 0 auto;
	text-align: center;
}
#wrapper .inner {
	position: relative;
	text-align: center;
}
#contents {
	overflow: hidden;
	padding-bottom: 50px;
	position: relative;
}
#siteNavi {
	font-size: 12px;
	padding-bottom: 5px;
}

/* ページ上部へ戻る
==================================================
*/
#pagetop {
	clear: both;
	bottom: 0;
	_bottom: -1px;
	overflow: hidden;
	position: absolute;
	right: 0;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	width: 78px;
}

/* 検索ボックス
==================================================
*/
#searchbox {
	font-size: 12px;
	height: 20px;
	left: 50%;
	margin-left: 190px;
	position: absolute;
	text-align: right;
	top: 15px;
	width: 260px;
}
#searchbox input {
	bottom: 0;
	position: absolute;
	right: 0;
	vertical-align: middle;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
#searchbox .skwd {
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: none;
	border-top: 1px solid #DCDCDC;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	behavior: url(http://web-test.sakuraweb.com/template/css/PIE.htc);
	height: 18px;
	_height: 20px;
	line-height: 18px;
	right: 54px;
	width: 196px;
}

/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
	margin: 0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
	margin-bottom: 20px;
}
.float-l img { 
	margin-right: 20px;
}
.float-r img {
	margin-left: 20px;
}
.clear, .FloatEnd { clear: both }
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	background-image: url(img/body_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	margin-bottom: 50px;
	text-align: center;
}
#top .inner {
	height: 60px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}
#top #logo, #top h1 {
	display: table-cell;
	font-size: 12px;
	font-weight: 400;
	height: 50px;
	layout-grid-line: 50px;
	left: 0;
	line-height: 50px !important;
	position: absolute;
	top: 0;
	vertical-align: middle;
}
#top #logo a, #top h1 a {
	color: #FFFFFF;
	text-decoration: none;

}
#top #logo a img, #top h1 a img {
	vertical-align: middle;
}
#top #logo a span, #top h1 a span {
	margin-left: 10px;
}

/* ヘッダー
==================================================
*/
#header {
	background-image: url(img/body_bg.png);
	background-position: center -60px;
	background-repeat: repeat-x;
	margin-bottom: 35px;
	padding-top: 20px;
	text-align: center;
}
#header .innerbox {
	background-image: url(img/header_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
	width: 940px;
}
#header .innerbox #headbox_title {
	color: #063A79;
	background-image: url(img/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 335px;
	margin: 0 auto;
	width: 900px;
}
#header .title {
	font-size: 26px;
	font-weight: 700;
	left: 30px;
	line-height: 140%;
	position: relative;
	top: 40px;
	width: 600px;
}
#header .title a {
	text-decoration: none;
}
#header .desc {
	font-size: 14px;
	left: 30px;
	line-height: 140%;
	position: relative;
	top: 45px;
	width: 600px;
}
/* トップメニュー
==================================================
*/
#topmenu {
	background-image: url(img/topmenu_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	left: 0;
	overflow: hidden;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	top: 50px;
	width: 100%;
}
#topmenu ul{
	border-left: 1px solid #D9D9D9;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	_margin: 0;
	overflow: hidden;
	width: 900px;
}
#topmenu li {
	float: left;
	width: 20%;
	position:relative;
}
#topmenu li a {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #D9D9D9;
	color: #063A79;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
#topmenu li a:hover {
	color: #063A79;
	text-decoration: underline;
}
/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	float: right;
	width: 650px;
}
#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 20px;
	padding: 10px;
}

/* 見出し
==================================================
*/
#main h2, #main h3 {
	background-image: url(img/h3.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 17px;
	padding-bottom: 10px;
}
#main h2 span, #main h3 span {
	background-image: url(img/h3_r.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #063A79;
	display: block;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding-left: 18px;
}
#main h4 {
	background-color: #F5F5F5;
	border-bottom: 1px solid #DCDCDC;
	font-size: 15px;
	margin: 20px auto 10px;
	padding: 9px 0;
}
#main h4 span {
	border-left: 3px solid #063A79;
	color: #063A79;
	padding: 3px 10px;
}
#main h5 {
	border-bottom: 1px dotted #063A79;
	color: #063A79;
	font-size: 14px;
	line-height: 130%;
	margin: 10px auto 8px;
	padding: 5px 0;
}
#main h6 {
	background-image: url(img/h6.png);
	background-position: left center;
	background-repeat: no-repeat;
	color: #063A79;
	font-size: 13px;
	line-height: 140%;
	margin: 5px auto;
	padding: 2px 10px 2px 14px;
}

/*
==================================================
サイドメニュー
==================================================
*/
/* メニュー
==================================================
*/
#menu {
	float: left;
	width: 230px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#menu ul#newEntry, #menu ul#entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	display: block;
	padding: 10px;
	line-height: 140%;
}
.menubox {
	margin-bottom: 20px;
}
.menulist {
	background-color: #063A79;
}
#newEntry {
	background-color: #FFF;
	border: 3px solid #063A79;
}
.menulist ul {
	overflow: hidden;
	padding: 0 3px;
}
.menulist ul li {
	background-color: #FFFFFF;
	background-image: url(img/menu_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	line-height: 0;
	margin-bottom: 3px;
}
.menulist li a {
	background-image: url(img/menu_icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	color: #063A79;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	padding: 13px 0 13px 18px;
	text-decoration: none;
	zoom: 1;
}
.menulist .l2 a {
	background-position: 17px center;
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
}
.menulist .l3 a {
	background-position: 37px center;
	font-size: 12px;
	font-weight: normal;
	padding-left: 50px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
	background-image: url(img/menu_h4_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
#menu .title span, #rmenu span, #menu h4 span, #rmenu h4 span {
	background-image: url(img/menu_h4_bg_l.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
}
#menu .title span.inner, #rmenu .title span.inner, #menu h4 span.inner, #rmenu h4 span.inner {
	background-image: url(img/menu_h4_bg_r.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	height: 54px;
	line-height: 42px;
	overflow: hidden;
	padding-left: 30px;
	text-align: left;
	text-shadow: 0 1px 1px #282828;
}

/* バナー領域
==================================================
*/
.bannerbox {
	background-color: #F5F5F5;
	margin-bottom: 15px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
}
.bannerbox li {
	_display: inline;
	display: block;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
}
.bannerbox li a {
	font-size: 15px;
}
.bannerbox li a img {
	vertical-align: bottom; 
}
/* 最新記事・アーカイブ
==================================================
*/
ul#newEntry li, ul#entryarchive li {
	background-image: url(img/menu_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 8px;
}

/*
==================================================
フッター
==================================================
*/
#footer {
	background-color: #F8F8F8;
	background-image: url(img/footer_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: -25px;
	padding: 50px 0 30px 0;
	text-align:center;
}
#footer .inner {
	color: #1B1B1B;
	margin: 0 auto;
	text-align: left;
	width: 900px;
}
#footer a, #footer a:hover {
	color: #1B1B1B;
}
#footlink {
	font-size: 12px;
	padding-bottom: 20px;
	text-align: center;
}
#footlink a {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

/*
==================================================
トップページ
==================================================
*/
#whatsnew {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#whatsnew .title {
	background-color: ##F7F7F7;
	background-image: url(img/whatsnew_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #CCCCCC;
	line-height: 38px;
	padding-left: 10px;
}
#whatsnew .title span {
	border-left: 3px solid #063A79;
	color: #063A79;
	padding: 3px 10px;
}
#whatsnew ul {
	padding: 0 10px 10px 10px;
}
#whatsnew ul li {
	color: #063A79;
	border-bottom: 1px solid #CDCDCD;
	padding: 10px;
}

/*
==================================================
カテゴリーページ
==================================================
*/
#categorylist .catbox {
	background-color: #FCFCFC;
	background-image: url(img/category_boxbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 5px;
}
#categorylist .thumb {
	float: left;
	margin: 0 20px 20px 0;
}
#categorylist .thumb img {
	width: 120px;
}
#categorylist .more {
	margin-top: 20px;
	text-align: right;
}
#categorylist .body {
	border-bottom: 1px solid #B4C4D7;
	border-left: 1px solid #B4C4D7;
	border-right: 1px solid #B4C4D7;
	font-size: 12px;
	line-height: 135%;
	padding: 24px 15px 15px 15px;
	overflow: hidden;
}
#categorylist .title {
	background-image: url(img/category_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	border-left: 1px solid #B4C4D7;
	border-right: 1px solid #B4C4D7;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 3px 110px;
	text-shadow: 0 1px 1px #282828;
}
#categorylist .title a {
	color: #FFFFFF;
	display: block;
	line-height: 53px;
	font-weight: 700;
}
#pagelist {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#pagelist li {
	display: inline;
	list-style-type: none;
}
#pagelist a {
	background-color: #EBEBEB;
	color: #063A79;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
#pagelist a:hover {
	background-color: #063A79;
	color: #FFF;
}
/*
==================================================
エントリーページ
==================================================
*/
#entrylist {
	background-image: url(img/category_boxbg.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 5px;
}
#entrylist .inner {
	border-bottom: 1px solid #B4C4D7;
	border-left: 1px solid #B4C4D7;
	border-right: 1px solid #B4C4D7;
	border-top: 3px solid #063A79;
	font-size: 12px;
	line-height: 135%;
	padding: 1px;
}
#entrylist dl {
	color: #063A79;
	overflow: hidden;
	padding: 0 19px;
	text-align: left;
}
#entrylist dd {
	border-bottom: 1px dotted #B4C4D7;
	color: #4E4E4E;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 15px;
	padding: 10px;
}
#entrylist dt {
	background-image: url(img/entry_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: 700;
	line-height: 150%;
	padding: 2px 0 2px 75px;
	zoom: 1;
}
#entrylist h4 {
	background-image: url(img/entry_listtitle.png);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: none;
	height: 50px;
	line-height: 50px;
	margin: 0 0 5px 0;
	padding: 0;
}
#entrylist h4 span {
	background-image: url(img/entry_title.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	border-left: none;
	display: block;
	margin: 0;
	padding: 0 0 0 45px;
}
#searchresult { padding: 10px }
#pagemenu {
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#pagemenu span a {
	font-size: 14px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 10px;
	width: 150px;
}
/*
==================================================
サイトマップページ
==================================================
*/
#sitemaps ul {
	margin: 0;
	padding: 5px 15px;
}
#sitemaps li {
	background-image: url(img/menu_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	padding-left: 16px;
}
#sitemaps .l1 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 8px;
}
#sitemaps .l2 {
	font-size: 12px;
	margin-left: 25px;
}
#sitemaps .l3 {
	font-size: 12px;
	margin-left: 50px;
}
/*
==================================================
フリースペース
==================================================
*/
#space1, #space2 { margin-bottom: 15px }
#space3, #space4, #space5, #space6 {
	font-size:13px;
	line-height: 130%;
	padding: 10px;
}
#main .grayline, #menu .grayline {
	background-color: #FFF;
	border: 2px solid #ddd;
	padding: 10px;
	font-size:13px;
	line-height: 130%;
	margin-bottom: 20px;
}
/*
==================================================
ブログモード
==================================================
*/
.blog {
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 15px;
	padding: 10px;
	overflow: hidden;
}
.blog .thumb {
	float: left;
	margin: 0 15px 10px 0;
}
.blog .thumb img { width: 125px }
.blog .title {
	color: #333;
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 5px;
}
.blog .title a { color: #333 }
.blog .info {
	color: #666;
	margin-bottom: 5px;
}
.blog .info a { color: #666 }
.blog .body { line-height: 150% }
.blog .more {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: right;
}
/*
==================================================
サイト内検索
==================================================
*/
#searchresult dd {
	border-bottom-color: #CCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-size: 13px;
	line-height: 130%;
	margin: 0 0 10px;
	padding-bottom: 15px;
}
#searchresult dt { font-size: 14px }
/*
==================================================
ポイント
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 {
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #063A79;
	font-size: 14px;
	font-weight: 700;
	height: 43px;
	line-height: 43px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 106px;
	padding-top: 0 !important;
}

.point1 { background-image: url(img/point1.png); }
.point2 { background-image: url(img/point2.png); }
.point3 { background-image: url(img/point3.png); }
.point4 { background-image: url(img/point4.png); }
.point5 { background-image: url(img/point5.png); }
.point6 { background-image: url(img/point6.png); }
.point7 { background-image: url(img/point7.png); }
.point8 { background-image: url(img/point8.png); }
.point9 { background-image: url(img/point9.png); }
.point10 { background-image: url(img/point10.png); }
.pointbox {
	padding: 0 10px;
}

/*
==================================================
ランキング
==================================================
*/

/* メインコンテンツ用ランキング
==================================================
*/
#main .point1, #main .point2, #main .point3, #main .point4, #main .point5, #main .point6, #main .point7, #main .point8, #main .point9, #main .point10 { border: none; }
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 { border: none; height: auto; }
#main .rank {
	border: 10px solid #063A79;
	margin: 0 10px 30px 10px;
}
#main .rank-inner {
	border: 6px solid #E2EEF2;
}
#main .rank1, #main .rank2, #main .rank3, #main .rank4, #main .rank5, #main .rank6, #main .rank7, #main .rank8, #main .rank9, #main .rank10 {
	background-position: left top;
	background-repeat: no-repeat;
	color: #063A79;
	font-size: 26px;
	font-weight: 700;
	left: -22px;
	line-height: 130%;
	margin: 0;
	padding: 47px 0 15px 60px;
	position: relative;
	top: -22px;
}
#main .rank1 a, #main .rank2 a, #main .rank3 a, #main .rank4 a, #main .rank5 a, #main .rank6 a, #main .rank7 a, #main .rank8 a, #main .rank9 a, #main .rank10 a {
	display: block;
}
.rank1 { background-image: url(img/rank1.png); }
.rank2 { background-image: url(img/rank2.png); }
.rank3 { background-image: url(img/rank3.png); }
.rank4 { background-image: url(img/rank4.png); }
.rank5 { background-image: url(img/rank5.png); }
.rank6 { background-image: url(img/rank6.png); }
.rank7 { background-image: url(img/rank7.png); }
.rank8 { background-image: url(img/rank8.png); }
.rank9 { background-image: url(img/rank9.png); }
.rank10 { background-image: url(img/rank10.png); }
#main .rankbox {
	overflow: hidden;
	padding: 15px 25px;
}
#main .rankbox .feature {
	color: #FFFFFF;
	background-color: #063A79;
	background-image: url(img/feature_title.png);
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 28px;
	margin-bottom: 15px;
	padding-left: 40px;
}
#main .rankbox .rankbox-inner {
	overflow: hidden;
	padding: 0 15px 15px 15px;
}
#main .rankbox .rankbox-inner .float-l img, #main .rankbox .rankbox-inner .float-r img {
	border: none !important;
	padding: 0 !important;
}
#main .rankbox .rankbox-inner p {
	overflow: hidden;
}
#main .rankbox .rank-table {
	clear: both;
	font-size: 12px;
	margin: 20px 0;
	width: 100%;
}
#main .rankbox .rank-table th, #main .rankbox .rank-table td {
	border: 1px solid #9FC0D3;
	padding: 5px;
	text-align: center;
	width: 33%;
	vertical-align: middle;
}
#main .rankbox .rank-table th {
	background-color: #E3F1FE;
	color: #063A79;
}
#main .rankbox .comment {
	border: 4px solid #C4D1DB;
}
#main .rankbox .comment .comment-tit {
	background-image: url(img/comment_bg.png);
	background-position: 8px top;
	background-repeat: no-repeat;
	color: #004DAA;
	font-size: 15px;
	font-weight: 700;
	line-height: 130%;
	margin-top: -22px;
	padding: 30px 10px 8px 65px;
	position: relative;
	text-shadow: 0 1px 1px #CCCCCC;
}
#main .rankbox .comment p {
	background-color: #E8EDF1;
	padding: 15px;
}
#main .rankbox .more {
	margin-top: 20px;
	text-align: center;
}
#main .rankbox .more a {
}
#main .rankbox .more a img {
	margin: 5px;
	vertical-align: bottom;
}


/* メニュー用ランキング
==================================================
*/
#menu .rank1, #menu .rank2, #menu .rank3, #menu .rank4, #menu .rank5{
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	color: #063A79;
	font-size: 14px;
	font-weight: 700;
	 height: auto;
	left: -11px;
	line-height: 130%;
	margin: 0;
	padding: 40px 0 35px 60px;
	position: relative;
	top: -11px;
}
#menu .rank1 span, #menu .rank2 span, #menu .rank3 span, #menu .rank4 span, #menu .rank5 span {
	display: block;	
}
#menu .rank {
	border: 3px solid #063A79;
	margin-bottom: 20px;
}
#menu .rank .rank-inner {
	border: 2px solid #E2EEF2;
}
#menu .rankbox {
	font-size: 12px;
	line-height: 150%;
	padding: 0 15px 15px 15px;
}
#menu .rankbox img {
	width: 170px;
}

/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	margin: 0 auto;
	width: 900px;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #menu .menubox {
	background-color: #FFF;
	margin: 0;
	padding: 10px 0;
}
#column1 #menu li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#column1 #menu li a , #column1 #menu #newEntry li a {
	background: none;
	border: none;
	display: inline;
	font-weight: 400;
	margin: 0;
	text-decoration: underline;
}
#column1 #menu li a, #column1 #menu li.l2 a, #column1 #menu li.l3 a {
	line-height: 1.5;
	margin: 0 5px;
	padding: 0 5px;
}


/*
==================================================
２カラムレイアウト
==================================================
*/
#column2 {
	margin: 0 auto;
	width: 900px;
}
/*
==================================================
３カラムレイアウト
==================================================
*/
#column3 {
	margin: 0 auto;
	width: 900px;
}
#column3 #layoutbox {
	float: left;
	width: 670px;
}
#column3 #main {
	float: right;
	width: 420px;
}
#rmenu {
	float: right;
	width: 210px;
}
/*
==================================================
レイアウト切り替え用スタイル(後で削除)
==================================================
*/
#column1 #rmenu, #column2 #rmenu, #column1 #space3, #column1 #space4,#column1 .bannerbox,#column1 #submenu { display: none }
#top { margin-bottom:0px; }body{



}

#header{ height: 200px; }
#headerbox {height:200px; }
#header h2 ,#header .title {


}

#header h2 a, #header h2 a:visited,#header .title a,#header .title a:visited{}
#headertext {



}

#header .desc {



}

#main{ float: ; }
#column2 #menu,#column3 #menu{ float: ; }
#column3 #rmenu { float: ; }
#column3 #layoutbox { float: ; }
#column3 #main { float: ; }
/*
#wrapper{}
#topmenu{}
#threebox{}
#main{}
#menu{}
#rmenu{}
*/