body{
	background:#ffffff;
	color:#555555;
	padding:0px;
	margin:0 auto;
	font-size:80%;
	line-height:160%;
	font-family:"ＭＳ Ｐゴシック",Osaka;
	text-align:center;
}

a{}
a:visited{color:#8B5DFF;}
a:hover{color:#000000;}

/*サイトタイトル*/
h1{
	font-size:28px;
	color:#fff;
	background:url(img/head.png) no-repeat;
	width:800px;
	height:250px;
	text-align:left;
	padding:10px 10px 0 10px;
	margin:0 auto;
}
h2{
	font-size:28px;
	color:#fff;
	background:url(img/headsub.png) no-repeat;
	width:800px;
	height:150px;
	text-align:left;
	padding:10px 10px 0 10px;
	margin:0 auto;
}
/*タイトル*/
h5{
	background:url(img/title.jpg);
	padding:6px;
	margin:14px 20px 14px 0px;
	#000000;
	height:24px;
	font-size:18px;
	color:#ffffff;
	border-left:25px solid #009900;
	text-align:left;
}

/*スクロールボックス*/
.scrbox720 {
	overflow: scroll;   /* スクロール表示 */ 
	width: 720px;
	height: 200px;
	background-color: white;
}

h3{margin:20px;font-size:100%;}


/*メインブロックのスタイル*/ 
#main{
	width:800px;
	background:url(img/main.gif) repeat-y;
	text-align:left;
	margin:-10px auto 0 auto;
	padding:0 10px;
}

#inbox{overflow:hidden;padding:0 10px;marigin:0 10px;}
#inbox p{padding:10px 0;margin:10px 0;}
.box{padding:0 10px;margin:0 10px;}
.top{}
.bottom{}



#foot{
	font-size:10px;
	background:url(img/foot.jpg) no-repeat;
	width:800px;
	height:80px;
	line-height:100%;
	text-align:right;
	padding:10px;
	margin:0 auto;
}
#footsub{font-size:10px;
	background:url(img/footsub.jpg) no-repeat;
	width:800px;
	height:50px;
	line-height:100%;
	text-align:right;
	padding:10px;
	margin:0 auto;
}


ul {
	margin: 12;		/* マージン */
	padding: 0;		/* パディング */
	font-size: 13pt;	/* 文字サイズ */
}
ul li {
	float: left;	/* 横並びの指定 */
	padding: 18px 10px 0px 45px;	/* パディング */
	list-style-type: none;		/* リストマークの非表示 */
	background: url(img/kao.png) no-repeat 0px 2px;	/* 画像（マーク）の指定 */
}
ul li a {
	color: #4F4F4F;	/* 文字の色 */
	text-decoration: none;	/* 下線の非表示 */
	font-family: 'Verdana', sans-serif;	/* フォントの指定 */
}
ul li a:hover {	/* マウスオーバー時の指定 */
	color: #FF51E4;	/* 文字の色 */
	text-decoration: underline;	/* 下線の表示 */
}
