@charset "utf-8";

*{ margin:0px; padding:0px;}

body {
	font-family:"メイリオ", Meiryo,"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:13px;
}

div#body {
	min-height:600px;
	height:auto !important;
}

.wrapwidth { 
	width:950px; 
	margin:0 auto;
}

a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

img { border:0; }

p {
	font-size:13px;
	line-height:1.8em;
	color:#333;
	margin:20px;
}

.align_right {
	text-align:right;
}

/*-------------------------
ClearFix
--------------------------*/
.cf:before,.cf:after {
	content:"";
	display:table;
}

.cf:after {clear:both;}

.cf {*zoom:1;}


/*-------------------------
Container
--------------------------*/
div#container {
	background:url(../img/background.png);
	padding:30px 0;
}

div#container .wrapwidth {
	background:#FFF; 
	border:1px solid #CCC;
}

/*-------------------------
Left Column
--------------------------*/
div#leftcolumn {
	float:left;
	width:165px;
	padding:20px 15px;
}

div#leftcolumn img {
	margin:0 0 10px;
}

div#leftcolumn h3 {
	height:26px;
	width:140px;
	background:url(../img/list_midashi.gif) no-repeat;
	font-size:13px;
	font-weight:normal;
	line-height:1em;
	text-align:right;
	padding:12px 10px;
	color:#FFF;
	margin:0 0 2px;
}

ul.search_list {
	width:160px;
	margin:0 0 20px;
	padding:0;
}

ul.search_list li {
	background:#CDC0B2;
	margin-bottom:2px;	
	display:block;
	list-style:none;
}

ul.search_list li a {
	display:block;
	padding:2px 5px;
	text-decoration:none;
}

ul.search_list li a:hover {
	background:#EAE3DD;
}

/*-------------------------
Main Column
--------------------------*/
div#maincolumn {
	float:left;
	width:725px;
	padding:20px 15px;
}

div#maincolumn p {
	margin:20px 0;
	clear:both;
}


div.product_image {
	margin:0;
}

div.product_image p {
	margin:0;
	font-size:12px;
	line-height:1.5em;
	color:#960;
}

div.floatbox {
	float:left;
	margin:0;
	padding:0;
}

div.floatbox img {
	margin-right:3px;
}

div#maincolumn h3 {
	clear:both;
	border:1px groove #C36; 
	padding:8px 10px;
	margin-bottom:20px;
	color:#C36;
}

div#maincolumn h3 span{ 
	display:block; 
	border-left:5px solid #C36; 
	padding:0 0 0 10px; 
	font-size:18px; 
	font-weight:normal;
}

div.txt {
	margin-bottom:30px;
}

img.design {
	margin-right:20px;
}

div#maincolumn h4 {
	background:url(../img/h4_bg.png);
	padding:5px 0 5px 10px;
	font-size:14px;
	margin:0 0 15px;
	color:#FFF;
	font-weight:normal;
	border:1px #CCCCCC solid;
}

div#maincolumn iframe {
	margin:0 20px;
}

div#maincolumn dl.product{
	margin:20px;
	padding:0;
}

div#maincolumn dl.product dt {
	font-weight:bold;
}

div#maincolumn dl.product dd {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:1em;
	color:#333;
	list-style-position:inside;
	display: list-item;
	list-style-type:disc;
	padding-left: 1em;
    text-indent: -1em;
}

div#maincolumn dl.product dd a{
	color:#006699;
}

/*-------------------------
Main Left Column
--------------------------*/
div#main_left {
	width:550px;
	margin-right:30px;
	float:left;
}

div.product_link {
	float:left;
	margin-right:10px;
}

div.clear {
	clear:both;
	height:10px;
}

table.hyou {
	width:400px;
	color:#336;
	border-top:#CCC 1px solid;
	border-left:#CCC 1px solid;
}

table.hyou td {
	border-right:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	padding:0 0 0 5px;
}

/*-------------------------
Main Right Column
--------------------------*/

div.price {
	font-size:15px;
	text-align:right;
	font-weight:bold;
	color:#666;
	margin-bottom:20px;
	border:#E0DA89 2px solid;
	padding:0 5px
}

div.price span {
	font-size:12px;
	font-weight:normal;
}

div#main_right {
	width:145px;
	float:left;
}

div#main_right dl.product{
	margin:0;
	padding:0;
}

div#main_right dl.product dd {
	margin:0 0 10px;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	color:#333;
	list-style-position:inside;
	display: list-item;
	list-style-type:disc;
	padding-left: 1em;
    text-indent: -1em;
}

div#main_right dl.product dt {
	font-weight:normal;
}

div#main_right dl.product dd a{
	color:#006699;
}