﻿@charset "UTF-8";


/*==================================================

	サイドのナビゲーション

==================================================*/

div#sidebar h3 {
margin: 0 0 0px 5px;
}

div#sidebar dl.nav {
	margin: 0 0 6px 5px;
	width:205px;
	background:#fff;
}

div#sidebar dl.nav dt {

}

div#sidebar dl.nav dd {
	border-left: 1px solid #819CB3;
	border-right: 1px solid #819CB3;
	background: url(../images/side/nav_bg.gif) no-repeat left bottom;
	line-height: 1.5;
	padding: 5px 0 5px 14px;
}

div#sidebar dl.nav dd.last {
	background-image: none;
}

div#sidebar dl.nav dd.last_other {
	background-image: none;
	border-bottom: 1px solid #819CB3;
}

div#sidebar dl.nav dd a {
	background: url(../images/redicon_s.gif) no-repeat left center;
	text-decoration: none;
	padding: 0 0 0 13px;
}



/*==================================================

	プロショップ
	
==================================================*/

div.pro_info{
width:640px;
margin-bottom:10px;
padding-bottom:10px;
}

div.pro_info p{
padding-bottom:10px;
}

div.pro_info img{
margin-left:5px;
}

div.pro_info h3{
	color:#023866;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:20px;
}

div.pro_secondsec{
width:560px;
border: 1px solid #1462A0;
padding:20px;
margin:10px auto 30px auto;
}

div.pro_secondsec img{
width:170px;
height:150px;
}

div.pro_secondsec ul{
	width:330px;
	margin-top: 5px;
	}

div.pro_secondsec ul li{
	margin-bottom: 8px;
	background: url(../images/circleicon.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

div.pro_product{
clear:both;
padding-top:20px;
/*margin:10px auto 10px auto;*/

}

div.pro_product h4{
font-size:1.1em;
font-weight:bold;
background: url(../images/boxtit_product.gif) no-repeat left -3px;
padding:0px 0 0 20px;
color:#0B375B;
height:35px;
}


div.pro_product .left{
width:300px;
/*margin:10px auto 10px auto;*/
padding:30px auto 10px auto;
float:left;
}

div.pro_product .leftmain li{
	margin-bottom: 8px;
	background: url(../images/circleicon.gif) no-repeat left top;
	padding: 0px 0 0 15px;
}


div.pro_product .left img{
/*margin:10px auto 10px auto;*/
padding:10px auto 10px auto;
}

div.pro_product .right{
width:300px;
padding:30px auto 10px auto;
float:right;
}

div.pro_product .rightmain li{
	margin-bottom: 8px;
	background: url(../images/circleicon.gif) no-repeat left top;
	padding: 0px 0 0 15px;
}


div.pro_product .right img{
/*margin:10px auto 10px auto;*/
padding:10px auto 10px auto;
}



/*==================================================

	汎用
	
==================================================*/

.clr {
	clear: both;
}

.small {
	font-size: x-small;
}

.fr {
	float: right;
}
