@charset "utf-8";

/* import css
----------------------------------------------------------- */
@import url(reset.css);
@import url(reset-fonts.css);
@import url(text.css);


/* 全体の定義
----------------------------------------------------------- */
body {
	color:#333333;
	text-align: left;
	word-break:break-all;
	background: #000;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
#container {
	width: 970px;
	margin:0 auto;
	padding:0 15px;
	background:#FFF;
}
#header{
	padding:20px 0 0;
}
#area{
	margin-bottom:20px;
	background:url(../images/common/bg.jpg) repeat-y top right;
}
#contents {
	width: 660px;
	margin-right:10px;
	float: left;
}
#side {
	width: 300px;
	float: right;
	padding-bottom:10px;
}
#footer{
	clear:both;
	text-align:center;
	height:50px;
	padding:15px 0;
	background:#E9E9E9;
}


/* タグの定義
----------------------------------------------------------- */

p {
	font-size: 100%;
	line-height: 175%;
	margin-bottom: 25px;
}
table {
	empty-cells: show;
	border-width: 0px;
	border-style: none;
	border-collapse: collapse;
}
th, td {
	vertical-align: middle;
	line-height: 1.5;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol, dl {
	line-height: 1.5;
}
strong {
	color: #df5213;
}
a {
	outline: none;
}
a:link, a:visited {
	color: #0059B3;
	text-decoration: underline;
}
a:hover, a:active {
	color: #398EE3;
	text-decoration: none;
}
hr {
	display: none;
}
blockquote {
	line-height: 1.5;
	border-left: 4px solid #e8d5c8;
	margin: 0px 0px 16px;
	padding-left: 12px;
}

/* クラスの定義
----------------------------------------------------------- */

.clear {
	clear: both;
}
.text_right {
	text-align: right;
}
.large {
	font-size: 116%;
}
.small {
	font-size: 86%;
	vertical-align: top;
}
.important {
	font-weight: bold;
	color: #930;
}
.number_list {
	margin-left: 28px;
	margin-bottom: 18px;
}
.number_list li {
	margin-bottom: 6px;
}
.last {
	margin-bottom: 0px !important;
}
.mb{
	margin-bottom:50px !important;
}
.f-l{
	float:left;
}
.f-r{
	float:right;
}
.f-l15{
	float:left;
	margin:0 15px 15px 0;
}
.f-r15{
	float:right;
	margin:0 0 15px 15px;
}
.center{
	text-align:center;
}

/* 見出しの定義
----------------------------------------------------------- */
h1{
	font-size:166.7%;
	font-weight:bold;
	margin-bottom:5px;
	color:#333;
}
h2{
	font-size:133.4%;
	font-weight:bold;
	border-left:4px solid #000000;
	color:#333;
	padding-left:10px;
	margin-bottom:25px;
}

/* レイアウトの定義
----------------------------------------------------------- */
#main {
/*	border:5px solid #EFEFEF;　　 */
	padding:20px 15px;
	margin-bottom:15px;
}
#main ul,
#main ol{
	margin:0 0 25px 25px;
}
#main ul li{
	list-style:disc;
}
#main ol li{
	list-style:decimal;
}
/* サイドコンテンツの定義
----------------------------------------------------------- */
#side h3{
	background:url(../images/common/side_title.jpg) repeat-x 0 0;
	height:25px;
	padding: 8px 10px 0;
	font-weight:bold;
}
#side .menu{
	margin:0 7px 7px;
	background-color: #fff;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	border-color: #0099CC #ccc #ccc;
}
#side ul{
	margin: 12px 7px;
}
#side ul li {
	background:url(../images/common/arrow_orange.gif) no-repeat 3px 7px;
	margin: 6px 0;
	padding-left: 13px;
}
.rectangle_ad{
	margin-bottom:7px;
}
#side ul.banner li{
	background:none;
	padding-left:0;
}
#side .menu p{
	padding:5px 8px 0;
	margin-bottom:10px;
	font-size:11px;
}

/* 共通コンテンツ
----------------------------------------------------------- */
#headline{
	padding:10px 15px 10px;
	margin-bottom:10px;
	border-top:5px solid #0099CC;
	border-bottom:5px solid #0099CC;
	background:#FBFEFF;
}


/* 関連コンテンツ表示エリア
----------------------------------------------------------- */
.r_contents{
	margin-bottom:10px;
	clear:both;
}
.box{
	width:325px;
}
ul.doc{
	background:#E9E9E9;
	padding:6px 10px;
}
ul.doc li{
	background:url(../images/common/list_doc.gif) no-repeat 0 0;
	padding-left:19px;
	margin:3px 0;
}
.box2{
	width:325px;
}
#box-a,
#box-c{
	width:214px;
	float:left;
}
#box-b{
	width:212px;
	float:left;
	margin:0 10px;
}

/* お問い合せ
----------------------------------------------------------- */
table.form-cell{
	border-collapse:collapse;
	border:1px solid #ccc;
	margin:0 auto 10px;
	width:100%;
}

.form-cell th,
.form-cell td{
	border:1px solid #ccc;
	padding:5px 10px;
}
.form-cell th{
	width:130px;
	background:#f2f2f2;
}
.form-cell td{
	background:#fff;
}
.form-btn{
	margin:20px;
}
.form-cell .input-area{
	padding:2px;
	border:1px solid #e4e4e4;
}
.focus{
	background-color: #f8f8ff;
	border:1px solid #5f9ea0 !important;
}
.none{
	display:none;
}
.form-cell textarea{
	width:350px;
}
.form-cell .input-short{width:200px}
.form-cell .input-middle{width:250px}
.form-cell .input-long{width:490px}
.form-cell img{vertical-align:middle;}

.form-cell td ul{
	margin-bottom:0 !important;
}
.input_btn{
		font-size:16px;
		padding:10px;
		font-weight:bold;
}
/* 商品紹介
----------------------------------------------------------- */

.point{
	width:410px;
	margin-left:210px;
}

p.official{
	background:url(../images/common/o_arrow.jpg) no-repeat 0 50%;
	height:37px;
	padding-left:45px;
	font-size:166.7%;
	font-weight:bold;
	margin:0 0 40px 110px;
}
ul.p_arrow{
	margin-left:0 !important;
}
ul.p_arrow li{
	list-style:none !important;
	background:url(../images/common/p_arrow.jpg) no-repeat 0 3px;
	padding-left:22px;
	margin-bottom:10px;

}
/* clearfix
----------------------------------------------------------- */

.clearfix {
	zoom: 1;
	overflow:hidden;
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* IEでimgの拡大縮小を綺麗にする
----------------------------------------------------------- */

img {
	-ms-interpolation-mode: bicubic;
}
