@charset "utf-8";

/*　CSS */
/*　キーカラー定義
見出し		#132f65
テキスト		#333333
リンク		#15479f
オーバー		#4197ff
訪問済み		#15479f
アクティブ		#4197ff	※無くても可
最新情報
日付		#9c9c9c
テーブルラインの色	#cecece
 */

/*  レイアウト・width定義
全体wrap830(内枠800+影)
左25%右75%
*/



/*　 全体。ユーザスタイル初期化 */
* {
	margin:0;
	padding:0;
	}

body {
	font-size:14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../image/common/bg/bg.gif);
	color:#333333;
	}

img {
	border:0;
	}

p {
	margin:0 0 1em;
	line-height:170%;
}
ul {
	margin:5px 10px 10px 20px;
	list-style:none;
}
ul li {
	margin-bottom:5px;
}
ul li ul {
	margin-left:10px;
	margin-bottom:5px;
	list-style:none;
}

/*  リンクカラー  */
a:link { 
	color:#15479f;
	text-decoration:none;
	}

a:visited {
	color:#15479f;
	text-decoration:none;
	}

a:hover {
	color:#4197ff;
	text-decoration:none;
	}
	
a:active {
	color:#4197ff;
	text-decoration:none;
	}

/*　 見出し設定　*/
h2 {
	margin-bottom:.5em;
	font-size:115%;
	color:black;
	}

/*  大外枠 */

#wrap{
	width:830px;
    background-image: url(../image/common/bg/shadow.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	}

#clear{
	width:100%;
	height:1px;
	clear:both;
	margin:0;
	padding:0;
	display:block;
}

/*　 ヘッダー  　*/
#header {
	width:800px;
	height:auto;
	border-top:#CC0033 solid 3px;
	/*background-image:url(../image/common/head/head_bg.jpg);*/
	background-repeat:no-repeat;
	padding-top:20px;
	overflow:hidden;
	}

h1 {
	float:right;
	font-size:12px;
	margin:0;
	}

#header ul{
	width:300px;
	float:right;
	padding-right:-10px;
	}

#header ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}


#search{
	width:auto;
	height:20px;
	float:right;
	margin-right:10px;
	}

#head_pr{
	height:40px;
	width:440px;
	float:right;
	text-align:right;
	margin-right:5px;
	margin-top:5px;
}

#head_menu{
	width:800px;
	}

#head_menu ol li{
	float:left;
	margin:0;
	list-style:none;
	}

#header h2 {
	clear:both;
}

/*　全体wrap　　*/
#all_container {
	width:800px;
	height:100%;
	background-color:#FFFFFF;
}



/*  パンくずリスト  */
#topicpath{
	width:800px;
	padding-left:3px;
	padding-top:15px;
	margin-bottom:15px;
	overflow:hidden;
}

/*--- leftコンテンツ  */
#container {
	float:left;
	width:800px;
	height:100%;
}

/*  メインコンテンツ  */
#main_container {
	float:right;
	width:73%;
	height:100%;
	background:#FFF;
	overflow:hidden;
	font-size:12px;
}

#main_container h2 {
	/*background:url(../image/common/hn/h1bg.gif);*/
	border-bottom:#CC0033 solid 3px;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
	margin-top:20px;
	padding-bottom:10.5px;
	font-size:16pt;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	width:90%;
}

#main_container h3 {
font-size: 130%;
font-weight: bold;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 5px;
border-bottom:solid 2px #000099; 
/*border-top:solid 1px #000099;*/
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
clear: both;
width:85%;

}

#kakomi {
margin-left: 15px;
margin-right: 15px;
border-width: 2px;
border-style: dotted;
border-color: #cccccc;
padding: 3px;
}

#main_container h4 {
	font-size: 115%;
	background-image: url(../image/common/hn/ico_arrow31r_7.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
}
#main_container h5 {
	font-size: 120%;
}


#main_container p {
	width: 90%;
	margin-left:10px;
}


#main_container li {
	list-style-type: decimal;
	text-indent: 20px;
}
#main_container ol li {
	list-style-image: url(../image/common/hn/ico_dots3_24.gif);
	text-indent: 24px;
	line-height: 22px;
	vertical-align: bottom;
}






/*  カテゴリボックス   */

#category_box{
	width:97%;
	height:120px;
	margin-bottom:5px;
	}
#contentbox {
	padding-left: 40px;
}


#category_box img{
	float:left;
	margin:15px;
	}

#category_box p{
	margin-top:15px;
	}

#category_box ul{
	margin-top:15px;
	padding-left:15px;
	list-style:none;
	}


/* ストライプテーブル */
tr.even {
	background: #ededed;
	}

#table1{
	margin-bottom:15px;
	border-collapse:collapse;
	border:solid 1px #999999;
	}

#table1 tr{
	height:1.6em;
	font-size:13px;
	}
#table_title{
	background-color:#FFCC99;
	font-weight:bold;
	text-align:center;
	}
#table1 td{
	border:solid 1px #999999;
	padding-left:0.3em;
	}

#legend{
	font-weight:bold;
	}

#table_about{
	width:550px;
	margin-bottom:15px;
	border-collapse:collapse;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
	}
#table_about tr{
	height:1.6em;
	font-size:13px;
	}

#table_about td{
	padding-left:0.3em;
	line-height:1.8em;
	border-bottom:solid 1px #999999;
	}

.pickup{
	display:block;
	width:45%;
	height:1.7em;
	background-image:url(../image/common/bg/pickup_bg.gif);
	background-position:bottom;
}

.pickup b{
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.7em;
	padding:1em;
	}

#main_box{
	width:280px;
	float:left;

}

#main_box p{
	height:40%;
	padding:7px;

}

#main_box img{
	padding:7px;
	border:solid 1px #CCCCCC;
}


/*  メイン、トップ */
#main_container .toptheme{
	float:left;
	width:250px;
	min-height:200px;
	margin:10px;
}

#main_container .toptheme_h3{
border:0;
width:250px;
background-color:#E7E7E7;
color:#333333;
}

#main_container .toptheme_p{
width:250px;
min-height:7.5em;
}

#main_container .toptheme img{
margin:0;
padding:0;
padding-left:10px;
}


/* メイン、メッセ案内 */
#messeinfo {
	line-height:1.7em;

}

#messeinfo td {
	padding:5px;

}

#messeinfo .mes_h4 {
	background-color:#FFEFDA;
	font-weight:bold;

}

#messeinfo .mes_h5 {
	background-color:#C4ECFF;
	font-weight:bold;

}

/* メイン、お客様の声 */
div.voicebox01{
width:560px;
border-bottom:1px solid #DAD9D1;
margin-bottom:30px;
}

div.vo_from{
width:85%;
}
div.vo_res{
height:120px;
}

div.vo_from_in{
padding:10px 15px;
line-height:180%;
}
div.vo_res_in{
line-height:180%;
margin-top:15px;
}

div.vo_res_in img{
margin-right:15px;
float:left;
}

div.vo_from_in p,div.vo_res_in p{
}


div.vo_from_in p.data01{
font-size:10px;
text-align:right;
padding:15px 0 0 0;
color:#6B6A62;
}
div.vo_from_in p.data01 a:link,div.vo_from_in p.data01 a:visited { color: #424240; text-decoration:underline; }
div.vo_from_in p.data01 a:hover,div.vo_from_in p.data01 a:active { color: #7F5217; text-decoration:none; }


/*  メニューleft  */
#left_container {
	float:left;
	width:25%;
	margin-left:5px;
	font-size:12px;
}

#left_container h2{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_2nd.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:10px;
	margin-top:0;
	}

.menu {
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_2nd.jpg);
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:10px;
	margin-top:0;
	border:none;
	font-size:14px;
	font-weight:bold;
	}

#left_container ul{
	margin:0;
	overflow:hidden;
	}

#left_container ul li{
	list-style:none;
	}

/*  リストのリンクをブロック化 */
#left_container ul li a{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_3rd.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:11px;
	margin-top:0;
	}

#left_container ul li a:hover{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_3rd_on.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:11px;
	text-decoration:underline;
	margin-top:0;
	}

#left_container ul li ul li{
	margin:0;
	}


#left_container ul ul li{
	list-style:none;
	}

/*  リストのリンクをブロック化 */
#left_container ul ul li a{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_3rd_on.jpg);
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:13px;
	margin-top:0;
	}

#left_container ul ul li a:hover{
	display:block;
	width:160px;
	height:18px;
	background-image:url(../image/common/side/side_3rd_on.jpg);
	background-repeat:no-repeat;
	padding-left:33px;
	padding-top:13px;
	margin-top:0;
	}


/*  メニュー  right*/
#right_container {
	float:left;
	padding:10px;
	width:199px;
}
#right_container p {
	background:#F6F6F6;
	padding:5px;
	border:1px solid #FFF;
}
#right_container p img {
	float:left;
	margin:0 5px 5px 0;
}

/*  foot  */
#footer {
	border-top:#CC0033 solid 3px;
	/*background-image:url(../image/common/foot/footer_bg.jpg);*/
	background-repeat:no-repeat;
	clear:both;
	width:800px;
	height:50px;
	padding-top:20px;
	padding-bottom:5px;
	overflow:hidden;
}
#footer li.footer_top {
	border:0;
	padding-left:0;
}
/* 段落整形 */
.normal{
	line-height:1.4em;
	width:75%;
	margin-left:5px;
}

.normal img{
	float:right;
	margin:5px;
	}

.normal_le{
	line-height:1.4em;
	width:75%;
	margin-left:5px;
}

.normal_le img{
	float:left;
	margin:0 7px;
	}

.portlait{
	line-height:2em;
	margin-left:5px;
	width:85%;
}

.portlait img{
	margin:10px;
	padding:5px;
	float:right;
	}

/* メイン、情報BOX */
#info_boxa{
	width:200px;
	min-height:250px;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-bottom:15px;
	margin-right:0;
	background-image:url(img/lineup/bg.gif);
	background-repeat:no-repeat;
	}
	
#info_boxa img{
	margin:5px;
	}

#info_boxa p{
	margin-bottom:0;
	padding:0 5px;
	height:7.5em;
	}


#info_boxb{
	width:275px;
	height:270px;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:15px;
	background-image:url(img/lineup/bg.gif);
	background-repeat:no-repeat;
	}
	
#info_boxb img{
	margin:5px;
	}

#info_boxb p{
	margin-bottom:0;
	padding:0 5px;
	}

.frame{
	border:solid 1px #999999;
	padding:5px;
	}

#shop_category td{
	padding-left:0.4em;
	line-height:1.6em;
	}

.head_name{
	background-color:#CCCCCC;
	border-left:solid 3px #FF6600;
	}

.mark{
	font-weight:bold;
	color:#FF0000;
	}

.toi{
	text-decoration:underline;
	}

.toibtn{
	width:85%;
	float:left;
	text-align:right;
	padding-right:15px;
	}

/* -------------------------------------------------------------------
FORM CONTACT TABLE
------------------------------------------------------------------- */

.table_contact{
margin-bottom:20px;
}

.table_contact table {
border-top: solid 1px #cacaca;
width:450px;
}

.table_contact table th {
background:#EEEEEE url(../img/table_td_bg.gif) repeat-x left bottom;
border-top: solid 1px #FFFFFF;
color:#333333;
line-height:1.8;
padding:10px;
vertical-align:top;
width:165px;
}

.table_contact table td {
background:#FFFFFF url(../img/table_td_bg.gif) repeat-x left bottom;
border-top: solid 1px #FFFFFF;
line-height:1.8;
padding:10px;
vertical-align:top;
width:70%;
}

.table_contact table th.title {
background:#FFFFFF url(../img/table_td_bg.gif) repeat-x left bottom;
padding:10px;
color: #333333;
font-weight:bold;
width:30%;
}

.table_contact table td.submitArea {
background:#FFFFFF none repeat scroll 0%;
border-top: solid 1px #FFFFFF;
line-height:1.8;
padding:30px 0 0 0;
text-align:center;
}
/* -------------------------------------------------------------------
追加
------------------------------------------------------------------- */

.topimg {
padding-left: 30px;
padding-top: 10px;
}
