@charset "shift_jis";

/* -------------------------- universal reset -------------------------- */
body,
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd, li,
address, form, fieldset, blockquote,
table {
	margin: 0;
	padding: 0;
}

/* すべてのブラウザで、どのような状況でも縦スクロールバーを表示 */ 
html { 
	 overflow: scroll; 
	 overflow: -moz-scrollbars-vertical; /* Firefoxの先行実装 */ 
	 overflow-x: scroll; /* Firefoxで横スクが表示されない問題を回避 */ 
}

/* IE 7のhasLayout問題を解決 */ 
*:first-child+html * { 
  letter-spacing: 0; 
}

/* テーブルセルのボーダーの設定 */ 
table { 
  border-collapse: collapse; 
  border-spacing: 0; 
} 

/* 画像のリンクボーダーを非表示に */ 
img { 
  border: 0; 
} 

/* 画像とフォームパーツの上下位置をテキストの真ん中に */ 
img, input, select, textarea { 
  vertical-align: middle; 
}
/* -------------------------- body and base setting -------------------- */
body {
	position: relative;
	font-size: small;
	line-height: 1.4em;
}

h1,h2,h3,h4 { clear: both; }
h1 { font-size: 2em;}
h2{font-size: 1.5em;}
h3,h4 { font-size: 1.2em;}

ul { list-style:none;}

img { border: none; }

table { border-collapse: collapse;}

a:link, a:active, a:visited {
	/* --text-decoration: none;-- */
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #888888;
	text-decoration: underline;
}

.none { display:none;}

/* -- float_setting -- */
.clear { clear: both; }
.f_right { float: right; }
.f_left { float: left; }

img.f_right { float: right; margin:0 0 15px 15px; }
img.f_left { float: left; margin:0 15px 15px 0; }

/* -- text_setting -- */
.block_end { margin-bottom: 15px;}
.t_right { text-align: right;}
.t_small { font-size: x-small;}
.t_med { font-size:medium;}
.t_strong { font-weight: bold;}
.t_indent { text-indent: 1em;}
.t_center { text-align:center;}
.t_underline { text-decoration:underline;}
.t_through { text-decoration: line-through;}

.red {
	color: #FF0000;
	font-size: 0.85em;
}
.fsize1{font-size: 1.5em;
	padding: 20px 0 5px 0;
}
.xe a{color: #0000ff;}
.xe{padding-bottom: 10px;}
.blue { color: #0000ff;}

.cap {margin-bottom: 25px;}
.para p {padding-bottom: 15px;}
.para h3 {padding-bottom: 15px;}

/* -- hr_setting -- */
hr { clear:both; }
hr.dot { border:none; border-bottom:#CCCCCC dotted 1px; margin:10px 0;}
hr.dsh { border:none; border-bottom:#CCCCCC dashed 1px; margin:10px 0;}
hr.clear { clear: both; visibility:hidden; margin:1px 0; }

/* -- ul_setting -- */	
ul.decimal { list-style: decimal; margin: 0 0 0 2em; }
ul.disc { list-style: disc; margin: 0 0 0 2em; }
ul.square { list-style: square; margin: 0 0 0 2em; }
ul.decimal li,ul.disc li,ul.square li { margin-bottom: 0;}
ul.icon {list-style-image: url("../images/listicon.gif");}

/*--------- clearfix -----------*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* Hides from IE-mac \*/ 
.clearfix {display: inline-block;} 
/* End hide from IE-mac */
* html .clearfix {height: 1%;} 
.clearfix {display: block;}

/*------------------- 基本設定  ------------------------*/
body{
	color:#555555;/*サイトテキスト基本カラー*/
}

#wrap01 {
	width:980px;
	margin: 10px 10px;
	background: #FFFFFF;
}

h1{
	padding-bottom: 20px;
	font-size: 10px;
	color: #ccc;
}

.buynow{
	padding-left: 30px;
}

#header{
	margin-bottom:10px;
}
#header h2{
	margin-bottom:15px;
}

.gimg{
	clear: both;
	margin-top:10px;
	padding-left:20px;
	padding-bottom: 20px;
}
.count{
	clear: both;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:10px;
}
.date{
	padding: 5px 0 15px 20px;
}
.image_bm{margin-bottom: 10px;}

#topmenu{
	padding: 15px 0 15px 20px;

}
/*
#topmenu ul li{
	padding-bottom: 7px;
}*/

#navi {
	width:210px;
	float:left;
	margin-bottom:10px;
}
#contents {
	padding: 0 0 10px 0;

}

div.text_block { margin: 0 15px;}

#footer {
	clear:both;
	width:980px;
	margin: 5px auto;
	padding: ;

}
#footer ul {
	text-align:center;
	}
#footer ul li {
	display:inline;
}

/*-------------------------- What's New ----------------------------*/

dl.toppage {
	clear:both;
	line-height:0.8em;
	margin:0 0 1em 0;
}
dl.toppage dt{
	clear:both;
	float:left;
	display:block;
	width:100px;
	padding: 0.5em 0 0 0 ;
	font-weight:bold;
	line-height:1.3em;
}
dl.toppage dd {
	display:block;
	width: 630px;	
	margin:0 0 0 100px;
	padding: 0.5em 0 0 0 ;
	line-height:1.3em;
}

.btmargin{
	margin-bottom: 20px;
}
#pp{
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-------------------------- jyousai_ss ----------------------------*/
div .ss_ctr {

}
li {
	margin-bottom: 20px;
	
}
ul {
	
}


