﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd,  ul, li, strong,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	letter-spacing: 1px;
}
html { overflow-y:scroll; }/* Firefoxでも常にスクロールバーを表示させる */
body {
	font-family: "Arial", "Helvetica", "sans-serif", 'Tahoma', "メイリオ",'MS UI Gothic', 'MS PGothic', 'Osaka',  "Meiryo", "ＭＳ ゴシック", "Osaka－等幅";
	color:#555;
	font-size:82%;
	background: url(../images/bg.gif);
}
#wrapper {
	width:920px;
	height:auto;
	margin:0px auto;
	padding:20px 40px 0px 40px;
	background:url(../images/bg.png) left top repeat-y;
	position:relative;
}

/*強調
--------------------------------------------------------- */
#right h2 {
	padding: 20px 0px;
}

.sub_h2 {
	margin: 20px 0px 30px 0px;
	padding:14px 0px 10px 15px;
	clear:both;
	font-size:120%;
	color:#555;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #ddd;
}
.sub_h3 {
	margin: 0px 0px 20px 0px;padding:4px 0px 4px 15px;clear:both;
	font-size:12px;color:#333;font-weight:bold;letter-spacing:2px;
	border-left: 5px solid #999;
	border-bottom: 1px solid #ccc;
}
.sub_h4 {
	margin:0px 0px 20px 0px;
	padding:8px 0px 6px 15px;
	clear:both;
	font-size:100%;
	color:#555;
	font-weight:bold;
	letter-spacing:2px;
	border-left: 5px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

em { font-weight:bold; }


/*共通ボックス・指定
--------------------------------------------------------- */
img { vertical-align: bottom; }
.both { clear:both;vertical-align:top;margin: 0px;padding: 0px; }
.clear { clear:both;height:20px;padding:0px 40px 0px 0px; }
.clear20 { clear:both;padding:20px 0px 0px 0px; }
.clear40 { clear:both;padding:40px 0px 0px 0px; }
.unit {
	padding:0px 0px 40px 0px;
}
.bordered { border:1px solid #ddd;padding:1px; }

/*clearfix
--------------------------------------------------------- */
.clearfix:after { 
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
} 

*1257897500* html .clearfix { display: inline-block; } 
/* no ie mac \*/ 

*1257897501* html .clearfix { height: 1%; } 
.pkg { display: block; } 
/* */

.hr { height:5px;margin:0px 0px 10px 0px;clear:both;border-bottom:1px dotted #bbb; }
.hr2 {
	width: 580px;
	padding:0px 0px 40px 0px;
	clear:both;
	position: relative;
	border-bottom:1px dotted #ccc;
	margin-bottom: 40px;
}

#left {
	width:200px;
	position:relative;
	float:left;
}
#right {
	width:660px;
	position:relative;
	float: right;
	padding: 0px 0px 0px 0px;
}

#contents { width:620px;padding:20px 0px 0px 30px;float:left; }



/*ヘッダー
--------------------------------------------------------- */

#logo {
	width:200px;
	height:50px;
	padding: 0px 0px 40px 0px;
}

#topimage {
	width:660px;
	padding:0px 0px 20px 0px;
	position:relative;
	clear:both;
}
#subimage {
	width:660px;
	padding:0px 0px 40px 0px;
	position:relative;
	clear:both;
}

/*　左ナビゲーション
--------------------------------------------------------- */
#navihead { padding:0px 0px 0px 0px; }
#mainmenu {
	padding:0px 0px 40px 0px;
}
#mainmenu ul { width:240px;margin:0px;padding:0px;list-style:none; }
#mainmenu ul li {
	width:200px;
	list-style-type:none;
}
#blogbt { padding:20px 0px; }

/*トップページ
--------------------------------------------------------- */
#feed {
	width:640px;
	height:120px;
	padding:5px 10px 10px 10px;
	overflow-y:scroll;
	scrollbar-base-color:#eee;
}
#feed dl dt {
	width:12em;clear:left;float:left;padding:8px 0.5em 8px 0em;
	font-size:12px;
}
#feed dl dd { margin-left:0px;padding:7px 0.5em 7px 8em;border-bottom:dotted 1px #ccc; }

#feed a { text-decoration:underline;color:#ff668b; }
#feed a:visited { color:#ff809f;text-decoration:none; }
#feed a:hover { color:#ff668b;text-decoration:underline; }
#feed img {
	padding: 50px 300px;
}

.item-line {
	padding:0px 0px 20px 0px;
	position: relative;
}
.item-box-wrap {
	float:left;
	padding: 0px 7px;
}
.item-box-price { padding:10px 0px;line-height:2em; }
.font-size-2minus { font-size:9px;padding:0px 5px; }

/*サブページコンテンツ・ボックス
--------------------------------------------------------- */
#message { height:199px;background:url(../images/message/img1.jpg) left top no-repeat;text-align:right; }
.step { width:560px;margin:20px 0px 20px 0px;padding:0px 0px 0px 15px;border-left:5px solid #960;position:relative; }
.step h4 { padding:10px 0px 10px 0px;font-size:14px;font-weight:bold;color:#740; }
.box1 { width:610px;padding:20px;margin:0px 0px 40px 0px;position:relative;border:5px solid #ddd; }
.box2 {
	margin:20px 0px 10px 0px;padding:4px 0px 4px 15px;
	font-size:14px;font-weight:bold;
	border-bottom:1px solid #ccc;
	border-left:5px solid #999;
}
.box3 { width:140px;float:left; }
.box4 {
	width:280px;float:left;
	background:url(../images/bg_text1.gif) repeat-y left top;
}


/*フットナビ・フッター
--------------------------------------------------------- */
.go2top { width:20px;margin:0px 0px 0px 880px; }

#footer {
	width:920px;
	padding:40px 0px 20px 0px;
	position:relative;
	clear:both;
}
#footer p {
	padding:0px 0px 20px 260px;
	clear:both;
	color:#999;
	font-size:10px;
	line-height:1.8em;
	letter-spacing: 1px;
}

#footer p a { text-decoration:none;color:#ff668b; }
#footer p a:visited { color:#ff809f;text-decoration:none; }
#footer p a:hover { color:#ff668b;text-decoration:underline; }

/*文字・画像・リンク
--------------------------------------------------------- */

#contents p { padding:0px 0px 18px 0px; }
.unit p {
	padding:0px 0px 1.8em 0px;
	letter-spacing: 0px;
	line-height: 1.6;
}
.unit ol,.unit ul { line-height:1.6;padding:0px 0px 1.8em 25px; }

.text1 { font-size: 9px; }
.text2 {
	color:#f30;font-weight:bold;
	border-bottom: 1px dotted #f96;
	padding:0px 0px 1px 0px;margin:0px 3px 0px 3px;
}

.imgright { padding: 0px 0px 0px 20px;float:right; }
.imgleft { float:left;margin: 0px 11px 0px 0px; }
.imgleft1 { float:left;margin: 0px 10px 0px 0px; }

#contents ol { line-height:1.6em;margin:0px 0px 0px 25px; }
#contents ol li { line-height:2;letter-spacing:0px;margin:0px 0px 15px 0px; }

#right a { text-decoration:none;color:#ff668b; }
#right a:visited { color:#ff809f;text-decoration:none; }
#right a:hover { color:#ff668b;text-decoration:underline; }

.list {
	padding:0px;
	color:#690;line-height:2.6em;letter-spacing:0px;list-style-type: none;
}
.list li {
	padding:0px 0px 0px 20px;font-weight:bold;
	background:url(../images/arrow2.gif) left 7px no-repeat;
	font-size:110%;	
}
.list li a { text-decoration:none;color:#036; }
.list li a:visited { color:#369;font-weight:normal;}
.list li a:hover { color:#369;text-decoration:underline; }

/*サブページ表・セルの指定(フォームのとことか)
--------------------------------------------------------- */
.ltd {
	vertical-align: top;
	background-color: #f4f4f4;
	padding: 10px;
	line-height:2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #ccc;
	border-right: 1px solid #ddd;
	color: #333;
}

.rtd {
	background-color: #fcfcfc;
	padding:10px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #fafafa;
	border-left:1px solid #fafafa;
	border-right:1px solid #ddd;
	line-height:2;
}

.hankaku {
	ime-mode:disabled;
	background-color:#fff;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(../images/input.jpg);
	padding: 4px;
	letter-spacing: 1px;
	color: #444;
}
.zenkaku {
	padding:4px;color: #444;
	border:1px solid #ccc;background-color:#fff;
	background-image: url(../images/input.jpg);
}
.kome {
	background-color:#F90;
	padding:2px 4px 0px 4px;
	color:#f0f0f0;
	font-size:9px;
	letter-spacing:1px;
	border-top:1px solid #fc3;
	border-bottom:1px solid #f73;
	border-right:1px solid #f73;
	border-left:1px solid #fc3;
	margin: 0px 0px 0px 10px;
	line-height: 2em;
}
