@charset "euc-jp";

/*
------------------------------------------------------------------------------*/
/* 全要素のイニシャライズ */
*, body {
	margin: 0;
	padding: 0;
	color: #333;
}

/* フォントの初期サイズを％指定 */
body {
	font-size: 83%;
}

/* baselineによる画像下部の隙間を消す */

img { 
	border: 0px;
	vertical-align: bottom; 
}

/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* CSS hover for IE6 */
body { behavior:url("../js/csshover.htc"); }


/*
------------------------------------------------------------------------------*/
/* bodyの背景・フォント指定 */
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #EFEFEF;
	text-align: center;
}

/* トップページ・背景用のスタイル */

div.background {
	background: #EFEFEF url(../img/bg_contents.png) center top repeat-y;
	}

div.wrapper {
	margin: 0 auto;
	width: 680px;
	text-align: left;
	background: #FFFFFF url(../img/bg_contents.png) center top repeat-y;
}

div.header {
	background: #EFEFEF url(../img/bg_header.png) center top no-repeat;
	height: 18px;
}

div.footer {
	background: #EFEFEF url(../img/bg_footer.png) center top no-repeat;
	height: 18px;
}

div.contents {
	clear: both;
	background: #FFFFFF url(../img/bg_contents.png) center top repeat-y;
}


div.intro {
}


div.logo_l {
	float: left;
	width: 450px;
}


div.logo_r {
	text-align: right;
}


/*
------------------------------------------------------------------------------*/
/* main領域 */

div.mainwrapper {
	text-align: center;
}

div.main {
	width: 620px;
	padding-top:10px;
	margin: 0 auto 0 auto;
}

div.main a {
	color: #33C;
}

/*
------------------------------------------------------------------------------*/
/* 書式 */


/* 見出し */

div.logo_l h1 {
	font-size: 10px;
	line-height:1.2;
	font-weight: normal;
	display: block;
	padding-top: 13px;
	margin-bottom: 5px;
}

div.main h1 {
	clear: both;
}

div.main h1.h1product_title {
	line-height: 160%;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.logo_l h2 {
	font-size: 10px;
	line-height:1.2;
	font-weight: normal;
	color: #666;
}

div.main h2 {
	clear: both;
	margin: 0 0 0px 0;
	padding:0;
}

div.main h2.h2title {
	clear: both;
	margin: 0 0 10px 0;
}

div.main h2.h2smalltitle {
	clear: both;
	font-size: 132.5%;
	font-weight: bold;
	margin:16px 0 8px 0;
	padding-left: 12px;
	height:30px;
	line-height:30px;
	color: #FFF;
	background: url(../img/h3_background.png) left center no-repeat;
}

div.main h2.h2chapter_products {
	line-height: 160%;
	padding: 5px 10px 5px 10px;
	font-size: 100%;
	margin: 0 0 0px 0;
	line-height:1.2;
}

div.main h3.h3smalltitle {
	clear: both;
	font-weight: bold;
	margin:16px 0 8px 0;
	padding-left: 12px;
	height:30px;
	line-height:30px;
	color: #FFF;
	background: url(../img/h3_background.png) left center no-repeat;
}

div.main h4 {
	clear: both;
	border-bottom: #cccccc solid 1px;
	border-left: #cccccc solid 4px;
	margin: 15px 40px 10px 18px;
	padding: 0 0 2px 5px;
}

div.main h5 {
	clear: both;
	font-size: 100%;
	margin: 15px 0 0 16px;
}


div.pic_left {
	padding: 0 10px 10px 40px;
	float: left;
	}

div.pic_right {
	padding: 0 40px 10px 10px;
	float: right;
	}





/* 段落 */

div.main p {
	line-height: 160%;
	padding: 5px 10px 10px 10px;
}

div.main span.caption {
	font-size: 80%;
	line-height:1;
	color: #666;
}

div.main p.padding15px {
	padding: 5px 10px 15px 10px;
}

div.main p.padding20px {
	padding: 5px 10px 20px 10px;
}

div.main p.padding25px {
	padding: 5px 10px 25px 10px;
}

div.main p.padding30px {
	padding: 5px 10px 30px 10px;
}


/* テーブル */
div.main td {
	padding: 3px;
	}


/* フォーム領域（div.form） */

div.main div.form {
	clear: both;
	padding: 5px 30px 10px 20px;
}


div.main div.form h3 {
	font-size: 100%;
	line-height: 170%;
	padding-bottom: 2px;
	margin: 25px 20px 5px 20px;
}

div.main div.form td {
	font-size: 97%;
}

div.main div.form input {
	margin: 2px 10px 2px 0;
	vertical-align: middle;
}

div.main div.form input.input_text {
	border: #699 1px solid;
	background-color: #FFF;
}

div.main div.form input.submitbutton {
}

div.main div.form textarea {
	margin: 12px 24px;
	border: #699 1px solid;
	background-color: #F2F2F2;
}


/* フォーム領域（div.form）内部のリスト */

div.main div.form ul {
	clear: both;
	padding: 12px 0 12px 30px;
	line-height: 150%;
}

div.main div.form li {
	list-style-type: none;
	padding: 4px 0;
}

/* 非序列リスト（ul） */

div.main ul {
	clear: both;
	margin: 10px 0 10px 10px;
}

div.main ul li {
	list-style-type: none;
	margin-left:20px;
	padding-left:20px;
	line-height: 170%;
	color:#333;
	background-image: url(../img/ul_li_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-bottom: 10px;
	padding-right: 20px;
}

div.main ul li ul {
	margin: 0;
}

div.main ul li ul li {
	background: url(../img/ul_li_bullet_sub.gif) left top no-repeat;
}



/* 定義リスト（dl） */

div.main dl {
	clear: both;
	padding: 5px 40px 10px 30px;
	font-size: 96%;
	line-height: 150%;
}

div.main dt {
	margin: 0 0 0 0;
	padding: 2px 0 2px 4px;
	line-height: 170%;
	font-weight: bold;
	color:#333;
	border-bottom: dotted 1px #BBB;
}

div.main dd {
	margin: 5px 0 10px 5px;
	line-height: 170%;
}



/* 定義リスト - 短縮版（同じ行にdt/ddを表示） */

div.main dl.shorten dt {
	clear: both;
	float: left;
	width: 70px;
	margin: 0 0 0 10px;
	line-height: 150%;
	font-weight: bold;
	color:#333;
}

div.main dl.shorten dd {
	float: left;
	width: 390px;
	margin: 0 0 8px 0;
	line-height: 150%;
}

div.main dl.shorten {
	margin: 0;
	padding-bottom: 10px;

}

div.main dl.shorten li {
	margin: 0;
	font-size: 100%;
}


/* 定義リスト - 短縮版のネスト（マージン揃え） */

div.main dl dl.shorten {
}

div.main dl dl.shorten dt {
	margin: 0 0 0 0;
	width: 110px;
	font-size: 100%;
	line-height: 150%;
}

div.main dl dl.shorten dd {
	margin: 0 0 0 0;
	padding-bottom: 3px;
	width: 280px;
	font-size: 100%;
	line-height: 150%;
}



/* 引用 */

div.main blockquote {
	border:1px #CCCCCC solid;
	background-color: #EEEEEE;
	margin: 10px 30px;
	padding: 10px 0;
}

div.main blockquote p {
	padding: 10px 20px;
}

/*
------------------------------------------------------------------------------*/
/* 個別要素への指定オプション */


/* 画像のfloat指定 */

div.main img.left {
	float: left;
	margin: 0 10px 5px 0;
}

div.main img.right {
	float: right;
	margin: 0 0 10px 10px;
}

div.logo_l img.left {
	float: left;
	margin: 0 10px 0px 0;
}

/* floatした画像を貫通させたい場合は
諸要素のclear:bothをキャンセル */

div.main .float {
	clear: none !important;
}




/*
------------------------------------------------------------------------------*/
/* イベント情報領域 */


div.main div.infodiv_wrapper {
	text-align: left;
	margin: 0 auto;
	width: 642px;
	padding: 3px;
}

div.main div.infodiv {
	border: #D0D0D0 1px solid;
	background-color: #F4FFF4;
}


div.main div.infodiv_header {
}

div.main {
	padding: 15px 10px;
}

div.main table {
	background-color:#fff;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	width:610px;

}

div.main table th {
	padding:6px 10px;
	text-align:center;
	vertical-align: center;
	font-size: 100%;
	line-height: 1.5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEF0F0;
}

div.main table td {
	padding:6px 10px;
	vertical-align: top;
	font-size: 96%;
	line-height: 1.5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


div.main table .cell_altheader {
	background-color: #DDDDFF;	
}

div.main table .cell_odd {
	background-color: #EEFFFF;	
}


div.main table.specsheet td {
	text-align:center;
}

div.main table.specsheet td.td_left {
	text-align:left;
}

div.main table.table_skelton {
	margin:0;
	padding:0;
	border: none;
	background-color:#fff;
	border-spacing:0;
	font-size: 107%;
	width:auto;
}

div.main table.table_skelton td {
	border: none;
}

div.main table.table_skelton td h5 {
	margin: 0 0 0 10px;
}

div.main table.table_skelton td ul {
	margin: 5px 0 14px 0;
}

div.main table.table_skelton td ul li {
}



div.main div.inquiry_wrapper {
	text-align:center;
	margin-top: 20px;
}

div.main div.inquiry {
	background: url(../img/ul_inquiry.png) center top no-repeat;
	width: 620px;
	height: 120px;
	margin: 0 auto 0 auto;
}

div.main div.inquiry div.button {
	padding-top: 50px;
	padding-left: 150px;
}

div.main div.inquiry p {
	float: left;
	display: block; 
	width: 203px;
	height: 38px;
	text-indent: -2000px;

}

div.main div.inquiry p a {
	display: block; 
	width: 203px;
	height: 38px;
	text-indent: -2000px;
}

div.main div.inquiry p.inquiry_request a {
	background: url(../img/inquiry_request.png) left top no-repeat;
}

div.main div.inquiry p.inquiry_request a:hover {
	background: url(../img/inquiry_request.png) left bottom no-repeat;
}

div.main div.inquiry p.inquiry_contact a {
	background: url(../img/inquiry_contact.png) left top no-repeat;
}

div.main div.inquiry p.inquiry_contact a:hover {
	background: url(../img/inquiry_contact.png) left bottom no-repeat;
}



/*
------------------------------------------------------------------------------*/
/* TOPに戻る */

p.align_right {
	text-align:right;
}

/*
------------------------------------------------------------------------------*/
/* フッタ */

div.contents div.footnote {
	clear: both;
}


div.contents div.footnote p {
	font-size: 68%;
	padding: 8px;
	margin: 10px 20px 0 20px;
	border-top: 1px solid #999;
	text-align: center;
	line-height: 200%;
	}

div.contents div.footnote p a {
	text-decoration: none;
	color: #339;
	}

div.footer {
	clear: both;
}
