body {
	font-size: 12px;
	line-height: 160%;
	color: #666666;
	background-color: #ffffff;
	background-image:url(../img/back.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	text-align:center;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
img {
	border: none;
}
.phot_l {float:left;
		margin-right:15px;
		margin-bottom:10px;
		}
.phot_r { float:right;
		margin-left:15px;
		margin-bottom:10px;
		}
/*----------リストページ----------*/
#content {
	width: 800px;
	margin:15px 0px 15px 0px;
}

.phot_line {
/*		float:left; */
		margin-right:5px;
		padding:2px;
		border:1px #999999 solid;
		}
.h_item {padding:10px 10px 0px 5px ;
		border-bottom: #339999 solid 1px;
		font-size:13px;
		color:#339999;
		font-weight:bold;
		margin:0px 10px 0px 5px ;
		}
.h_tenpo {margin:0px 10px 0px 0px;
			padding:0px;
			}

/*----------アイテムページ----------*/
h3 { font-family:"ＤＦＧ特太ゴシック体";
	color:#999999;
	font-size:24px;
	margin-left:20px;
	border-left:10px #CC0000 solid;
	padding-left:10px;
	line-height:140%;
	}
#content_i {
	width: 800px;
	margin:15px 0px 15px 0px;
	background-image:url(../img/back_m.gif);
}
#tenpo {margin:0px;
		padding:6px 0px 0px 20px;
		height:44px;
/*		background:url(../img/d001.gif) no-repeat;*/
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
		font-weight:bold;
		font-size:18px;
		color:#FFFFFF;
		line-height:200%;
		}
/*
#tenpo2 {margin:0px;
		padding:6px 0px 0px 20px;
		height:44px;
		background:url(../img/d002.gif) no-repeat;
		font-family:"ＤＦＧ特太ゴシック体";
		font-size:18px;
		color:#FFFFFF;
		line-height:200%;
		}
#tenpo3 {margin:0px;
		padding:6px 0px 0px 20px;
		height:44px;
		background:url(../img/d003.gif) no-repeat;
		font-family:"ＤＦＧ特太ゴシック体";
		font-size:18px;
		color:#FFFFFF;
		line-height:200%;
		}
*/
.phot_main { padding:5px;
				border:#999999 solid 1px;
				}
.phot_main_s { padding:5px;
				border:#999999 solid 1px;
				margin:10px 10px 0px 0px;
				}
#side {
	width: 350px;
	height:auto;
	float: right;
	padding: 0px;
	margin:0px;
	text-align:center;
	padding-bottom:20px;
}
.text_s { width:300px;
		padding:10px;
		border:#999999 solid 1px;
		text-align:left;
		background-color:#FFFFFF;
		margin:0 auto;
		}
#main {
	width: 430px;
	float: left;
	padding-left:20px;
}
/*----------body枠----------*/
#container { 
	width: 800px;  
	background: #FFFFFF;
	margin: 0px auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
/*----------ヘッダ----------*/
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 800px;
}
#header h1 {
	font-size: 9px;
	text-indent: -5000px;
	margin:0px;
	position:absolute;
	top: 0px;
	left: 0px;
	}

/*--------ヘッダ内コメント--------*/
#header #tag-line {
	position: absolute;
	font-size: 11px;
	line-height: 110%;
	width: 474px;
	left: 317px;
	top: 25px;
	
}
/*----------フォント----------*/
.fontbig {font-size: x-large;
line-height: 145%;
}
.font16 {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
.font15 {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
.font14 {
	font-size: 14px;
	text-align: left;
	line-height: 145%;
	font-weight: bold;
}
.font13 {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
}
.font12{font-size: 12px;
		line-height: 135%;
		text-align: left;
}
.font12red {
	font-size: 12px;
	line-height: 135%;
	color: #FF9900;
}
.font11{font-size: 11px;
		line-height: 135%;
		text-align: left;
}
.font10{font-size: 10px;
		line-height: 135%;
		text-align: left;
}
.font9{font-size: 9px;
		line-height: 135%;
		text-align: left;
}
.fontlarge {
	font-size: xx-large;
	color: #6666FF;
	line-height: 145%;
}
/*----------枠ライン----------*/
.tdline {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
.wakuline {
	padding: 5px;
	border-top:#FFFFFF solid 1px;
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-left:#FFFFFF solid 1px;
}
/*----------フッタ----------*/
#footer {
	height:40px;
	padding:0;
	background: url(../img/footer.jpg) no-repeat;
	text-indent: -5000px;
}
#footer_l{
	width:450px;
	float:left;
	padding-left:20px;
	}
#footer_r{
	width:280px;
	float: right;
	font-size:11px;
	color:#999999;
	text-align:right;
	padding-right:20px;
	}
.end{
    clear:both;
	margin:0px;
	padding:0px;
	height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Clears
*************************************************/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* HIDE IEmac-5 \*/
	* html .clearfix {height:1%;}
	*+html .clearfix {height:1%;}
	.clearfix {display:block;}
/* END HIDE IEmac-5 */

/*
*************************************************/
/* #container #content #list1 { */
#container #content .itemlist {

	margin: 10px 10px 10px 0px;
	float: left;
	width: 250px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
}

