@charset "utf-8";

/* ----------------------------------------
  Base Style Seet

	2- 1.全体レイアウト
	2- 2.ヘッダーコンテンツ
	2- 3.グローバルメニュー
	2- 4.サイドバーコンテンツ
	2- 5.フッターコンテンツ
	2- 6.リンク
	2- 7.ナビアイコン
	2- 8.見出しタグ(hタグ）
	2- 9.text,強調
	2-10.リスト
	2-11.共通BOX
	2-12.パンクズ
	2-13.テーブル
---------------------------------------- */

* html ,* html body {
	height:100%;
	overflow-y:hidden;
	overflow-x:auto;
}

body{
	font-size:12px;
	line-height:1.8em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Century Gothic, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	background-color: #FFFFFF;
}

* html #cover {
	position:relative;
	width:100%;
	height:100%;
}

/* ----------------------------------------
  2-1.全体レイアウト_サイズ
---------------------------------------- */

#container{
	width:980px;
}

#contents{
	margin-bottom: 48px;
	min-height: 400px;
}


/* ----------------------------------------
  2-1.全体レイアウト
---------------------------------------- */

#topArea {
	border-bottom: 1px solid #CCC;
	height: 44px;
}

#container{
	margin:0px auto;
	text-align:left;
}

#wrapper{
	padding-top: 20px;
	z-index: 0;
}

#header{
	position:relative;
	height:165px;
	border-bottom: 1px solid #000;
	background-image: url(../img/common/bg_head.png);
	background-repeat: repeat-x;
	background-position: 0 109px;
	z-index: 100;
}

#maincolumn{
	width:660px;
	float:left;
	display:inline;
	padding-top: 15px;
}

#maincolumn720{
	width:720px;
	float:left;
	display:inline;
}

#categoryArea {
	background-repeat: no-repeat;
	margin-bottom: 20px;
	position: relative;
	margin-top: 20px;
	z-index: 0;
}

#rightbar{
	width:300px;
	margin-left:20px;
	float:left;
	display:inline;
	margin-top:15px;
}

#rightbar h2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

#rightbar240{
	width:240px;
	margin-left:20px;
	float:left;
	display:inline;
}

#leftbar{
	width:180px;
	float:left;
	display:inline;
	padding-right:10px;
}

#centercolumn{
	width:440px;
	float:left;
	display:inline;
	margin-left:20px;
}

#footer{
	width:100%;
	padding:19px 0px 60px 0px;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	font-size: 10px;
}

#footer2{
	width:100%;
	background-color:#f1f1f1;
	height:30px;
	position:fixed !important;
	position: absolute;
	bottom:0px;
	left:0px;
	z-index:1000;
}

#footer_inner{
	position:relative;
	margin:0 auto;
	width:980px;
	line-height: 1.7;
}

/* ----------------------------------------
  2-2.ヘッダーコンテンツ
---------------------------------------- */

#topArea_inner {
	width: 980px;
	margin: 0 auto;
}

#tagline h1{
	display: none;
}

#language {
	float: left;
	margin-top: 18px;
}

#language li{
	background-image: url(../img/common/bg_list.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 7px;
	padding-right: 7px;
	text-indent: -9999px;
	float: left;
}

#language a {
	display:block;
	height: 13px;
}

a#btn_japanese{
	width: 55px;
	background-image: url(../img/common/language_jp.png);
	background-repeat: no-repeat;
}
a#btn_japanese_o{
	width: 55px;
	background-image: url(../img/common/language_jp_o.png);
	background-repeat: no-repeat;
}
a#btn_english{
	width: 45px;
	background-image: url(../img/common/language_en.png);
	background-repeat: no-repeat;
}
a#btn_english_o{
	width: 45px;
	background-image: url(../img/common/language_en_o.png);
	background-repeat: no-repeat;
}

#headersearch{
	float: right;
	margin-top: 15px;
}

#header_inner {
	border-bottom: 1px solid #000;
}

#logo {
	position: absolute;
	top: 19px;
	left: 0px;
}

#header_ad {
	position: absolute;
	right: 0px;
	top: 19px;
}

#headericon{
	padding-left: 6px;
	position: absolute;
	right: 0px;
	bottom: 19px;
}

#headericon li{
	float:left;
	background-image: url(../img/common/bg_list.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	text-indent: -9999px;
}

li#icon_4 {
	margin: 0;
	padding: 0;
	background-image: none;
}

#headericon li a {
	display: block;
	height: 13px;
	background-image: url(../img/common/bg_icon.png);
	background-repeat: no-repeat;
}

li#icon_1 a {
	width: 41px;
	background-position: 0 0;
}

li#icon_2 a {
	width: 57px;
	background-position: -41px 0;
}

li#icon_3 a {
	width: 24px;
	background-position: -98px 0;
}

li#icon_4 a {
	width: 90px;
	background-position: -122px 0;
}

li#icon_1 a:hover {
	background-position: 0 -13px;
}

li#icon_2 a:hover {
	background-position: -41px -13px;
}

li#icon_3 a:hover {
	background-position: -98px -13px;
}

li#icon_4 a:hover {
	background-position: -122px -13px;
}

#headersearch input{
	width:178px;
	float:left;
	margin-right:2px;
}

#search_field td {
	padding-left:5px;
}
/* ----------------------------------------
  2-3.グローバルメニュー・サブメニュー
---------------------------------------- */

#globalmenu{
	position: absolute;
	left: 0px;
	bottom: 15px;
	z-index: 500;
}

#globalmenu ul li{
	float:left;
}

#globalmenu ul li li {
	float: none;
	text-indent: -9999px;
}

.globalmenu{
	display:block;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(../img/common/globalmenu.png);
	padding:0;
	vertical-align:middle;
	height: 18px;
	text-indent: -9999px;
}

#gm_ss{
	background-position: 0px 0px;
	width: 95px;
}
.selected #gm_ss,
#gm_ss:hover {
	background-position: 0px -18px;
}
#gm_schedule{
	background-position: -95px 0px;
	width: 98px;
}
.selected #gm_schedule,
#gm_schedule:hover{
	background-position: -95px -18px;
}
#gm_news{
	background-position: -193px 0px;
	width: 67px;
}
.selected #gm_news,
#gm_news:hover {
	background-position: -193px -18px;
}
#gm_feature{
	background-position: -260px 0px;
	width: 86px;
}
.selected #gm_feature,
#gm_feature:hover{
	background-position: -260px -18px;
}

#gm_brands{
	background-position: -346px 0px;
	width: 83px;
}
.selected #gm_brands,
#gm_brands:hover{
	background-position: -346px -18px;
}
#gm_blogs{
	background-position: -429px 0px;
	width: 40px;
}
.selected #gm_blogs,
#gm_blogs:hover{
	background-position: -429px -18px;
}

#catmenu{
	padding:0;
	line-height:1.0;
	position: absolute;
	right: 0px;
	bottom: 2px;
}
#catmenu ul li{
	float:left;
	text-indent: -9999px;
}
#catmenu ul li a {
	display: block;
}

/* ----------------------------------------
  2-4.サイドバーコンテンツ
---------------------------------------- */


#facebookbox{
	height: 440px;
	background-image: url(../img/common/bg_facebookbox.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 18px;
}

#tweetsbox {
	margin-bottom:20px;
	background: #aaa;
	padding: 1px;
}

#tweetsbox .twtr-doc{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}

.twtr-hd {
	border-bottom: 1px dotted #CCC;
}

#tweetsbox h4 {
	text-indent: -9999px;
	background-image: url(../img/index/title_twitter.png);
	background-repeat: no-repeat;
}

#sidetwitter,
#sideblogs,
#sidesnap{
	position:relative;
	margin-bottom:20px;
}

#sidetwitter{
	border:solid 1px #EEEEEE;
	width:300px;
	padding:5px 0 10px 0;
}

#sidetwitter h3{
	margin:0 0 15px 5px;
}

.sidetiwitterlist{
	margin-bottom:10px;
	padding:0px 20px;
}

.sidetiwitterlist p{
	font-size:11px;
	margin-bottom:2px;
	line-height:1.2;
}

.sidetiwitterlist p.tweettime{
	font-size:10px;
}

#sideblogs{}

#sideblogs h3{
	margin-bottom:10px;
}

.sideblogslist{
	margin-bottom:10px;
}
.sideblogslist img{
	position:relative;
	float:left;
	margin-right:10px;
	top:5px;
}

.sideblogslist p{
	line-height:1.0;
}
.sideblogslist .side_blog {
	margin-bottom: 5px;
}

.sideblogslist .side_authername{
	font-size:10px;
	margin-bottom:5px;
}
.sideblogslist .side_entrytitle{
	font-size:11px;
	margin-bottom:4px;
}
.sideblogslist .side_entrybody{
	font-size:10px;
}

#sidesnap{
	background-color:#f1f1f1;
	padding:3px 0 0 0;
}

#sidesnap h3{
	margin:0 0 10px 5px;
}

#sidesnap ul{}
#sidesnap ul li{
	float:left;
	display:inline;
	margin:0 0 10px 10px;
}

#footer ul{
	overflow:hidden;
	display: block;
	float: left;
}

#footer #footMenu_1 {
	width: 137px;
}
#footer #footMenu_2 {
	width: 137px;
}
#footer #footMenu_3 {
	width: 137px;
}
#footer #footMenu_4 {
	width: 191px;
}

#footer a{
	text-decoration:none;
	color: #000000;
}

#footer a:hover{
	text-decoration:underline;
	color:#000000;
}

address{
	position: absolute;
	right: 0px;
	top: 0px;
}

#footLogo {
	position: absolute;
	right: 0px;
	top: 40px;
}

#footerline_leftbox{
	width:220px;
	float:left;
}

#footerline_leftbox img{
	float:left;
	border-right:1px solid #aaa;
}

#footerlinenews{}

#footerline_rightbox{
	width:480px;
	float:right;
}

#footerline_rightbox img{
	float:right;
	border-left:1px solid #aaa;
	margin-left:120px;
	display:inline;
}

#footerline_rightbox img.leftestimg{
	margin-left:0px !important;
}

#footer2 p{
	color:#ff6a5c;
	font-size:10px;
	padding-top:13px;
	text-align:left;
	line-height:1.0;
}

#footer2 p span{
	color:#000;
	margin-right:10px;
}


/* ----------------------------------------
  2-6.リンク
---------------------------------------- */

a {
	color:#999;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:underline;
}


.golist_intitle{
	position:absolute;
	right:5px;
	top:7px;
	color:#ff0000;
	font-size:10px;
}

.golist_intitle:hover{
	color:#ff0000;
}


/* ----------------------------------------
  2-8.見出し(hタグ）
---------------------------------------- */

h1{
	margin:0 0 20px 5px;
	font-weight:normal;
}


/* ----------------------------------------
  2-9.text,強調
---------------------------------------- */

p{
	line-height:1.5;
}

.phtext{
	overflow:hidden;
	_zoom:1;
}

.nm{
	margin:0 !important;
}
.notice{
	font-size:80%:
}

strong{
	font-weight:bold;
}
em{
	font-weight:bold;
	color:#990000;
}


/* ----------------------------------------
  2-9.イメージ
---------------------------------------- */

.phleft{
	float:left;
	display:inline;
	margin-right:15px;
}

.phright{
	float:right;
	display:inline;
	margin-left:15px;
}

/* ----------------------------------------
  2-10.リスト
---------------------------------------- */

dl#topic{}

dl#topic dt{
	float:left;
	display:inline;
	clear:left;
	width:100px;
	padding-left:10px;
	margin-bottom:10px;
	background-image: url(/img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
}

dl#topic dd{
	float:left;
	display:inline;
	width:350px;
	margin-bottom:10px;
}


.list1{
	margin:10px 0px 40px 3px;
}

.list1 li{
	padding-left:15px;
	margin-bottom:5px;
	line-height:1.5;
	background-image: url(/img/common/listmark1.gif);
	background-repeat: no-repeat;
	background-position: left 40%;
}


/* ----------------------------------------
  2-11.共通BOX
---------------------------------------- */

.section1{
	margin-bottom:20px;
}
.section2{
	margin-bottom:40px;
}

#gotop{
	text-align:right;
	padding:20px;
}

#related_contents{
	border:2px solid #eee;
	padding:10px 10px 0px 10px;
	width:640px;
	margin-bottom:20px;
	position:relative;
}

#related_contents li{
	margin-bottom:10px;
	font-size:11px;
}

#related_contents a{
	color:#ff3828;
}

#rightsocialbox{
	margin:0 0 20px 0px;
	padding:10px 0 0 620px;;
	position:relative;
}

#head_goback{
	position:absolute;
	left:0px;
	top:13px;
}

#head_goback a{
	color:#ff3828;
}


/* ----------------------------------------
  2-12.パンクズ
---------------------------------------- */

#pankuzu{ display: none;}

/*
#pankuzu ul {
	position: absolute;
	left: 0px;
	top: -18px;
}

#pankuzu ul li.last{
	background:none;
}

#pankuzu ul li{
	display:inline;
	font-size:10px;
	color:#999;
	line-height:1.0;
	padding: 0 5px 0 0;
}
*/

/* ----------------------------------------
  2-13.テーブル
---------------------------------------- */

.table1{
	margin-bottom:50px;
	width:100%;
}

.table1 th{
	border:1px solid #ddd;
	padding:10px;
	width:100px;
	text-align:left;
}

.table1 td{
	border:1px solid #ddd;
	padding:10px;
	line-height:1.5;
}

.table2{
	margin-bottom:50px;
	width:100%;
}

.table2 th{
	border:1px solid #ddd;
	padding:10px;
	width:220px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
}

.table2 td{
	border:1px solid #ddd;
	padding:10px;
	line-height:1.5;
}


/* ----------------------------------------
  2-13.pagelist
---------------------------------------- */

.pagelist{
	margin-bottom:40px;
}

.pagelist li{
	float:left;
}

.pagelist li a,
.pagelist li span{
	padding:6px 6px 2px 6px;
	margin-right:10px;
	display:block;
	width:8px;
	height:14px;
	line-height:1.0;
	text-align:center;
	font-size:13px;
	background-image: url(/img/common/bg_pagelist02.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.pagelist li span{
	color:#fff !important;
	background-image: url(/img/common/bg_pagelist01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.pagelist li a:hover{
	text-decoration:none;
	color:#fff !important;
	background-image: url(/img/common/bg_pagelist01.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.none{
	background:none !important;
}

.pagelist li .none:hover{
	color:#ff3828!important;
}

