/*ブラウザで内の全領域の装飾*/
body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#dfddce;
}

/*タイプセレクタの初期化*/
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,blockquote,form{
	margin:0 0 1em;
	padding:0;
}

/*データ記載領域の設定*/
div#page{
	width:800px;
	height:auto;
	margin:0 auto;
	background-color:#ffffff;
	text-align:left;
}

/*リストマーカーを非表示にする*/
ul{
	list-style-type:none;
	list-style-position:outside;
}
/*サポートナビのフォント設定*/
ul#nav-support li{
	line-height:1.5em;
	font-size:120%;
}

/*グローバルナビのリンクに関する設定*/
ul#nav-global a:hover,ul#nav-global a:active{

	color:#ffcc00;
	background-color:#0000CD;

} 

/*グローバルナビ領域の設定*/
ul#nav-global li{
	background-color:#0000CD;
	height:1.5em;
}
ul#nav-global li.haikei{
	background-image:url(gaikan.gif);
	width:50px;
	height:42px;
}

/*グローバルナビを横並びにする*/
ul#nav-global li{
	
	float:left;
	border:1px solid #ffffff;
}

ul#nav-global li.nigyou a{
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.25em;
}

/*右端の白線を塗らない*/
ul#nav-global li#4{
	border-right:none;
}

/*グローバルナビの装飾*/
ul#nav-global li a{
	display:block;
	width:148px;
	text-align:center;
	line-height:2.5em;
	color:#ffffff;
	background-color:#0000CD;
	text-decoration:none;
}

div#shouhin-list{
	width:240px;
	padding:10px 10px 10px 20px;
	margin-right:10px;
	display:inline;
	overflow:hidden;
	height:auto;
	float:left;
	text-align:center;
}



div#shouhin-list li{
	font-size:150%;
	line-height:3em;
	text-align:left;
}

div#shouhin-list div.list-koumoku{
	width:auto;
	height:auto;
	margin-bottom:2em;
	border:1px solid #219434;
}
div#shouhin-list div.list-koumoku h4{
	padding-left:10px;
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	color:#ffffff;
	background-color:#0000CD;
}
div#shouhin-list div.list-koumoku ul{
	padding-left:10px;
}
div#kigyou-deta{
	width:550px;
	height:auto;
	display:inline;
	overflow:hidden;
	padding:10px 30px 10px 20px;
	float:right;
	text-align:center;
}

div#kigyou-deta dl {
	width:400px;
	height:auto;
	font-size:0.9em;
	margin-bottom:2em;
}
div#kigyou-deta dl dt{
	clear:both;
	width:100px;
	height:auto;
	font-size:0.9em;
	margin-bottom:2em;
	float:left;
	font:bold;
}

div#shouhin-detail{
	width:550px;
	height:auto;
	display:inline;
	overflow:hidden;
	padding:10px 30px 10px 20px;
	float:right;
	text-align:center;
}


div#shouhin-detail dl {
	width:400px;
	height:auto;
	font-size:0.9em;
	margin-bottom:2em;
}

div#shouhin-detail dl dt{
	padding-top:70px;
	border:1px solid #000000;
	text-align:center;
	width:100px;
	height:150;
	clear:both;
	float:left;
	font-weight:bold;
}
div#shouhin-detail dl dd{
	padding:10px;
	border:1px solid #000000;
	width:290px;
	height:150px;
	text-align:left;
}

div#shouhin-list li#rakki{
	line-height:1.2em;	
}
div#shouhin-list ul#mutumi li{
	font-size:1.4em;
	font:bold;
}


