@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、緑っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #DBE8C0 url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}
.color1 {
	color: #539705;
}

#main p, #sub p {
	margin: 0.5em 1em 1em 30px;
}

#main .t1 {
	margin: 10px 0 0 30px;
	color: #666;
	background-color: #DFD;
	border: 0px 0px 0px 0px;
	border-collapse: collapse;
}

#main .t1 th {
	background-color:#090;
	color: #FFF;

	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: solid 2px #060;
	border-collapse: collapse;
}
#main .t1 tr {
	background-color:#fff;
	color: #333;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: dashed 1px #060;
	border-collapse: collapse;
}
#main .t1 td {
	padding: 0 0 0 10px;
}


#main .products {
	margin: 10px 0 0 30px;
	width: 736px;
	height: auto;
}

#main .products .p2c {
	margin: 10px 0 0 10px;
	float: left;
	width: 353px;
	height: 300px;
}
#main .products .p2c  img{
	margin: 5px 5px 5px 5px;
	width: 343px;
	height: 200px;
}
#main .products .p2c  p{
	float: left;
	margin: 5px 5px 5px 5px;
	width: 343px;
	height: 80px;

	
}
/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background: url(images/header_bg.gif) no-repeat;
}
#header h1 {
	font-size: 10px;
	color: #fafafa;
	line-height: 1.2;
	position: absolute;
	left: 20px;
	top: 5px;
	width: 361px;
}
#header img {
	vertical-align: top;
	padding-top: 38px;
	padding-bottom: 15px;
}




/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*ナビメニュー（メインメニューの右上にある小さなメニュー）
------------------------------------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 74px;
	right: 2px;
	line-height: 26px;
	background: url(images/nav_bg.gif);
	padding-left: 50px;
	font-size: 11px;
	width: 200px;
}
#nav li {
	float: left;
	width: 20em; /*IE7のメイリオフォントだと8em（8文字）分にしか表示されないので注意*/
	overflow: hidden;
	height: 21px;
}
#nav li a {
	color: #999999;
	text-decoration: none;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 13px;
}
#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 820px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#main h2 {
	padding: 0 0 10px 20px;
	display:block;
	width: 800px;
	height: 19px;
	font-size: 16px;
	color: #FFF;
	line-height: 29px;
	background-image:url(images/midashi_h3.gif) ;
}
#main h3 {
	margin: 10px 0 10px 10px;
	padding: 0 0 0 10px;
	display:block;
	border-left: solid #090 10px;
	font-size: 14px;
	color:  #090;
	line-height: 25px;
}
/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 200px;
	margin-top: 15px;
	padding-bottom: 40px;
}

#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	background: #FFFFFF;
	padding: 20px 0px;
	border-top: 1px solid #CCCCCC;
}
.Lpict {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}
.Rpict {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}
.clr {
	clear: both;
}

.LLize {
	font-size: 16pt;
	line-height: 24px;
}
.Lize {
	font-size: 14pt;
	line-height: 22px;
}
.Lizeb {
	font-size: 14pt;
	line-height: 22px;
	font-weight: bold;
}
.Mize {
	font-size: 12pt;
	line-height: 18px;
}
.Size {
	font-size: 10pt;
	line-height: 14px;
}
.SSize {
	font-size: 8pt;
	line-height: 12px;
}
