@charset "utf-8";/* エスケープ */
/*
	--------------------------------
	- Table of Contents -
	--------------------------------
*/

/*---------------------------------------------
 メイン画像設定
---------------------------------------------*/
#topMain h2 {
	z-index: 1;
	position: relative;
}

/*---------------------------------------------
 メイン記事エリア
---------------------------------------------*/
#topSecondArea {
	margin: 0 0 0 0;
}

#secondMain {
	width: 705px;
	margin: 0;
	padding: 0 12px 0 0;
}

h2 {
	margin: 0;
}

/*---------------------------------------------
 メイン記事タイトル
---------------------------------------------*/
#secondMain #theme_photo {
	margin: 0;
	padding: 160px 0 0 0;
	width: 705px;
	background: #fff url(../images/secondMain_back.jpg) no-repeat left top;
}

#secondMain #theme_photo #the_title {
	margin: 0 10px 0 10px;
	padding: 5px 5px 5px 65px;
	min-height: 46px;
	border: solid 4px #dcdcdc;
	background: #3ABDD4 url(../../common/images/the_title_back.jpg) repeat-y left top;
}

#secondMain #theme_photo #the_title h1 {
	color: #fff;
	padding: 0;
}

#secondMain #theme_photo #the_title #the_title_en {
	color: #fff;
	width: 607px;
	padding: 0.3em 0 0 0;
	margin: 0.3em 0 0 0;
	border-top: solid 1px #ccc;
	text-align: right;
}

#secondMain #theme_photo #the_page_copy {
	width: 675px;
	margin: 0 10px;
	padding: 0 5px 10px 5px;
	background: #dcdcdc;
	font-weight: bold;
}

/*---------------------------------------------
 FCK editor用
---------------------------------------------*/

#secondMain #the_content h4 {
	color: #008C9A;
	text-decoration: none;
	font-weight: bold;
}

#secondMain #the_content a {
	color: #008C9A;
	text-decoration: none;
}
#secondMain #the_content a:hover {
	color: #008C9A;
	text-decoration: underline;
}

#secondMain #the_content {
	margin: 0.5em 10px 0 10px;
}

#secondMain #the_content ol,
#secondMain #the_content ul {
	margin: auto auto auto 50px;
	position: relative;
}

#secondMain #the_content *,
#secondMain #the_content option {
}


/*---------------------------------------------
 第二階層メインコピー＆ビジュアル用
---------------------------------------------*/
#topSecondArea #secondLayerMain {
	margin: 0 0 22px 0;
}

#topSecondArea #secondLayerMain #copyArea, 
#topSecondArea #secondLayerMain #photoArea {
}


/*---------------------------------------------
 第二階層での第三階層リスト表示エリア
---------------------------------------------*/
#secondTop {
	/* width: 705px; */
	margin: 0;
	padding: 0;
	background: #fff url(../../entry/images/secondMainBack.jpg) no-repeat center bottom;
}
* html #secondTop {
	width: 715px;
	margin: 0 -10px 0 -10px;
}
#secondMainLeft {
	width: 320px;
}
#secondMainRight {
	width: 345px;
}
#secondMainLeft,
#secondMainRight {
	margin: 0 10px 0 10px;
	padding: 0;
	line-height: 160%;
}


/*---------------------------------------------
 第二階層での第三階層リスト
---------------------------------------------*/
#secondMain .secondBox {
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}

#secondMain .topLine {
	border-top: 1px dotted #000;
}

#secondMain h2 {
	margin: 0 0 6px 0;
}

#secondMain ul {
	list-style-image: url('../../common/images/mark_blue.gif');
	margin: 0 0 0 16px;
}
#secondMain ul li {
	margin: 0 0 4px 0;
	color: #646464;
	text-decoration: none;
}
* html #secondMain ul li {
	margin: 0 0 2px 0;
}
#secondMain ul li a {
	color: #646464;
	text-decoration: none;
}
#secondMain ul li a:hover {
	color: #008C9A;
	text-decoration: underline;
}


/*---------------------------------------------
 シッピング・ガイド
---------------------------------------------*/
#secondMain #onlinepoint table caption {
	caption-side: top;
	text-align: left;
}
#secondMain #onlinepoint table th {
	background: #009EDB url(../../common/images/th_background.gif) repeat-x bottom left;
	color: #FFF;
	text-align: center;
}
#secondMain #onlinepoint table td {
	text-align: center;
}
#secondMain #onlinepoint table td.secondtitle {
	background: #C6FFFF url(../../common/images/growth_background.gif) repeat-x bottom left;
}


/*---------------------------------------------
 換算率・諸チャージ
---------------------------------------------*/
#secondMain #exchangerate table caption,
#secondMain #charge table caption {
	caption-side: top;
	text-align: left;
}
#secondMain #exchangerate table th,
#secondMain #charge table th {
	background: #009EDB url(../../common/images/th_background.gif) repeat-x bottom left;
	color: #FFF;
	text-align: center;
}
#secondMain #exchangerate table td,
#secondMain #charge table td {
	text-align: center;
}


/*---------------------------------------------
 よくいただくご質問
---------------------------------------------*/

#secondMain dl,dt,dd {
	margin: 0;
	padding: 0;
}

#secondMain dl {
	width: 100%;
	margin: 6px 0 0 0;
}

#secondMain dt,dd {
	padding: 6px 0;
}

#secondMain dt {
	clear: left;
	float: left;
	width: 2.5em;
	text-align: right;
}

#secondMain dd {
	margin-left: 3em;
	background: #fff;
}

#secondMain dl .q {
	color: #16258B;
	font-weight: bold;
}
#secondMain dl .a {
	color: #333;
}

#secondMain dl.anssolo {
	margin: 12px 0;
	padding-bottom: 12px;
	border-bottom: dotted 1px #000;
}



