@charset "utf-8";

/*==========================================================================================
	00:初期化
==========================================================================================*/

html {
	overflow-y: scroll;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,img{
	margin: 0;
	padding: 0;
}
img{
	border:0px;
}

/*==========================================================================================
	01:全体
==========================================================================================*/

body {
	color: #666;
	margin:300px 0 0 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:url(../img/fuwawri/back.jpg) no-repeat center top;
}

.clear {
	clear:both;
}

/*色*/
.red {
color:#FF3366;}

/*==========================================================================================
	04:メインレイアウト
==========================================================================================*/
#title{
clear:left;
width:900px;
margin:0 auto 30px auto;
}

#kashiwa {
width:900px;
margin:0 auto 20px auto;

}

div#contents {
width:900px;
margin:10px auto 40px auto;}

div#contents table td {
padding:20px 0;
line-height:1.8;
vertical-align:top;
border-bottom:#999999 dotted 1px;
font-size:small;}

div#contents table td.ti {
width:150px;}

div#contents table td img.rei{
margin:0 0 20px 20px;}

div#contents table td.no {
border-bottom: none;}

div#contents table td div#pdf {
clear:right;
margin:20px 0 0 0;
padding:10px;
background:#F5F5F5;}


/*追加*/

.box2 {
width:900px;
margin:10px auto 50px auto;
font-size:small;
}

.box {
width:900px;
margin:10px auto 50px auto;
padding-bottom:30px;
border-bottom:#F5F5F5 5px solid;}

.box table td{
font-size:small;
}

.box table#ichi {
background:url(../img/fuwawri/boxback.gif) repeat-y;
}
.box table#ichi td {
text-align:center;
}
.box table#ichi td img {
margin:10px 0;
}

.box table#ichi td.syo {
padding:10px 0;
border-top:#999999 dotted 1px;
border-bottom:#999999 dotted 1px;
font-size:x-small;
}
.box table#ichi td.name {
padding:10px 0;
}
.box table#ichi td.bun {
width:280px;
padding:15px 0 0 0;
vertical-align:top;
line-height:1.5;
text-align:left;
}


/*==========================================================================================
	05:フッター
==========================================================================================*/

#footer {
	margin: 0 auto ;
	padding:20px;
	text-align:center;
	background:#F5F5F5;
}

