@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);


/*--------------------------------------------------------------


textsetting.css
各ブラウザでのフォントサイズの違いをなくすcss

base.css
bodyの余白や、h1h2...の余白、clearfixなど、

【common.css】
上記cssのimportや、レイアウト（大枠）を記載したcss




--------------------------------------------------------------*/


/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	

*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */

a:link{
	color:#406086;
	text-decoration:underline;
}
a:visited{
	color:#66809E;
	text-decoration:underline;
}
a:hover{
	color:#8CA0B6;
	text-decoration:underline;
}
a:active{
	color:#8CA0B6;
	text-decoration:underline;
}

/* リンク画像 */

a:hover img{
	filter: alpha(opacity=60);
	opacity:0.6;
	-moz-opacity:0.6;
}


/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

body{
	margin: 0px;
	background-color:#FFF;
	font-family:sans-serif;
}

#container{
	margin:0 auto;
	background-color:#FFF;
}

/* 右レイアウト、左レイアウト */

#main-area{
	width:650px;
	float:left;
}

#submenu-area{
	width:180px;
	float:right;
	margin-right:20px;
	_margin-right:10px;
}

/* セクションの幅 */

.section{
	width:650px;
}


/* ------------------------------------------------------------ */
/* 見出し設定 */
/* ------------------------------------------------------------ */

h1{
	background:url(../img/common/bg_h1.jpg) #FFF left top no-repeat;
	width:625px;
	height:40px;
	line-height:42px;
	padding:0 0 0 25px;
	font-size:136%;
	margin:0 0 15px 0;
}

h2{
	font-size:122%;
	margin:0 0 10px 0;
}

h3{
	font-size:100%;
	background:#406086 url(../img/common/bg_h3.jpg) right top repeat-y;
	padding:2px 5px 2px 10px;
	margin:0 0 20px 0;
	color:#FFFFFF;
}

h4{
	font-size:100%;
	background:url(../img/common/bg_h4.jpg) left bottom repeat-x;
	margin:0 0 15px 0;
	padding:0 0 3px 7px;
	border-left:solid 5px #406086;
	border-bottom:solid 1px #EEE;
}


/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
#header-area{
	position:relative;
	margin:0 0 5px 0;
	border-top: solid 3px #0E182E;
	_border-top: solid 5px #0E182E;
}

#header-identity{
	width:870px;
	margin:0 auto;
}
	#identity{
		float:left;
		padding:17px 0;
	}
	#header-area .header-utility{
		float:right;
		width:400px;
		margin:0 auto;
		padding:24px 0 0 0;
	}
	#header-area .header-utility li{
		float:right;
		background:url(../img/common/point_link.gif) left center no-repeat;
		margin:0 0 0 20px;
		padding:0 0 0 15px;
	}

.globalmenu ul{
	border-top: solid 1px #F3F3F4;
	padding:1px 0 0 0;
}

.globalmenu li{
	float:left;
}


/* ------------------------------------------------------------ */
/* コンテンツ大枠 */
/* ------------------------------------------------------------ */

#contents-area{
	margin:0 0 50px 0;
}

#contents-area .sitepath{
	font-size:77%;
	padding:5px 20px;
	margin:0 0 10px 0;
}

#contents-area .sitepath a{
	padding:3px 7px;
	background-color:#F3F3F4;
	text-decoration:none;
}
	#contents-area .sitepath a:hover{
		padding:3px 7px;
		background-color:#F3F3F4;
		text-decoration:underline;
	}

#contents-area .sitepath span{
	padding:0 7px;
	color:#DDD;
}


/* ------------------------------------------------------------ */
/* サイドメニュー */
/* ------------------------------------------------------------ */

#submenu-area{

}

/* サブメニュー */

#submenu-area .submenu{
	margin:0 0 20px 0;
}

#submenu-area .submenu h2{
	padding:5px 5px 5px 25px;
	margin:0px;
	font-size:107%;
	background:#0E182E url(../img/common/bg_submenu_h2.jpg) left top no-repeat;
}
#submenu-area h2 a{
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#submenu-area h2 a:hover{
	text-decoration:underline;
}

#submenu-area .submenu ul li a:link,
#submenu-area .submenu ul li a:visited{
	display:block;
	width:155px;
	padding:5px 0 5px 25px;
	border-bottom:dotted 1px #DDD;
	background:#F0F3F6 url(../img/common/point_link.gif) 8px 12px no-repeat;
}

#submenu-area .submenu ul li a:hover,
#submenu-area .submenu ul li a.active{

}

/* ASPメニュー */

#aspmenu-area h2{
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:solid 1px #E6E6E6;
}

#aspmenu-area li{
	margin:0 0 3px 0;
	padding:0px;
	line-height:1;
}

#aspmenu-area .enbd{
	margin:7px 0 0 0;
	padding:10px 0 0 0;
	border-top:dotted 1px #E6E6E6;
}

/* 動画で商品説明 */

.movie{
	text-align:center;
	margin:0 0 12px 0;
}
.movie img{
	margin:0 0 2px 0;
}
.movie span{
	font-size:77%;
}


/* ------------------------------------------------------------ */
/* メイン */
/* ------------------------------------------------------------ */

#main-area{
	
}

#main-area .pagetitle{
	margin:0 0 30px 0;
}
.section{
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
}

/* コンテンツINDEX */
.contentindex_line{
	margin:0 0 15px 0;
}
.contentindex_menu_left{
	float:left;
	width:310px;
	border:1px #E6E6E6 solid;
	padding:3px;
	background:#FFFFFF url(../img/common/bg_contentindex_menu.jpg) right bottom no-repeat;
}
.contentindex_menu_right{
	float:right;
	width:310px;
	border:1px #E6E6E6 solid;
	padding:3px;
	background:#FFFFFF url(../img/common/bg_contentindex_menu.jpg) right bottom no-repeat;
}
.contentindex_line p{
	margin:0 10px;
}

.contenttitle a{
	display:block;
	}	


/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

#footer-area{
	width:870px;
	text-align:center;
	margin:0 auto 15px auto;
}
#footer-area .footermenu{
	padding:0 0 10px 0;
	margin:0px;
	font-size:85%;
}
#footer-area .footermenu span{
	padding:0 8px;
	color:#CCC;
}
#footer-area p.copyright{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:82%;
	margin:0;
	padding:10px 0;
	border-top:solid 1px #E0E0E0;
	color:#888;
	}


/* このページの先頭へ */

#backtotop a {
	display		: block;
	width		: 830px;
	margin		: 10px auto;
	padding		: 3px 20px;
	text-align	: right;
	font-size	: 77%;
	background	: url(../img/common/point_pagetop.gif) center right no-repeat;
	background-color: #EDEFF3;
	}
#backtotop a:hover {
	background	: url(../img/common/point_pagetop_on.gif) center right no-repeat;
	background-color: #F3F5F7;
	}


/* ------------------------------------------------------------ */
/* デザインパーツ */
/* ------------------------------------------------------------ */

.dotto_top{
	border-top:1px dotted #CCC;
}
.dotto_bottom{
	border-bottom:1px dotted #CCC;
}


.section table{
	border-collapse: collapse;
	margin:0 0 10px 0;
}
/* 下に余白のあるテーブル */
	.section table.underspace{
		border-collapse: collapse;
		margin:0 0 30px 0;
	}

.section table th,
.section table td{
	padding:5px 5px 5px 10px;
	border:1px solid #E6E6E6;
	vertical-align:top;
}
.section table th{
	text-align:left;
	background:#F0F0F0 url(../img/common/bg_th.jpg) left top no-repeat;
	width:150px;
}
	table.noboder th{
		padding:2px 0px;
		border:none;
		background:none;
		font-weight:normal;
	}
	table.noboder td{
		padding:0px 5px;
		border:none;
	}
	table.history th{
		width:85px;
	}

hr{
	border:dotted 1px #CCCCCC;
	margin:0 0 30px 0;
	color:#CCCCCC;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

/* 文字色 */

span.orange{
	color:#FF6600;
}
span.red{
	color:#CC0000;
}