@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{
	background:url(../img/common/bg_body.png) repeat-x #eee;
	font-size:11px;
	color:#333;
	text-align:center;
}

* html #cover {   overflow: auto; position: relative; width: 100%;    height: 100%;}

/* ----------------------------------------
  2-1.全体レイアウト_サイズ
---------------------------------------- */

#header{width:1026px;}

#container{width:1026px;}

#contents{width:1000px;}


/* ----------------------------------------
  2-1.全体レイアウト
---------------------------------------- */

#container{
	margin:0px auto;
	text-align:left;
}

#wrapper{
	background:url(../img/common/bg_content.png) repeat-y;
	padding:10px 22px 0 22px;
	}

#header{
	background:url(../img/common/bg_header.png) no-repeat left bottom;
	position:relative;
	height:152px;
}

#maincolumn{
	width:660px;
	float:left;
	display:inline;
}

	#maincolumn720{
		width:720px;
		float:left;
		display:inline;
	}

#rightbar{
	width:300px;
	margin-left:20px;
	float:left;
	display:inline;
}

#rightbar240{
	width:240px;
	margin-left:20px;
	float:left;
	display:inline;
}

#leftbar{
	width:180px;
	float:left;
	display:inline;
	padding:10px;
}

#centercolumn{
	width:440px;
	float:left;
	display:inline;
	margin-left:20px;
}

#footer{
	width:100%;
	padding:30px 0px 60px 0px;
	background-color:#333;
}

#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:1026px;
}

/* ----------------------------------------
  2-2.ヘッダーコンテンツ
---------------------------------------- */

#tagline ,
#logo ,
#language ,
#headericon ,
#head_border ,
#head_brandlist,
#copy_brandsearch ,
#copy_brand ,
#copy_season ,
#select_brand ,
#select_season ,
#btn_search ,
#headersearch{position:absolute;}

#tagline{left:0px;top:5px;}
#logo{left:21px;top:46px;}
#language{left:241px;top:41px;}
#headericon{left:650px;top:41px;}
#headersearch{left:769px;top:41px;}
#copy_brandsearch{left:241px;top:99px;}
#copy_brand{left:384px;top:83px;}
#copy_season {left:645px;top:83px;}
#select_brand{left:384px;top:98px;}
#select_season{left:645px;top:98px;}
#btn_search{right:15px;top:96px;}
#head_brandlist{right:15px;top:78px;}
#head_border{left:242px;top:70px;}

#tagline h1{
	font-size:10px;
	color:#999;
}

#language img{float:left;}

#headericon{
	width:100px;
	border-right:1px solid #aaa;
}

#headericon li{
	float:left;
	display:inline;
	margin-left:5px;
}

#headersearch input{
	width:178px;
	float:left;
	margin-right:2px;
}

#select_brand,
#select_season{width:245px;
font-size:10px;}

#head_brandlist{
	font-size:10px;
	color:#999;
	
}

/* ----------------------------------------
  2-3.グローバルメニュー・サブメニュー
---------------------------------------- */

#globalmenu{
	margin-bottom:7px;
}

#globalmenu ul li{float:left;}
#submenu ul li{
	float:left;
	margin-right:20px;
	/padding-top:1px;
}

#submenu{
	border-bottom:1px solid #999;
	padding:0 0 7px 0;
	font-size:12px;
	line-height:1.0;
}

#submenu ul li.now{color:#ff0000;}


/* ----------------------------------------
  2-4.サイドバーコンテンツ
---------------------------------------- */


#sidesocialbox{
	background:url(../img/common/bg_sidesocial.png) no-repeat left top;
	width:300px;
	height:69px;
	padding-top:10px;
	margin-bottom:20px;
}

#sidesocialbox ul{margin-left:20px;}

#sidesocialbox li{
	float:left;
	display:inline;
	margin-left:9px;
}

#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;
}

#tweetsbox {
	border:3px solid #EEE;
	margin-bottom:20px;
}

/* ----------------------------------------
  2-5.フッターコンテンツ
---------------------------------------- */

#footer ul{margin-bottom:6px;}

#footer ul{
	overflow:hidden;
	margin-left:-1px;
}

#footer ul li {  
    display: inline;  
    margin-left: 7px;  
    padding-left: 7px;  
    border-left: 1px solid #fff;  
	font-size:10px;
}  
#footer ul li:first-child,  
#footer ul li.firstChild {  
    margin-left: 0;  
    padding-left: 0;  
    border-left: 0;  
} 

#footer a{
	text-decoration:none;
	color:#fefefe;
}

#footer a:hover{
	text-decoration:underline;
	color:#fefefe;
}

address{
	color:#fff;
	font-size:10px;
	padding-top:20px;
}

#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;
	background:url(../img/common/arrow.gif) no-repeat left 40%;
	margin-bottom:10px;
}

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:url(../img/common/listmark1.gif) no-repeat 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{
	padding:7px 0px 5px 0px;
	height:15px;
}

#pankuzu ul li.last{background:none;}

#pankuzu ul li{
	float:left;
	display:inline;
	padding:1px 15px 0 0;
	margin-right:10px;
	background:url(../img/common/pankuzupoint.png) no-repeat right 0px;
	font-size:11px;
	color:#999;
	line-height:1.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{
	background:url(../img/common/bg_pagelist02.png) no-repeat left 2px;
	padding:6px 6px 2px 6px;
	margin-right:10px;
	display:block;
	width:8px;
	height:14px;
	line-height:1.0;
	text-align:center;
	font-size:13px;
}

.pagelist li span{
	color:#fff !important;
	background:url(../img/common/bg_pagelist01.png) no-repeat left 2px;
}

.pagelist li a:hover{
	text-decoration:none;
	color:#fff !important;
	background:url(../img/common/bg_pagelist01.png) no-repeat left 2px;
}

.none{background:none !important;}

.pagelist li .none:hover{
	color:#ff3828!important;
}

