﻿@charset   "UTF-8";

*{		
	margin : 0px;
	padding : 0px;
	border: none;
}

body{		
	text-align: center; 
	background-color : #ffffff;
}

a:link{
	text-decoration:none;
	color:#666633;
}
a:visited{
	text-decoration:none;
	color:#666633;
}
a:hover{
	text-decoration:none;
	color: #c4bd97;
}
a:active{
	text-decoration:none;
	color:#c4bd97;
}


#contentsgroup{
	height: 750px;
	width : 960px;
	margin : 0 auto;
	text-align : left;
	color : #333333;
	font-size : 12px;
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳＰゴシック","MS P Gothic",Osaka,Verdana,Arial,Helvetica,sans-serif; 
}
 
#logo{
	text-align : right;
}

#menu{
	margin : 0px;
	padding : 0px;
}


#contents{ 
	margin : 0 20 20 20px;
	padding : 0px;
	clear : both;
}

#text{
	margin-bottom : 30px;
	width : 920px;
}


h1{
	margin-bottom : 10px;
	font-size : 14px;
	color : #333333;	
	border-bottom : solid 1px #d3d3d3;
}




#footer{
	text-align : right;
	font-size : 10px;
	margin-bottom : 10px;
}


	
