@charset "utf-8";
/**********************************
　　　　　　　基本
**********************************/

*{ margin: 0; padding: 0;}


a:link{
	color: #362e2b;
}
a:visited{
	color: #362e2b;
}
a:hover{
	color: #362e2b;
	text-decoration: none;
}


li{ list-style-position:inside;}

hr{
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
	border: none;
}

img{ border: none;}


.right{
	text-align: right;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}



body{
	background: url(../img/bk.jpg);
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,  sans-serif;
}

#body{
	background: url(../img/bk_body.jpg) no-repeat center top;
	margin: 0px auto;
	width: 100%;
	overflow:hidden;
	padding-bottom: 100px;
}

#body_sub{
	background: url(../img/bk_body_sub.jpg) no-repeat center top;
	margin: 0px auto;
	width: 100%;
	overflow:hidden;
}


#footer{
	background: url(../img/footer_bk.jpg) no-repeat center bottom;
	margin: 0px auto;
	width: 100%;
	padding-bottom:150px;
	padding-top: 250px;
	font-size: 90%;
	color: #59493f;
}



#header{
	width: 400px;
	margin: 0px auto 30px;
	overflow:hidden;
}

h1{
	float: right;
	margin: 80px 0px 0px 50px;
}

ul#nav{
	float: right;
	margin: 90px 0px 0px 0px;
}

ul#nav li{
	float: right;
	list-style: none;
	margin-left: 20px;
}

ul#nav_sub{
	float: right;
	margin: 90px 0px 0px 0px;
}

ul#nav_sub li{
	float: right;
	list-style: none;
	margin-left: 15px;
}

p#top_poem{
	text-align: center;
}

#contents01{
	width:600px;
	margin: 100px auto;
	color: #362e2b;
	line-height: 2;
	font-size: 90%;
}

#contents02{
	width:750px;
	margin: 100px auto;
	color: #362e2b;
	line-height: 2;
	font-size: 90%;
}

#contents03{
	width:850px;
	margin: 100px auto;
	color: #362e2b;
	line-height: 2;
	font-size: 90%;
}

h2#name{
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 30px;
}

p.margin_bottom{
	margin-bottom: 30px;
}

dl{
	margin-bottom: 50px;
	margin-left: 50px;
}

#photo{
	float: left;
	margin: 0px 20px 5px 5px;
}

h2.h2_works{
	font-weight: normal;
	font-size: 130%;
	margin-top: 50px;
	text-align: center;
}

/*******************
    table01
*******************/
table.table_01{
	margin: 10px auto;
}

table.table_01 td{
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 5px 0px;
}

table.table_01 td.top_op{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 30px;
	font-size: 80%;
}

table.table_01 td.top_title{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 300px;
}

table.table_01 td.top_name{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 100px;
}

table.table_01 td.top_other{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 250px;
}


table.table_01 td.topleft{
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	text-align: center;
	width: 30px;
}


table.table_01 td.left{
	border-left: 1px #000000 solid;
}


/*******************
    table02
*******************/
table.table_02{
	margin: 10px auto;
	width: 100%;
	line-height: 1.5;
}

table.table_02 td{
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 5px;
}

table.table_02 td.top_no{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 30px;
	font-size: 80%;
}

table.table_02 td.top_title{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 200px;
}

table.table_02 td.top_price{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 60px;
}

table.table_02 td.top_other{
	border-top: 1px #000000 solid;
	text-align: center;
	width: 350px;
}


table.table_02 td.topleft{
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	text-align: center;
	width: 60px;
}


table.table_02 td.left{
	border-left: 1px #000000 solid;
}


/*******************
    table03
*******************/
table.table_03{
	margin: 10px auto;
	width: 500px;
	line-height: 1.5;
}

table.table_03 td{
	padding: 20px;
	border-bottom: 1px #999999 dashed;
}


/*******************
    table04
*******************/
table.table_04{
	margin: 10px auto;
	width: 400px;
}

table.table_04 td{
	padding: 5px;
	border-bottom: none;
}



p.memo-text3{
     margin:0px;
     padding: 10px 20px;
     font-size: 100%;
	 border: 2px #666666 solid;
	 width: 50%;
	 margin: 3px auto;
	 text-align: center;
}


#tobuy_box{
	border: 1px #666666 solid;
	padding: 20px;
	line-height: 1.5;
	margin: 20px auto;
}


#mail_item{
	border: 1px #999999 solid;
	padding: 10px 20px;
}


.item_image{
	text-align: center;
}

.item_image img{
	margin: 10px 5px 10px 5px;
	border: 1px #999999 solid;
}

table.table_02 h3{
	font-size: 110%;
	font-weight: normal;
	border-bottom: 1px #999999 dashed;
	margin-bottom: 10px;
}





.font_bikou{
	font-size: 80%;
	line-height: 1;
}

.works_link{
	text-align: center;
}