/*---------　ページ設定　---------*/
body{	margin:0px;
     	padding:0px;
	background:#505038;
	color:#ffffff; 
	 }



/*----------　段落設定　----------*/
.page{	margin:0px auto;
	padding:0px;
	width:800px;
	background-color:#181913;
	background-image:url(bg/light-bg.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	}

.main{	margin:0px auto;
	padding:0px;
	background-repeat:repeat-y;
	}

.head{	margin:0px auto;
	padding:0px;
	width:800px;
	background-color:#273514;
	text-align:center;
	}

.hidari{margin:10px;
	padding:20px;
	width:260px;
	float:left;
	text-align:center;
	}

.migi{	margin:10px 30px 10px 10px;
	padding:0px;
	width:430px;
	float:right;
	}

.foot{	margin:0px auto;
	padding:10px;
	width:780px;
	background-color:#343515;
	clear:both;
	}



/*----------　文字設定　----------*/
.Copyright{
	margin:0px;
	padding:0px;
	font-size:x-small;
	text-align:center;
	}

p{	line-height:1.4;}

h1{	font-size:medium;
	line-height:0.8;}



/*------------　画像設定　------------*/
img{	border:none;
	margin:0px;
	padding:0px;
	}

.title{	border:none;
	margin:0px 30px 30px 30px;
	padding:0px;
	text-align:center;
	}


/*-----------　リンク設定　-----------*/

a{	border:none;
	text-decoration:none;
	margin:0px;
	padding:0px;}