@charset "utf-8";
/* 基本設定　ここから */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul, ol, dl, li {
	padding: 0;
	margin: 0;
}
h1, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
img {
	margin: 0;
	padding: 0	
}
a img {
	border: none;
}

a:link {
	color: #10147E;
	text-decoration: none; 
}
a:visited {
	color: #524C9A;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}
.container {
	width: 800px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	padding: 0px;
}
/* 基本設定　ここまで */

/* ヘッダー　ここから */
#header {
	background-image: url(header_image.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 782px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
h1 {
	text-indent: -9999px;
	font-size: 23px;
	margin: 0px;
	padding: 0px;
}
#header img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
/* ヘッダー　ここまで */

/* ナビゲーション　ここから */
ul#nav {
	list-style: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

ul#nav li img {
	margin: 0px;
	padding: 0px;
}
/* ナビゲーション　ここまで */

/* パンくずリスト　ここから */
#topicpath {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#topicpath li {
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 0.8em;
}
/* パンくずリスト　ここまで */

/* 本文共通　ここから */
h2 {
	margin-left: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#gotoTop {
	text-align: right;
	clear: both;
	font-size: 0.8em;
	margin-right: 5px;
	margin-bottom: 25px;
}
/* 本文共通　ここまで */

/* フッター　ここから */

.footer {
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	background-color: #524C9A;
	color: #FFF;
	height: 33px;
}
address {
	font-style: normal;
	font-size: 0.9em;
	text-align: center;
	vertical-align: middle;
	line-height: 33px;
}
/* フッター　ここまで */


/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、div の上部または下部にのみ配置されます。これらの div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した div の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、div のルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー div をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを左ではなく右に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて左方向にする代わりに、すべて右方向に設定)、反転してレンダリングされます。HTML ソース内で div を移動する必要はありません。

*/

/* トップページ　ここから */
#top {
	padding: 0px;
	margin-top: 10px;
	margin-right: 75px;
	margin-bottom: 10px;
	margin-left: 75px;
}
#top p {
	font-size: 13px;
	margin-top: 4px;
	color: #524C9A;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}

.pickup_f {
	float: left;
	width: 350px;
	margin-left: 33px;
	_margin-left: 16px;
	padding: 0px;
}
.pickup_f dl {
	margin-bottom: 8px;
	padding: 0px;
	font-size: 0.8em;
}
.pickup_f dl dd {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}
.pickup_f dl dt {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#whatsnew {
	font-size: 0.9em;
	background-color: #EEEDF5;
	width: 485px;
	margin-top: 20px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 7px;
	float: left;
	padding: 0px;
}
#whatsnew_title {
	background-color: #716CAC;
	height: 26px;
	padding-top: 8px;
	margin: 0px;
	padding-left: 10px;
}
.whatsnew_txt {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 10px;
}
#whatsnew hr {
	margin: 0px;
	padding: 0px;
}
#top_otoiawase {
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#t_otoiawase {
	font-size: 1.1em;
	font-weight: bold;
	color: #524C9A;
	background-image: url(otoiawase_square_l.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 3px;
	margin-left: 2px;
	padding-top: 0px;
}
#t_profile{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	margin-left: 2px;
}
/* トップページ　ここまで */

/* サイドナビ　ここから */
#sidenavi {
	float: left;
	width: 162px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidenavi dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#sidenavi dl dt {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#sidenavi dl dd {
	margin: 0px;
	padding: 0px;
}
#sidenavi dl dd ul {
	margin: 0px;
	padding: 0px;
}
#sidenavi dl dd ul li {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 0px;
}
#sidenavi img {
	margin: 0px;
	padding: 0px;
}
#otoiawase {
	font-size: 0.9em;
	font-weight: bold;
	color: #524C9A;
	background-image: url(otoiawase_square.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 3px;
	margin-left: 2px;
}
#profile{
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin-left: 2px;
}
/* サイドナビ　ここまで */

/* 製品情報ページ　ここから */
#contentsProduct {
	float: left;
	width: 630px;
	margin: 0px;
	padding: 0px;
}
#contentsProduct h3 {
	background-color: #CBC9E1;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 13px;
	clear: both;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 0px;
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #524C9A;
	border-right-width: 1px;
	border-right-color: #524C9A;
	border-right-style: solid;
}
.productImg {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	float: left;
	width: 271px;
	padding: 0px;
}
.productTxt {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	_margin-left: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 300px;
}

/* 製品情報ページ　ここまで */

/* 表組　ここから */

#contentsTable {
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 40px;
	font-size: 0.9em;
	line-height: 1.4em;
	padding: 0px;
	width: 740px;
	table-layout: fixed
}
td.tableleft {
	vertical-align: top;
	font-size: 1.1em;
	font-weight: bold;
	color: #524C9A;
	width: 150px;
}
#contentsTable tr td {
	padding-bottom: 5px;
	font-size: 1em;
}
#contentsTable tr td dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#contentsTable tr td dl dt {
	font-weight: bold;
}
/* 表組　ここまで */


/* お問い合わせ　ここから */
.contactTitle {
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #524C9A;
	font-weight: bold;
}
.contactimg {
	padding: 0px;
	margin-left: 55px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: bold;
}
#contactlink {
	margin-left: 55px;
	margin-bottom: 15px;
	font-size: 0.9em;
	font-weight: bold;
}
#contactaddress {
	font-size: 0.9em;
	font-weight: bold;
	margin-left: 55px;
	margin-bottom: 60px;
}
#jisseki{
    padding-left:0px; 
	text-align:left;
	overflow:hidden;
	margin-left:0px;
}
#jisseki dd{
	margin-left:0px;
}

#jisseki ul{
	overflow:hidden;
	padding-left:0px;

}

#jisseki li{
	list-style:none;
	padding:0px;
	width:auto;
	float:left;
	text-align:left;
	display:block;
	
	
}
