/* CSS Document */
html{
	height:100%;
	margin:0;
	padding:0;
}

body{
margin:0;
padding:0;
height:100%;
font-size:12px;
line-height:18px;
color:#666;
background-image:url(images/back.jpg);
background-attachment:fixed;
background-repeat:repeat-x;
}

h1{
	margin:0;
	margin-left:10px;
	padding:0;
	psition:absolute;
}

img{
	border:0px;
}

a{/*リンクされた文字*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:#333;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:#333;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:#0000ff;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

#sidenavi{
	width:160px;
	height:100%;
	float:left;
	margin:0px 0px 0px -15px;
	padding:0px;
	posiotion:absolute;
	clear: both;
}

#sidenavi ul{
	list-style-type:none;
	margint-top:20px;
	posiotion:absolute;
}

#sidenavi li	{
	border-bottom: solid 1px #D1D1D1;
}
#sidenavi li a	{
	display: block;
	width: 140px;
	padding: 5px 5px 5px 10px;
	text-decoration: underline;
	color: #333;
}
#sidenavi li a:hover	{
	padding: 5px 5px 5px 15px;
	text-decoration: underline;
	color: #999;
}

#sidenavi:after {
	display: block;
	clear: both;
}

#main{
	width:540px;
	height:100%;
	margin:0 auto;
	margin-left:180px;
	background-color:#FFFFFF;
	posiotion:absolute;
}

#main:after {
	display: block;
	float:clear;
	clear: both;
}

#header{
	margin:0;
	padding:0;
}

#footer{
	bottom:0px;
	margin:0 auto;
	padding:0;
	width:700px;
	height:60px;
}

#footer .top{
	width:700px;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:right;
	border-bottom:solid #666 2px;
}

#footer p{
	margin:0;
	padding:0;
}

#main h2{
margin-bottom: 1em;
margin-top:20px;
padding: 5px 10px;
border-bottom: 1px dashed #14256A;
border-left: 5px solid #14256A;
background-color: #EEE;
font-size: 14px;
color:#333;
} 

#main h3{
margin-bottom: 1em;
margin-top:20px;
margin-left:15px;
padding: 5px 0px;
border-bottom: 1px dashed #14256A;
font-size: 12px;
color:#333;
} 

#main dl{
	margin-left:30px;
}

#main dt{
	float: left;
	width: 8em;
	margin-bottom:10px;
}
#main dd {
	margin-left: 3em;
	margin-bottom:10px;
}

#main dt.red{
	color:#ff0000;
}

#main p.txt{
	margin-left:15px;
}

#main table.hyo{
	margin-left:15px;
	border-collapse:collapse;
}

#main table.hyo th{
	background-color: #EEE;
	border: 1px solid #666;
	padding:5px;
}

#main table.hyo td{
	padding:5px;
	border: 1px solid #666;
}

.imgfloat_r{
	float:right;
	margin:0px 0px 10px 40px;
}

.imgfloat_l{
	float:left;
	margin:0 40px;
}

.imgfloat_r2{
	float:right;
	margin:10px 0px 40px 40px;
}

.imgfloat_r,.imgfloat_r2,.img_float_l:after{
	clear: both;
}

.sitsudo_back{
	width:97%;
	height:auto;
	padding:5px 20px 0 0;
	background-image:url(images/sitsudo_back.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	margin-top:-12px;
}

table.item{
	margin-left:25px;
	margin-bottom:20px;
	border-bottom: 1px dashed #999;
}

table.item th{
	text-align:left;
	font-size:14px;
}
.comment{
	font-size:10px;
	font-weight:normal;
}

strong.price{
	font-size:14px;
	color:darkred;
}

table.list{
	margin:0 15px;
}

table.list td{
	font-size:10px;
}