@charset "utf-8";
/* CSS Document */

body{
		margin: 0;
		padding: 0;
		background-color:#FFECD7;
		background-image:url(img/bg.gif);
		background-position:center;
		background-repeat: repeat-y;
		color:#513C2F;
		font-size:14px;
		font-family:Verdana, Geneva, sans-serif;
}
a {
	color:#513C2F;
	text-decoration:none;
}
a:hover{
		text-decoration:none;
		color:#F96;
		border-bottom:3px dotted #F66;
}

p.title{
		color:#513C2F;
		font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
		font-size:18px;
		font-weight:bold;
}

td.main_t{
		background-image:url(img/top_logo.jpg);
		background-position:left;
		background-repeat:no-repeat;
		width: 635px;
		height: 400px;
		margin: 0;
		}

#header ul{
		margin-top:250px;
		}
		
#header ul li{
		display:inline;
		list-style-image:url(img/icon.gif);
		width:635px;
		font-size:20px;
		font-weight:bolder;	
		}		
#moji {
		margin:30px;
		line-height:1.8em;
		background-image:url(img/hana.gif);
		background-repeat:no-repeat;
		background-position:bottom right;
		}
				
p.main{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:20px;
		color:#362e2b;
		background-color:#FFF;
		border-bottom:3px dotted #F96;
		margin: 0;
}

p.main_n{
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		color:#362e2b;
}

ul{
	list-style-type:none;
}
li{
		margin : 0;
}