@charset "utf-8";


/*__________________________________________________________

  # option MAIN CSS
  # update 2008.12.02
  
  -------------------------------------------------------
  　INDEX：
  　・基本構造
  　・リンク
  　・見出し
  　・レイアウト
　  　・お知らせ
  	　・カテゴリボックス
  　・ナビゲーション
  　・ヘッダー・フッター
  　・その他
  _________________________________________________________*/





/* 基本構造
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


body {
	background: #FFF;
	color: #333;
	font-family:arial,sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
}

img {
	border: 0px;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

#all {
	width:970px;
	margin:0 auto;
}

#wrap {
	width:950px;
	margin:20px auto 10px; /* 20101207追加 */
	background-repeat:repeat-y;
}


/* リンク 
----------------------------------------------------------- */


a:link {
	color: #0A54A7;
	text-decoration: none;
}

a:visited {
	color: #0A54A7;
	text-decoration: none;
}

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

a:active {
	color: #FF6600;
	text-decoration: underline;
}

a.b-link:link {
	color: #333;
	text-decoration: none;
}

a.b-link:visited{
	color: #333;
	text-decoration: none;
}

a.b-link:active{
	color: #333;
	text-decoration: none;
}

a.b-link:hover{
	color: #333;
	text-decoration: underline;
}


/* 見出し
----------------------------------------------------------- */
#main_box h1 { /* 20101116 修正 */
	background-image: url(../img/bg_h1.gif);
	background-repeat: no-repeat;
	background-position:center;
	padding: 5px 0 0 25px;
	margin: 20px 0 0 0;
	width:720px;
	height:24px;
	font-size:1.6em;
	color:#333333;
	line-height: normal;
	letter-spacing: 0.1em;
}

h2 {
	background-image: url(../img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position:center;
	font-size:1.4em;
	color:#333333;
	padding-left:25px;	
	padding-top:5px;
	padding-bottom:0px;	
	width:710px;
	height:21px;
	margin-left:5px;
	margin-top:0px;
	line-height: normal;	
	}

h3 {
	background-image: url(../img/bg_h3.gif);
	background-repeat: no-repeat;
	background-position:center;
	font-size:1.3em;
	color:#333333;
	padding-left:30px;	
	padding-top:5px;
	padding-bottom:0px;	
	width:710px;
	height:21px;
	margin-left:5px;
	margin-top:0px;
	line-height: normal;
}

.Two-steps {
	background-image: url(../img/bg_h3_2.gif);
	background-repeat: no-repeat;
	background-position:center;
	font-size:1.3em;
	color:#333333;
	padding-left:30px;	
	padding-top:5px;
	padding-bottom:0px;	
	width:710px;
	height:34px;
	margin-left:5px;
	margin-top:0px;
	line-height: normal;
}

h4 {
	font-size:1.4em;
	color:#333333;
	line-height: normal;
	letter-spacing: 0.1em;
	width:300px;
	padding: 0 0 0 5px;
	border-left:solid 10px #003399;
}

h5 {
	background-image: url(../img/bg_h5.gif);
	background-repeat: no-repeat;
	background-position:10px 0px;
	font-size:1.4em;
	color:#333333;
	line-height: normal;
	width:350px;
	height:24px;
	padding: 5px 0 0 20px;

}

h6 {
	font-size:1.4em;
	color:#333333;
	line-height: normal;
	letter-spacing: 0.1em;
	width:660px;
	padding: 0 0 0 5px;
	border-left:solid 10px #003399;
}

/* レイアウト
----------------------------------------------------------- */

#main {
	width:763px;
	float:right;
	margin:0;
	padding:0;
}

#main_box {
	width:750px;
	margin:0 7px 0 6px;
	display:inline;
	float:left;
}


/* お知らせ
----------------------------------------------------------- */
ul#news{
	margin:5px 0 15px 10px;
	padding-left:5px;
}

ul#news li{
	background-image:url(../img/icon_arrow.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	margin:0 0 2px 2px;
	font-size:1.2em;
}

/* カテゴリボックス
----------------------------------------------------------- */
.box_container{
	width:750px;
}

.top-box_container{
	/*margin-left:20px;
	margin-right:19px;*/
	margin:auto;
	width:700px;
}

.top-box{
	margin:4px;
	width:340px;
	float:left;
}

.top-box01{
	border:solid 2px #cccccc;
	padding:5px 5px 5px 10px;
	margin:5px;
	width:340px;
	float:left;
}

.top-box02{
	padding:5px 5px 5px 10px;
	margin:5px;
	border:solid 2px #cccccc;
	width:340px;
	float:right;
	}

.top-box03{
	border:solid 2px #cccccc;
	padding:5px 5px 5px 10px;
	margin:5px;
	width:340px;
	float:left;
	background-image:url(../img/kategorie_ribbon.gif);
	background-repeat:no-repeat;
}

.top-box04{
	border:solid 2px #cccccc;
	padding:5px 5px 5px 10px;
	margin:5px;
	width:340px;
	float:right;
	background-image:url(../img/kategorie_ribbon2.gif);
	background-repeat:no-repeat;
}

.top-box05{
	border:solid 2px #cccccc;
	padding:5px 5px 5px 10px;
	margin:5px;
	width:340px;
	float:left;
	background-image:url(../img/kategorie_ribbon3.gif);
	background-repeat:no-repeat;
}

.top-box06{
	border:solid 2px #cccccc;
	padding:5px 5px 5px 10px;
	margin:5px;
	width:340px;
	float:right;
	background-image:url(../img/kategorie_ribbon4.gif);
	background-repeat:no-repeat;
	}
	
.tb-img{
	margin:5px 5px 0 0;
	float:left;
}

.tb-txt{
	padding:2px 2px 2px 15px;
	font-size:1.2em;
}



/* フロート後のclear
----------------------------------------------------------- */
.bottom_clear{
	clear:left;
	width:100%;
	height:1px;
	overflow:hidden;
}


/* 上部ナビ
----------------------------------------------------------- */
#main_navi {
	width:764px;
	height:30px;
	margin:0px;
	padding:0px;
	float:left;
}

#main_navi li {
	float:left;
	list-style:none;
}


/* 左ナビ
----------------------------------------------------------- */
#side {
	width:186px;
	background-color:#dddddd;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}


ul#left_navi {
	list-style-type:none;
	margin:0;
	padding:6px 0;
	}
	
ul#left_navi li {
	margin:0px;
	padding:0px;
}


ul#left_navi li.left-line {
	margin:5px 0 15px 0;
}

/* グローバルナビ */
ul#left_navi li.gn{
	list-style-type:none;
	margin:3px 0 0 4px;
	padding:0;
	}

/* キャンペーンタイトル */
ul#left_navi li.left-cam{
	background-image:url(../img/icon_cross.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:5px 0 5px 25px;
	margin:0 0 0 0;
	font-size:1.2em;
	font-weight:bold;
	color:#003399;
	line-height: normal;
}
	
/* キャンペーン */
ul#left_navi li.c01 {
	background-image:url(../img/icon_campaign.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 5px 5px 55px;
	margin:2px 0 2px 10px;
	line-height: normal;
	font-size:1.2em;
}

/* キャンペーンバナートップページ用　175px*175px */
ul#left_navi li.cb{
	list-style-type:none;
	margin:5px 0 12px 6px;
	padding:0;
	}
	
/* キャンペーンバナーカテゴリ用　175px*175px */
ul#left_navi li.cb2{
	list-style-type:none;
	margin:20px 0 10px 6px;
	padding:0;
	}	

/* 一覧 */
ul#left_navi li.c02 {
	background-image:url(../img/icon_arrow.gif);
	background-repeat:no-repeat;
	background-position:90px 2px;
	margin:5px 0 0 0;
	font-size:1.1em;
	line-height: normal;
	text-align:right;
}


/* ポイント制度 */
ul#left_navi li.left-point {
	background-image:url(../img/icon_point.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 5px 5px 55px;
	margin:2px 0 2px 10px;
	line-height: normal;
	font-size:1.2em;
}

/* 会員特典情報 */
ul#left_navi li.left-tokuten {
	background-image:url(../img/icon_tokuten.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 5px 5px 55px;
	margin:2px 0 0 10px;
	line-height: normal;
	font-size:1.2em;
}

/* My So-net Card */
ul#left_navi li.left-card {
	background-image:url(../img/icon_card.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 5px 5px 55px;
	margin:2px 0 0 10px;
	line-height: normal;
	font-size:1.2em;
}

/* 新規入会 */
ul#left_navi li.left-sinki {
	background-image:url(../img/icon_sinki.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 5px 5px 55px;
	margin:0 0 10px 10px;
	line-height: normal;
	font-size:1.2em;
}

/* コース変更 */
ul#left_navi li.left-henkou {
	background-image:url(../img/icon_henkou.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:4px 5px 5px 55px;
	margin:0 0 0 10px;
	line-height: normal;
	font-size:1.2em;
}

/* リンクなし・説明文 */
ul#left_navi li.left-txt {
	margin:0 0 3px 10px;
	line-height: normal;
	font-size:1.1em;
	color:#767676;
}

/* ヘッダー・フッター
----------------------------------------------------------- */

#header{
	width:950px;
	height:30px;
	padding:5px 0 0px 5px;
	margin:5px auto;
	background-color:#fff;
}

#header p.logo{
	float:left;
}

#header p.contents-title{
	padding:10px 0 5px 25px;
	float:left;
}

#header .partition{
	float:right;
	padding:9px 10px 0 10px;
	}


#header p.goSo-net{
	text-align:right;
	font-size: 1.2em;
	float:right;
	padding:9px 5px 6px 5px;
}


#header p.ask{
	text-align:right;
	font-size: 1.2em;
	padding:9px 5px 6px 5px;
	float:right;
}

#header p.support{
	text-align:right;
	padding:9px 5px 6px 5px;
	font-size: 1.2em;
}


#gline{
	margin:10px 0 15px 0;
	background-image:url(/option/share/img/tools_bg.gif);
	background-repeat:repeat-x;
	text-indent:-9900px;
	height:21px;
}


#footer{
	width:950px;
	margin:0 auto;
	padding:0 0 10px 0; /* 20101116 追加 */
	/*text-align:right; 20101116 追加 */
}

#footer .steps{
	border-top:solid 1px #dddddd;
	padding:15px 3px 10px 0;
}

#footer .privacy{
	float:right;
	font-size: 1.1em;
}


#footer .partition{
	float:right;
	padding:0 10px 0 10px;
}


#footer .copy{
	float:right;
	font-size: 1.1em;
}


#footer .copyright{
	padding:5px 3px 10px 0;
	border-top:solid 1px #CCCCCC;
	clear:right;
	font-size: 1.2em;
}

/* ヘッダ差し替えによるH1調整
----------------------------------------------------------- */
.hdg1 {
	width: 950px;
	margin: 8px auto 15px;
	font-size: 32px;
	font-weight: normal;
	font-family: 'メイリオ',meiryo,'ＭＳ Ｐゴシック','MS PGothic',Verdana,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
}
.hdg1 a,.hdg1 a:link, .hdg1 a:hover, .hdg1 a:active, .hdg1 a:visited {
	color: #223;
}
.hdg1 a,.hdg1 a:link {
	text-decoration: none;
}
.hdg1 a:hover {
	text-decoration: underline;
}



/* その他（RSS・パンくず・ジャンプ）
----------------------------------------------------------- */
.rss {
	padding:5px 0 0 0;
	float:right;
	border: 0px;
}


.topic-path{
	font-size:1.1em;
	color:#666;
	padding:10px 7px;
}

.pagetop{
	margin:10px;
}

.pagetop img{
	vertical-align:middle;
	margin-right:2px;
}

.Explanation{
	font-size:1.2em;
	margin-left:15px;
	padding:10px 0 10px 35px;
}
ul.txt-att {
	text-align:left;
	font-size:1.2em;
	color:#333333;
	list-style-image:url(../img/listmark.gif);
	padding-left:45px;	
	margin:3px 0 10px 15px;
	line-height: normal;
	width:650px;
	}
	
ul#left_navi li.bt{
	list-style-type:none;
	margin:1px 0 0 5px ;
	padding:0;
	}
	
.step{
	padding:5px;
	font-size:1.2em;
	color:#333333;
	}

ul.step-att li {
	text-align:left;
	font-size:1.1em;
	color:#767676;
	list-style-image:url(/option/share/img/listmark.gif);
	padding-left:2px;	
	margin:3px 0 5px 15px;
	line-height: normal;
	}
	
ul.step-list li {
	text-align:left;
	font-size:1.2em;
	color:#333333;
	list-style-image:url(/option/share/img/listmark02.gif);
	padding-left:5px;	
	margin:3px 0 10px 65px;
	line-height: normal;
	width:650px;
	}		
	
.txt_l{
	font-size:1.4em;
	color:#333;
	}
	
.txt_m{
	font-size:1.3em;
	color:#333;
	}
	
.txt_s{
	font-size:1.2em;
	color:#333;
	}
	
.txt_ss{
	font-size:1.0em;
	color:#333;
	}

.bt_bg {
	background-image: url(/option/share/img/bt_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family:arial,sans-serif;
	font-size: 12px;
	color: #fff;
}


.bt_bg a{
	color: #fff;
	text-decoration: none;
}



.bt_bg a:link {
	color: #fff;
	text-decoration: none;
}

.bt_bg a:visited{
	color: #fff;
	text-decoration: none;
}

.bt_bg a:active{
	color: #eee;
	text-decoration: none;
}

.bt_bg a:hover{
	color: #eee;
	text-decoration: none;
}

.ctgbox-indent{
 font-size:1.2em;
 margin-left:87px;
 text-align:left;
 text-indent: -1.2em;
}

.ctgbox-indent img{
 vertical-align:middle;
 }
 