/*ぺーじの基本デザインcss*/
body{
	margin: auto;
	background-image: url(back002.gif);
	background-attachment: fixed;
	background-position:50% 50%;
	background-repeat: no-repeat;
	font-family: "MS Pゴシック";
	position: relative;
}

#contents{
	width: 800px;
	border: none;
		background-image: url(back00_new.gif);
		background-repeat:repeat-y;		/* 背景画像繰り返し制御 */
		padding:0px 0px 10px 0px;				/* パディング一括指定 */
	margin: auto;
	margin-top: 0px;
}
h1{
	text-align:center;
	background-image: url(images/top_test2.gif);
	width:800px;
	height:500px;
	padding:0px 0px 0px 0px;	
}
h6{
line-height="60%"
}

.photo{
float:right;
}

.int{
	width: 500px;
	border: none;
				padding:0px 100px 10px 100px;				/* パディング一括指定 */
	margin: auto;
	margin-top: 0px;
	clear:both;				/* 回り込み解除 */

}

.line1{
	line-height:200%;
	}
	
p{
	font-size: 110%;
	line-height: 200%
	}

ul{
	list-style: none;
	margin: 1em 0 0 ;
	padding: 0.5em 2em;
	background-color: #FFF999;
	position: relative;
	bottom: 10px;
}

#bn {
	width: 480px;
	float: left;
	background: #FFF;
	padding:10px;
}
/*-----------------------------------------------
 __リストの設定
-----------------------------------------------*/
li {
	list-style-type: none;
}

/* __sample01
-----------------------------------------------*/
ul.sample01 {
	width: 460px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid #999;
}

ul.sample01 li {
	position: relative;
	margin: 0 0 5px;
	padding: 5px 160px 5px 15px;
	background: url(../img/mark.gif) no-repeat 2px .9em;
	border-bottom: 1px dotted #999;
}

ul.sample01 li a {
	font-weight: bold;
}

ul.sample01 li span {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 180px;
	text-align: right;
}

ul.sample01 li > span {
	right: 0;
}

li{
	display: inline;
	padding: 0 1em;
	color: #000000;

}
a{
	text-decoration: none;

	}


.separator{
height:1px;
boder:none;
border-top:1px #000000 solid; /*枠線*/
}

address{
	text-align:;
	border-top: dotted 2px #000000;
	padding-top: 5px;
	margin-top: 15px;
	}
	
.small{
	text-align:center;
		border-top: dotted 2px #000000;

		font-size:90%;
	}
.xsmall{
	text-align:center;	
		font-size:70%;
	}