@media all{

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#breadcrumbs,
#main-image,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 1000px;
}


#page-top,
#top-in,
#header-in,
#main-image-in,
#breadcrumbs ol,
#global-menu ul,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 1000px;
}



/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{ background-color: #fff; }
*/



/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body,pre{ color: #666; }


/*リンク文字*/
a{ text-decoration: underline; }
a:link{ color: #666; }
a:visited{ color: #666; }
a:hover{ color: #c60; }
a:active{ color: #c60; }



/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/

/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{
	position: absolute;
	top: 0;
	height: 30px;
	background-color: #212121;
	border-bottom: 1px solid #cecece;
	font-size: 1.2em;
}

#top-in{ position: relative; }


/*●トップメニュー*/
#top-menu{
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 10;
	padding-left: 7px;
	background: url(images/common/bg-topmenu.gif) left center no-repeat;
}

#top-menu li{
	float: left;
	overflow: hidden;
	padding: 0 11px;
	height: 24px;
	background: url(images/common/bg-topmenu-list.gif) right center no-repeat;
	line-height: 22px;
}

#top-menu li.end{ background: url(images/common/bg-topmenu.gif) right center no-repeat; }

#top-menu li.sitemap a{
	padding-left: 25px;
	background: url(images/icon/icon-sitemap.gif) left center no-repeat;
}

#top-menu li.contact a{
	padding-left: 25px;
	background: url(images/icon/icon-contact.gif) left center no-repeat;
}

#top-menu li a:link,
#top-menu li a:visited{
	text-decoration: none;
	color: #fff;
}

#top-menu li a:active,
#top-menu li a:hover{
	text-decoration: none;
	color: #c60;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 30px;
	height: 78px;
	background: url(images/common/bg-header.gif) left top repeat-x #222222;
	font-size: 1.2em;
	color: #fff;
}

#header-in{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 27px;
}

/*IE6対策*/
* html #header-logo{ top: 20px; }

/*IE7対策*/
*+html #header-logo{ top: 20px; }


/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: underline; }
#header-logo #logo-text a:link{ color: #fff; }
#header-logo #logo-text a:visited{ color: #fff; }
#header-logo #logo-text a:hover{ color: #c60; }
#header-logo #logo-text a:active{ color: #c60; }


/*●ヘッダーテキスト*/
#header-text{
	position: absolute;
	top: 20px;
	right: 0;
	width: 400px;
	text-align: left;
}


/*--------------------------------------------------------
グローバルメニュー
--------------------------------------------------------*/

#global-menu{
	position: absolute;
	top: 108px;
	height: 36px;
	background: url(images/common/bg-navi.gif) left center repeat-x #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


#global-menu ul{
	margin-top: 2px;
	padding-left: 2px;
	height: 34px;
	background: url(images/common/bg-navilist.gif) left center repeat-y;
}


#global-menu li{
	float: left;
	padding-right: 2px;
	height: 33px;
	background: url(images/common/bg-navilist.gif) right center repeat-y;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}


#global-menu li a{
	display: block;
	padding: 0 50px 0 26px;
	background: url(images/icon/icon-arrow.gif) 12px 9px no-repeat;
	text-decoration: none;
	color: #fff;
}


/*グローバルメニューを幅指定にする場合は下記を使用）*/

/*#global-menu li a{ padding: 0 10px 0 26px; }*/

/*各エリアの幅を指定します。合計が全体のサイズ-12pxになるようにして下さい
（例：140+300+200+200+148 = 950-12）*/
/*.menu01{ width: 158px; height: 33px; }
.menu02{ width: 156px; height: 33px; }
.menu03{ width: 186px; height: 33px; }
.menu04{ width: 156px; height: 33px; }
.menu05{ width: 156px; height: 33px; }
.menu06{ width: 176px; height: 33px; }

.menu01 a{ width: 122px; height: 30px; }
.menu02 a{ width: 120px; height: 30px; }
.menu03 a{ width: 150px; height: 30px; }
.menu04 a{ width: 120px; height: 30px; }
.menu05 a{ width: 120px; height: 30px; }
.menu06 a{ width: 140px; height: 30px; }
*/


#global-menu li a:hover{
	padding-bottom: 3px;
	background: url(images/common/bg-navi_on.gif) left bottom no-repeat #fff;
	line-height: 30px;
	color: #282828;
}


#global-menu li.current a{
	line-height: 30px;
	border-bottom: 3px solid #007fb7;
}


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{
	position: absolute;
	top: 306px;/*▲ページ最上部からの距離*/
	left: 0;
}


#breadcrumbs li{
	float: left;
	padding: 0 10px 0 15px;
	background: url(images/icon/icon-breadcrumbs.gif) left 5px no-repeat;
	font-size: 1.2em;
	color: #fff;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-left: 0;
	background: none;
}


#breadcrumbs li a:link,
#breadcrumbs li a:visited{ color: #fff; }

#breadcrumbs li a:active,
#breadcrumbs li a:hover{ color: #cc6600; }


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-image{
	position: absolute;
	top: 146px;/*最上部からの高さの指定*/
	background: url(images/common/bg-topimage.gif) center top repeat #111;
	border-bottom: 1px solid #000;
}

#main{
	padding-top: 336px;/*▲ページ最上部からの距離*/
	background: url(images/common/bg.jpg) repeat #020202;
	border-top: 1px solid #444;
}

#main-and-sidebar1{
	float: left;
	width: 785px;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar1{
	float: left;
	width: 200px;
	background: url(images/common/bg-sidebar.gif) center top repeat-y #2b2b2b;
	border-bottom: 1px solid #666;
	font-size: 1.2em;
}

#sidebar2{
	float: right;
	width: 200px;
	background: url(images/common/bg-sidebar.gif) center top repeat-y #2b2b2b;
	border-bottom: 1px solid #666;
	font-size: 1.2em;
}

#sidebar-in1,
#sidebar-in2{
	padding: 15px 10px;
	background: url(images/common/bg-sidebar-top.gif) center top no-repeat;
}


/*H3*/
#sidebar1 h3,
#sidebar2 h3{
	padding: 7px 10px 7px 19px;
	width: 151px;
	background: url(images/title/bg-sidebar-h3.gif) left top no-repeat #2b2b2b;
	border-bottom: 4px solid #007fb7;
	font-weight: bold;
	color: #fff;
}


/*●検索ボックス*/
#sidebar1 dl.search-box,
#sidebar2 dl.search-box{
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	height: 22px;
}

#sidebar1 dl.search-box dt,
#sidebar2 dl.search-box dt{
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	width: 110px;
}

#sidebar1 dl.search-box dt input,
#sidebar2 dl.search-box dt input{
	padding: 3px;
	width: 100px;
	height: 14px;
	border: 1px solid #8f8f8f;
}

#sidebar1 dl.search-box dd,
#sidebar2 dl.search-box dd{
	float: right;
	margin: 0;
	padding: 0;
	width: 57px;
}


/*●お問い合わせ*/
#sidebar1 p.contact img,
#sidebar2 p.contact img{
	float: left;
	padding: 0 10px 10px 0;
}


/*●コンテンツ*/
#sidebar1 div.contents,
#sidebar2 div.contents{
	margin-bottom: 20px;
	padding: 15px 7px;
	background-color: #eaeaea;
	border: 1px solid #ababab;
}


#sidebar1 div.menu,
#sidebar2 div.menu{
	margin-bottom: 20px;
	padding: 5px 7px;
	background-color: #eaeaea;
	border: 1px solid #ababab;
}


/*●サイドメニュー*/
#sidebar1 ul.side-menu li,
#sidebar2 ul.side-menu li{
	width: 164px;
	border-bottom: 1px solid #afb2bc;
}

#sidebar1 ul.side-menu li a,
#sidebar2 ul.side-menu li a{
	display: block;
	padding: 10px 10px 10px 27px;
	background: url(images/icon/icon-sidenavi01.png) 7px 15px no-repeat;
}

#sidebar1 .side-menu li li,
#sidebar2 .side-menu li li{
	width: 164px;
	border-bottom: 0;
}

#sidebar1 .side-menu li ul,
#sidebar2 .side-menu li ul{ margin-bottom: 10px; }

#sidebar1 ul.side-menu li li a,
#sidebar2 ul.side-menu li li a{
	padding: 5px 10px 5px 27px;
	width: 127px;
	background: url(images/icon/icon-arrow.png) 13px 8px no-repeat;
}


/*マウスオーバー時の背景の設定*/
#sidebar1 ul.side-menu li a:active,
#sidebar1 ul.side-menu li a:hover,
#sidebar2 ul.side-menu li a:active,
#sidebar2 ul.side-menu li a:hover{
	background: url(images/icon/icon-sidenavi01.png) 7px 15px no-repeat #007fb7;
	color: #fff;
}

#sidebar1 ul.side-menu li li a:active,
#sidebar1 ul.side-menu li li a:hover,
#sidebar2 ul.side-menu li li a:active,
#sidebar2 ul.side-menu li li a:hover{
	background: url(images/icon/icon-arrow.png) 13px 8px no-repeat #007fb7;
	color: #fff;
}


/*●バナーエリア*/
#sidebar1 .banner li,
#sidebar2 .banner li{
	margin-bottom: 18px;
	width: 160px;
	list-style: none;
	text-align: center;
}

#sidebar1 .banner li a,
#sidebar2 .banner li a{
	display: block;
	margin: auto;
	width: 160px;
}

#sidebar1 .banner li a img,
#sidebar2 .banner li a img{ display: block; }


/*●ランキング*/
#sidebar1 ul.ranking li,
#sidebar2 ul.ranking li{
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#sidebar1 ul.ranking p,
#sidebar2 ul.ranking p{ margin: 0 0 10px 0; }

.no1,.no2,.no3{
	padding: 0 0 0 30px!important;
	font-size: 1.2em!important;
	font-weight: bold!important;
	color: #ff0000!important;
}

.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10{
	height: 34px!important;
	padding: 0 0 0 30px!important;
}

/*●王冠画像*/
.no1{ background: url(images/icon/icon-rank01-01.png) left top no-repeat; }
.no2{ background: url(images/icon/icon-rank01-02.png) left top no-repeat; }
.no3{ background: url(images/icon/icon-rank01-03.png) left top no-repeat; }
.no4{ background: url(images/icon/icon-rank01-04.png) left top no-repeat; }
.no5{ background: url(images/icon/icon-rank01-05.png) left top no-repeat; }
.no6{ background: url(images/icon/icon-rank01-06.png) left top no-repeat; }
.no7{ background: url(images/icon/icon-rank01-07.png) left top no-repeat; }
.no8{ background: url(images/icon/icon-rank01-08.png) left top no-repeat; }
.no9{ background: url(images/icon/icon-rank01-09.png) left top no-repeat; }
.no10{ background: url(images/icon/icon-rank01-10.png) left top no-repeat; }


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	float: right;
	width: 570px;
	font-size: 1.4em;
}


/*H1、H2*/
#main-contents h1,
#main-contents h2{
	clear: both;
	padding: 13px 13px 12px 43px;
	width: 514px;
	background: url(images/title/bg-contents-h2.gif) left top no-repeat #222;
	border-bottom: 4px solid #007fb7;
	font-size: 1.143em;
	font-weight: bold;
	color: #fff;
}


/*H3*/
#main-contents h3{
	clear: both;
	margin-bottom: 12px;
	padding: 8px 18px 10px;
	background: url(images/title/bg-contents-h3.gif) 6px top no-repeat #272727;
	border: 1px solid #666;
	border-bottom: 2px solid #007fb7;
	font-weight: bold;
	color: #fff;
}


/*H4*/
#main-contents h4{
	clear: both;
	padding: 8px;
	background-color: #393939;
	border: 1px dotted #666;
	color: #fff;
}


/*線*/
#main-contents hr{
	clear: both;
	margin: 0.5em 0 1.7em 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.0em;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	height: 1px;
	color: #ccc;
}
* html #main-contents hr{ margin: 0 0 1.2em; }
*:first-child+html #main-contents hr{ margin: 0 0 1.2em; }


/*リストタグ*/
#main-contents ul,
#main-contents ol{
	list-style-position: outside;
	margin: 0 10px 1.4em 20px;
	-moz-border-radius: 8px;/*Firefoxのみ角丸になる*/
}
#main-contents ul{ list-style-type: disc; }
#main-contents li{ line-height: 1.8em; }

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}





/*テーブルタグ*/
#main-contents table.table-style{
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
}

#main-contents table.table-style th,
#main-contents table.table-style td{
	padding: 0.8em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#main-contents table.table-style th{
	font-style: normal;
	font-weight: bold;
	text-align: left;
}


/*●コンテンツ*/
#main-contents .contents{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #666;
	border-top: 0;
	color: #333;
}

#main-contents .contents p{
	margin-bottom: 30px;
	padding: 0 10px;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	list-style-type: none;
	list-style-position: outside;
	margin-left: 10px;
	padding: 15px 15px 0 15px;
	border: 1px solid #999;
}

#main-contents ul.news li{
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border-bottom: 1px dotted #999;
	line-height: 1.4em!important;
}



/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	margin: 0;
	padding: 0;
	width: 186px;
	position: relative;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 0 10px 193px;
	border-bottom: 1px dotted #aaa;
}


/*アイコン画像*/
#main-contents dl.news dt span{
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	overflow: hidden;
	margin-right: 10px;
	width: 60px;
	height: 18px;
	text-align: center;
	font-size: 0.715em;
	line-height: 18px;
	color: #fff;
}

#main-contents span.color01{ background: url(images/icon/icon-color01.gif) center center no-repeat #0649d1; }
#main-contents span.color02{ background: url(images/icon/icon-color02.gif) center center no-repeat #b71a0e; }
#main-contents span.color03{ background: url(images/icon/icon-color03.gif) center center no-repeat #14982a; }
#main-contents span.color04{ background: url(images/icon/icon-color04.gif) center center no-repeat #b9ad26; }
#main-contents span.color05{ background: url(images/icon/icon-color05.gif) center center no-repeat #c46506; }



/*●チェックリスト（リストタグ）*/
#main-contents ul.checklist{
	list-style-type: none;
	list-style-position: outside;
	padding: 15px;
	border: 1px solid #999;
}

#main-contents ul.checklist li{
	padding-left: 24px;
	background: url(images/icon/icon-check02-blue.png) no-repeat 0 8px;
	line-height: 2.5em;
}


/*●定義タグ スタイル01*/
* html body #main-contents dl.dl-style01 dd div{ display: inline-block; }

#main-contents dl.dl-style01{ border-bottom: 1px solid #999; }
#main-contents dl.dl-style01 dt{
	float: left;
	margin: 0;
	padding-top: 20px;
	width: 15em;
	border-top: 1px solid #999;
	font-weight: bold;
}

#main-contents dl.dl-style01 dd{
	margin-left: 15em;
	padding: 20px 10px 20px 0;
	border-top: 1px solid #999;
}


/*●定義タグ スタイル02*/
#main-contents .contents dl.dl-style02{
	margin-bottom: 1.2em;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
	background: #ddd;
}

#main-contents .contents dl.dl-style02 dt{
	margin: 0;
	padding: 0.5em;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	font-weight: bold;
	color: #444;
}

#main-contents .contents dl.dl-style02 dd{
	margin: 0;
	padding: 0.8em 1.0em;
	background: #fff;
}


/*●戻る＆進むリンク*/
.link-back,
.link-next{
	clear: both;
	margin-top: 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.link-back{ text-align: left; }
.link-next{ text-align: right; }

.link-next a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-r-black.png) 0 3px no-repeat;
}
.link-back a{
	padding-left: 15px;
	background: url(images/icon/icon-menu01-l-black.png) 0 3px no-repeat;
}


/*●ボックスエリア*/
#main-contents div.box{
	margin: 0;
	border: 1px solid #aaa;
}

#main-contents .box .title{ background: #999 }
#main-contents .box .title p{
	margin: 0 10px;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#main-contents .box ul,
#main-contents .box ol{
	margin: 5px 10px;
}

#main-contents .box ol{ padding-left: 15px!important; }
#main-contents .box li{
	list-style-position: outside;
	margin: 15px!important;
	line-height: 1.2em;
}


/*●ランキング（リストタグ）*/
#main-contents ul.ranking li{
	list-style-type: none;
	margin-bottom: 10px!important;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7070ba;
	background: none;
	font-weight: normal;
}

#main-contents ul.ranking p{ margin: 10px 0; }


/*●サイトマップ（リストタグ）*/
.sitemap li{
	padding: 3px 0 3px 24px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li li{	border-left: 1px solid #555; }
.sitemap ul li{	background: url(images/li.gif) 0 12px no-repeat; }
.sitemap ul ul li{
	background: url(images/li.gif) 0 12px no-repeat;
	font-weight: normal;
}



/*--------------------------------------------------------
ページの先頭へ戻る
--------------------------------------------------------*/

#page-top p{
	margin-top: 58px;
	margin-bottom: -1px;
	margin-left: auto;
	width: 164px;
	height: 31px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	background: url(images/common/bg-footer.jpg) center top repeat-x #111;
	border-bottom: 1px solid #000;
}


#footer-in{
	padding: 32px 0 28px;
	font-size: 1.2em;
	color: #fff;
}


#footer-in a:link,
#footer-in a:visited{ color: #fff; }

#footer-in a:active,
#footer-in a:hover{ color: #cc6600; }


/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-bottom: 1px solid #999;
	border-left: 4px solid #007fb7;
	font-size: 1.167em;
	font-weight: bold;
}


/*●アクセスマップ*/
div.access p{ margin-bottom: 1em; }

p.accessmap{
	padding-left: 22px;
	background: url(images/icon/icon-access.png) left center no-repeat;
}


/*●左右のエリア（幅の合計が970pxになるように）*/

#area01{ width: 362px; }
#area02{ width: 608px; }

#area01,
#area02{
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}
* html .footer-menu ul{ width: 247px; }

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 17px;
	background: url(images/icon/icon-footernavi.png) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	padding: 9px 0;
	background: url(images/common/bg-prnavi.jpg) center center repeat #111;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

#footer-banner li{
	float: left;
	margin-right: 10px;
}

#footer-banner li a{ padding-right: 10px; }


/*●コピーライト*/
.copyright{
	padding: 15px 0 50px;
	width: 100%;
	background: url(images/common/bg-topimage.gif) center top repeat #111;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	color: #fff;
}

	
	/*●検索窓*/
#srchBox
{
width:148px;
_width:146px;
margin-bottom:10px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#EEEEEE;
color:#000000;
text-align:center;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:6px;
}
#srchBox #srchInput
{
width:98%;
_width:130px;
}
#srchBox #srchBtn
{
width:115px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
margin-bottom:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:block;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:center;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}

	
/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
}