@charset "utf-8";

/*　CSS for randsel.jp */
/*　キーカラー定義
見出し		#132f65
テキスト		#333333
リンク		#15479f
オーバー		#4197ff
訪問済み		#15479f
アクティブ		#4197ff	※無くても可
最新情報
日付		#9c9c9c
テーブルラインの色	#cecece
 */

/*  レイアウト・width定義
全体wrap830(内枠800+影)
左25%右75%
*/



/*　 全体。ユーザスタイル初期化 */
* {
	margin:0;
	padding:0;
	}

body {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image:url(../image/common/bg.gif);
	color:#333333;
	}

img {
	border:0;
	}

p {
	margin:0 0 1em;
	line-height:150%;
}
ul {
	margin:5px 10px 20px 20px;
}
ul li {
	margin-bottom:5px;
}
ul li ul {
	margin-left:10px;
	margin-bottom:10px;
}

/*  リンクカラー  */
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;
	margin:0 auto;
	}

#clear{
	width:100%;
	height:1px;
	clear:both;
	margin:0;
	padding:0;
}

/*　 ヘッダー  　*/
#header {
	width:830px;
	height:auto;
	background-image:url(../image/common/head/head_bg.gif);
	background-repeat:no-repeat;
	overflow:auto;
	}

#head_navi{
	float:right;
	margin-top:10px;
	}

#header h1 {
	float:left;
	}

#header ul{
	width:830px;
	float:right;
	}

#header ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}

#search p{
	float:left;
	margin-right:10px;
	margin-top:4px;
	font-weight:bold;
	color:#333333;
	}

#search{
	width:auto;
	height:20px;
	float:right;
	margin-right:10px;
	}

#head_menu{
	width:830px;
	min-height:125px;
	overflow:auto;
	}

#head_menu ol li{
	float:left;
	margin:0;
	list-style:none;
	}

#head_menu img{
		vertical-align:bottom;
		margin:0;
		padding:0;
		}

#header h2 {
	clear:both;
}

/*　全体wrap　　*/
#all_container {
	width:830px;
	float:left;
	background-image:url(img/cont_bg.jpg);
}

#titlebar{
	background-image:url(../image/title/main_title_bg.gif);
	background-repeat:repeat-y;
	width:830px;
	min-height:90px;
	border-top:solid 5px pink;
	}
#titlebar img{
	float:right;
	margin:20px 90px;
	}

/*  パンくずリスト  */
#topicpath{
	width:97%;
	clear:both;
	padding-left:3px;
	padding-top:15px;
	margin-bottom:15px;
}

/*--- leftコンテンツ  */
#container {
	float:left;
	width:810px;
}

/*  メインコンテンツ  */
#main_container {
	float:right;
	width:580px;
	margin-left:15px;
	background-color:#ECD09B;
	}
#main_container h2 {
	background:url(../image/common/hn/h1bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#000000;
	margin-top:30px;
	padding:5px;
	font-size:150%;
}

#corner1{
	background-color:#FFFFFF;
	min-height:713px;
	width:550px;
	padding:7px;
	}


/*  カテゴリボックス   */

#category_box{
	width:97%;
	margin-bottom:5px;
	}

#category_box img{
	float:left;
	margin:5px;
	}

#category_box p{
	float:right;
	margin-top:7px;
	}

/*  カテゴリボックス   */

#product_info{
	width:75%;
	margin-bottom:5px;
	}

#product_info img{
	float:left;
	margin:5px;
	}

#product_info p{
	width:25%;
	float:right;
	margin-top:7px;
	}


/*  仕様ボックス 画像が左、情報が右でdl   */
#product_box{
	width:400px;
	}
	
#product_box img{
	float:left;
	margin:5px;
	}

#product_box dl{
 border:1px solid #CECECE;
 width:180px;
 float:right;
 margin-top:5px;
	}

#product_box dt{
 float:left;
 width:25%;
 height:100%;
 padding:5px 0 5px 10px;
 clear:both;
 font-weight:bold;
	}

#product_box dd{
 width:75%;
 height:100%;
 margin-left:80px;
 padding:5px 5px 5px -20px;
 border-left:1px solid #CECECE;
}


/*  メニューleft  */
#left_container {
	float:left;
	width:190px;
	overflow:hidden;
	margin-top:15px;
	margin-left:15px;
}

#left_container h2{
	margin:0;
	}

#left_container ul{
	width:190px;
	height:390px;
	margin:0;
	}

#left_container ul li{
	list-style:none;
	display:block;
	height:65px;
	width:190px;
	margin:0;
	padding:0;
	}

#left_container ul li a{
	margin:0;
	padding:0;
	}

#left_container ol{
	margin:0;
	}

#left_container ol li{
	list-style:none;
	display:block;
	margin:0;
	padding: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 {
	background-image:url(../image/foot/bg_footer.gif);
	background-repeat:repeat;
	clear:both;
	width:830px;
	height:50px;
	padding-top:20px;
	padding-bottom:5px;
}
#footer ul {
	margin-bottom:5px;
	text-align:center;
}
#footer li {
	list-style-type:none;
	display:inline;
	border-left:1px solid #999;
	padding-left:5px;
}
#footer li.footer_top {
	border:0;
	padding-left:0;
}
#footer address {
	text-align:left;
	float:left;
	font-style:normal;
}

#footer ul{
	width:300px;
	float:right;
	padding-right:20px;
	}

#footer ul li{
	float:right;
	list-style:none;
	margin-left:10px;
	}

/* 段落整形 */
.normal{
	line-height:1.4em;
	margin-left:5px;
}

