@charset "UTF-8";
@import url("./globalnav.css");
@import url("./lside.css");
@import url("./review.css");
@import url("./order.css");

*
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

body
{
	background:transparent url("../img/wakuhaikei.png") repeat-y scroll center 5px;
}

#all
{
	width: 980px;
	margin: 0 auto;
	background-color: #FFF;
}

#head
{
	margin-bottom: 20px;
}

#head h1
{
	text-align: right;
	font-size: 0.8em;
}

#head p
{
	text-align: right;
	font-size: 0.8em;
}

#maincont
{
	float: left;
	clear: both;
}

#lside
{
	width: 200px;
	float: left;
	margin-right: 25px;
	_margin-right: 7px;
}

#content
{
	width: 750px;
	float: left;
}

#content p
{
	margin: 8px 0px 8px 0px;
	font-size: 0.9em;
}

#content div.txtcont
{
	border: 1px solid #888;
	padding: 8px;
}

/* SEOテキストの強調付け */

#content div.txtcont .blueline
{
	background-color: #BBF;
	font-weight: normal;
	font-size: 1.1em;
}


#content div.txtcont .redline
{
	background-color: #FBB;
	font-weight: normal;
	font-size: 1.1em;
}


#content h3
{
	border-bottom: 4px double #999;
	border-left: 5px solid #999;
	margin: 20px 5px 10px 0px;
	color: #333;
	font-size: 1.45em;
	padding-left: 3px;
}

#content h4
{
	border-bottom: 1px dashed #999;
	margin: 20px 5px 10px 0px;
	color: #333;
	font-size: 1.1em;
	padding-left: 8px;
}

#content div.txtcont dt{
	font-weight: bold;
	font-size: 0.9em;
}

#content div.txtcont dd{
	font-size: 0.95em;
	margin:5px 0px 10px 10px;
}

#content div.txtcont li{
	list-style-position: inside;
	border-bottom: 1px #ddd dashed;
	margin: 3px 10px 10px 3px;
}

/**************/

div.imgcontent img
{
	display: block;
	margin: 0px;
}

#landing
{
	margin-bottom: 100px;
	float: left;
	clear: both;
}

#foot
{
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

#foot img
{
	border :none;
}

p.mark
{
	font-weight: bold;
	color: #F00;
	font-size: 1.1em;
}

h2.pagetitle
{
	background-image: url("../img/page_title.png");
	color: #FFF;
	font-size: 2.0em;
	padding-left: 100px;
	padding-top: 25px;
	width				: 650px!important;
	width /**/	: 750px;
	height			: 55px!important;
	height /**/ : 80px;
	margin-bottom: 50px;
}

a
{
	cursor: pointer;
}

br.clear
{
	clear: both;
}