*{
	font-size: 12px;
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
}
a{
	color: #32527A;
	text-decoration: none;
}
	a:hover{text-decoration: underline;}
	a:visited{color: #32527A;}
ul{
	margin: 0;
	text-align: left;
}
ul li{
	list-style: none;
}
img{
	float: left;
	margin: 0 10px;
}
strong,em{
	font-style: normal;
}
small{
	font-size: small;
}
h1{
	margin: 5px 0;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
h2{
	font-size: 14px;
	text-align: left;
}
h3{
	font-size: 12px;
	text-align: left;
}
.clearfix:after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
	min-height: 1px;
}
* html .clearfix{
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.proper{
	text-decoration: line-through;
}
.sellprice{
	font-weight: bold;
	font-size: 14px;
	color: red;
}
/*****Prefarences********/

/* @group Prefarences */

blockquote{
	padding: 10px;
	margin: 10px;
	border: 1px dashed #666;
	background: #EFEFEF;
}
table{
	margin: 10px auto;
	table-layout: fixed;
	text-align: left;
	border: 1px #E3E3E3 solid;
	border-spacing: 0;
}
	table th{
		color: #333;
		border: none;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		border-top: 1px solid #C1DAD7;
		background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

	table td{
		border: none;
		border-right: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		background: #fff;
		padding: 4px 4px 4px 8px;
		color: #6D929B;
	}
	table tr.alt{
		background:#f9fcfe;
}



/* @end */
body{
	background: #EFEFEF url(images/bg.gif) repeat-x;
}
div#container{
	width: 85%;
	margin: 0 auto;
}
div#header{
	padding: 20px;
	text-align: left;
	background: #EFEFEF url(images/bg.gif) repeat-x;
}
	#header p{
		height: 2em;
		
}
div#content{
	padding: 10px;
	background: #FFF;
}

div#main{
	position: relative;
	float: right;
	width: 70%;
	padding: 10px;
	text-align: justify;
	line-height: 1.5em;
}

	#main h2{
		padding-left: .5em;
		margin: 5px 0;
		border-left: 5px solid orange;
	}
	#main p{
		margin-left: 2em;
}
	#main ul{
		margin-left: 2em;
}
	#main dl dt{
		font-weight: bold;
		font-style: italic;
		border-bottom: 1px dotted #666;
}
	#main dl dd{
		font-style: italic;
}
div#inner p{
		float: left;
		width: 30%;
		margin-left: 0;
		text-align: justify;
	}

div#sidebar{
	position: relative;
	float: left;
	width: 25%;
	//min-width: 200px;
	line-height: 1.5em;
	background: transparent;
}
	#sidebar h2{
		margin: 5px 0;
	}
	#sidebar p{
		padding: 5px 10px;
		text-align: left;
	}
	#sidebar div#addClips{
		margin: 10px;
	}
	#sidebar ul#links{
		margin-right: 1em;
	}
	#sidebar ul#links li{
		line-height: 1.5em;
	}
	div#ads{
		float: left;
		margin: 0 10px;
	}
div#footer{
	clear: both;
	height: 20px;
	padding: 20px;
	color: #999;
	background: transparent;
}