@media all {

/*--------------------------------------------------------
1、サイト全体の横幅
--------------------------------------------------------*/

html,
body,
#container,
#top,
#header,
#global-menu,
#breadcrumbs,
#main,
#footer,
#footer-banner{
	width: 100%;
	min-width: 1000px;
}




#page-top,
#top-in,
#header-in,
#breadcrumbs ol,
#global-menu ul,
#main-in,
#footer-in,
#footer-banner ul{
	margin: auto;
	width: 1030px;
}



/*--------------------------------------------------------
2、サイト全体の背景設定（初期設定ではコメントアウト）
------------------------------------------------------*/

/*
#container{ background-color: #000; }
*/



/*--------------------------------------------------------
3、サイト全体の基本文字色
-------------------------------------------------------*/

body,pre{ color: #000; }


/*リンク文字*/
a{ text-decoration : none ; }
a:link{ color: #02c; }
a:visited{ color: #03f; }
a:hover{ color: #ff0000 ; }
a:active{ color: #ff0000 ; }




/*--------------------------------------------------------
4、エリアの設定
--------------------------------------------------------*/


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	position: absolute;
	top: 30px;
height : 100px ;
	font-size: 1.2em;
color : #ffffff ;
background-color : #000099 ;
/* background-image : url("http://browsegames.net/image/banner-ff14-large.jpg");
background-repeat: no-repeat;
background-position : center top; */
}

#header-in{
	position: relative;
	padding-top: 17px;/*▲ページ最上部からの距離*/
}


/*●ヘッダーロゴ*/
#header-logo{
	position: absolute;
	top: 25px;
margin-left : 180px ;
}


/*●ヘッダーロゴテキスト*/
#header-logo #logo-text{ font-size: 20pt; }
#header-logo #logo-text a{ text-decoration: none; }
#header-logo #logo-text a:link{ color: #fff; }
#header-logo #logo-text a:visited{ color: #fff; }
#header-logo #logo-text a:hover{ color: #ff0000; }
#header-logo #logo-text a:active{ color: #ff0000; }


/*●ヘッダーテキスト*/
#header-in #header-text{
	width: 500px;
	position: absolute;
	top: 10px;
	right: 0;
	text-align: left;
}

#banner-ads {
text-align:center;
position : relative ;
margin-top : 50px ;
}


/*--------------------------------------------------------
パン屑ナビ
--------------------------------------------------------*/

#breadcrumbs{
	position: absolute;
	top: 10px;/*▲ページ最上部からの距離*/
	left: 0;
}


#breadcrumbs li{
	float: left;
	padding-right: 10px;
	padding-left: 5px;
/*	background: url(images/icon/icon-breadcrumbs.gif) left 5px no-repeat; */
	font-size: 1.2em;
}

/*パン屑ナビの先頭*/
#breadcrumbs li.first{
	padding-left: 0;
	background: none;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main{
	padding-top: 150px;/*▲ページ最上部からの距離*/
	height: 100%;
}


/*メインイメージ（TOPのみ）*/
#main-image{
	display: block;
	position: relative;
	width: 1030px;
	height: 180px;
	margin-bottom: 20px !important;
}

#main-and-sidebar1{
	float: left;
	width: 815px;
}


/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar1{
	float: left;
	width: 200px;
}

#sidebar2{
	float: right;
	width: 200px;
}

#sidebar1 a,
#sidebar2 a {
	text-decoration : none ;
}


#sidebar-in1,
#sidebar-in2{
	width: 200px;
	font-size: 1.2em;
}



#sidebar1 h2,
#sidebar2 h2{
	clear: both;
	padding: 2px 8px;
	background-color: #000099;
	color: #fff;
}

#sidebar1 h3,
#sidebar2 h3 {
	font-weight : bold ;
font-size : 0.75em ;
}

#sidebar1 h3 small,
#sidebar2 h3 small{
	display: block;
	padding-top: 2px;
	border-top: 1px solid #d1d1d1;
	font-size: 0.768em;
}


/*●検索ボックス*/
#sidebar1 dl.search-box,
#sidebar2 dl.search-box{
	margin: 0 0 20px 0;
	padding: 14px 10px;
	width: 180px;
	background-color: #efefef;
}

#sidebar1 dl.search-box dt,
#sidebar2 dl.search-box dt{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#sidebar1 dl.search-box dt input,
#sidebar2 dl.search-box dt input{
	padding: 2px;
	width: 115px;
	height: 22px;
	border: none;
}

/*IE6対策*/
* html dl.search-box dt input{ height: auto; }

/*IE7対策*/
*+html dl.search-box dt input{ height: auto; }

#sidebar1 dl.search-box dd,
#sidebar2 dl.search-box dd{
	margin: 0;
	padding: 0;
	float: right;
	width: 55px;
}





/*●コンテンツ*/
#sidebar1 div.contents,
#sidebar2 div.contents{
	margin-bottom: 10px;
	padding: 8px;
	background-color: #fff;
}

#sidebar1 div.menu,
#sidebar2 div.menu{
	margin-bottom: 10px;
	padding: 5px 8px 5px 8px;
	background-color: #fff;
}

#sidebar1 div.bookmarks,
#sidebar2 div.bookmarks{
	margin-bottom: 10px;
	padding: 5px 8px 5px 8px;
	background-color: #fff;
}


/*●サイドメニュー*/
#sidebar1 ul.side-menu,
#sidebar2 ul.side-menu{
	padding: 8px;
	background-color: #fff;
}

#sidebar1 .side-menu ul,
#sidebar2 .side-menu ul{
	padding: 0 0 15px 0;
	margin: 0;
	background-color: #fff;
}

#sidebar1 ul.side-menu li,
#sidebar2 ul.side-menu li {
	margin-bottom: 4px;
list-style-type:disc;
}

#sidebar1 .bookmarks ul,
#sidebar2 .bookmarks ul {
	padding: 8px;
	background-color: #fff;
}

#sidebar1 .bookmarks ul li,
#sidebar2 .bookmarks ul li {
	margin-bottom: 4px;
list-style-type:disc;
}

/*●月別メニュー*/
.monthly-menu{
	padding: 8px;
	background-color: #fff;
}

.monthly-menu:after{
clear : both ;
}

.monthly-menu ul{
	padding: 0 0 15px 0;
	margin: 0;
	background-color: #fff;
}

.monthly-menu li{
	margin-bottom: 4px;
list-style-type:none;
width : 180px ;
float : left ;
}

/*●バナーエリア*/
#sidebar1 .banner li,
#sidebar2 .banner li{
	margin-bottom: 18px;
	width: 184px;
	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; }







/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{
	float: right;
	width: 600px;
	font-size: 1.4em;
}

#archive-contents{
	float: right;
	width: 600px;
	font-size: 1.4em;
}

#one-column-contents{
	margin: auto;
	width: 600px;
	font-size: 1.4em;
}

/*H1、H2*/
#main-contents h1{
	clear: both;
	margin-bottom: 5px;
	padding: 10px;
	background-color : #000099 ;
	font-size: 24px;
	line-height: 1.0;
	color: #fff;
}

#archive-contents h1 {
	clear: both;
	margin-bottom: 5px;
	padding: 10px;

	font-size: 20px;
	line-height: 1.0;
	color: #000;
}

#main-contents h2{
	clear: both;
	margin-bottom: 20px;
	padding: 10px;

border-left : #000099 solid 5px ;
border-right : #000099 solid 5px ;
border-top : #000099 solid 1px ;
border-bottom : #000099 solid 1px ;
	font-size: 18px;
	line-height: 1.0;
}

#main-contents h3{
	clear: both;
	margin: 0 16px;
	margin-bottom: 14px;
	padding: 5px;
	border: 1px solid #999;
	font-size: 16px;
	font-weight: normal;
}

#main-contents h4{
	clear: both;
	margin: 0 3px;
	margin-bottom: 14px;
	padding: 6px;
	border-bottom: 3px double #999;
	font-size: 0.858em;
	font-weight: bold;
}


/*線*/
#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 { 
margin : 5px 0 ;
}

#main-contents li.end{
	border: none!important; 
	margin-bottom: 0!important;
}



/*引用タグ*/
#main-contents q,
#main-contents blockquote{
	overflow: auto;
	margin: 0 10px 1.4em 10px;
	padding: 10px;
	background: #eee;
	color: #444;
}


/*テーブルタグ*/
#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: 10px;
	padding: 0 15px;
}

#main-contents .contents p{
	margin-bottom: 1em;
	line-height: 1.5;
}

.articles a {
text-decoration : underline ;
}


/*●最新情報（リストタグ）*/
#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: 36px;
	margin-left: auto;
	width: 162px;
	height: 34px;
}


/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

#footer{
	margin-top: -4px;
	background: url(images/common/bg-footer.png) center top repeat-x;
}


#footer-in{
	padding: 30px 0 15px 0;
	font-size: 1.2em;
}


/*H3*/
#footer-in h3{
	margin-bottom: 15px;
	padding: 2px 5px;
	border-left: 4px solid #0033aa;
	border-bottom: 1px solid #999;
	font-size: 1.4em;
	font-weight: bold;
}




/*●左右のエリア（幅の合計が970pxになるように）*/

#area01{ width: 362px; }
#area02{ width: 608px; }

#area01,
#area02{
	overflow:hidden;
	float: left;
	margin-bottom: 20px;
}
#area01{ margin-right: 30px; }


/*●フッターメニュー*/
div.footer-menu{ padding: 0; }

div.footer-menu ul{
	float: left;
	margin-right: 30px;
}

div.footer-menu li{
	display: block;
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(images/icon/icon-arrow.gif) left 5px no-repeat;
}


/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 11px 0;
	border-top: 1px solid #999;
}

#footer-banner li{
	float: left;
	list-style: none;
	margin-right: 5px;
}


/*●コピーライト*/
.copyright{
	padding: 18px 0;
	text-align: center;
	font-size: 1.2em;
	color: #000;
}

#footer-description {
margin : 10px 0 ;
clear:both;
}


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/
}