/* ページ設定用　CSS */
body {
	margin: 0px;
	padding: 0px;
	background : #fbfaf8 url(images/bg.gif);		/*壁色と壁紙画像設定*/
   	font-size:13px;
	line-height:1.6;
}

table{
   	font-size:12px;
	line-height:1.8;
}

#bg{
	width:810px;
	background:url(images/bg_con2.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
	padding-right: 0px;
	padding-left: 0px;
	text-align:center;
}

#container{
	padding-right: 50px;
	padding-left: 50px;
	/*width:760px;*/
	text-align:left;
}

#midasi{
	font-size: 11px;
	text-align:right;
	color: #333;
}

#msg{	
	margin-left:50px;
	margin-right:50px;
	line-height:2;
	font-size: 12px;
}

#pagemenu{
	padding-top: 5px;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	color:#999;
}

#pagemenu a{
	color:#999;
	text-decoration:underline;
}

#pagemenu a:hover {
   color:#f66;
}

#main_text{	
	font-size: 15px; 
	line-height:1.7;
}

#frame{
	font-size: 13px;
	line-height:2;
	font-weight: bold;
	color:#999;
}

#frame a{
	color:#999;
	text-decoration:underline;
}

#frame a:hover {
   color:#f66;
}

#light-color{
	color: #666;
}

#setumei{
	padding-right: 80px;
	padding-left: 80px;
}

#large{	font-size: 14px; line-height:1.2;}
#middle{font-size: 13px; line-height:1.2;}
#small{	font-size: 12px; line-height:1.2;}

#middle{
   	font-size:13px;
	padding-left: 40px;
	line-height:1.8;
   	color:#666;
}

#small{
	font-size:12px;
	padding-left: 40px;
	line-height:1.8;
   	color:#999;
}

#sel_mokuji{
   	font-size:13px;
	padding-left: 40px;
	line-height:1.8;
	color:#ff9900;
	font-weight: bold;
}

/*------------------*/
/*  見出し			*/
/*------------------*/
p{
	margin-left: 50px; 
	font-size: 14px; 
	line-height: 1.6;
	color: #666;
}

h1{	
	text-align: center; 
	font-size: 24px; 
	padding-top: 1em;
	color: #336666;
}

h2{	
	margin-left: 10px; 	
	padding-left: 10px; 
	border-left: 6px solid #ff0000;	
	font-size: 15px; 
	color: #003399;
}

h3{
	text-align: center; 
	font-size: 14px; 
	font-weight: normal;
}

h4{
	text-align: right; 
	font-size: 10px; 
	color: #0000ff;
}

/*------------------*/
/*  リスト			*/
/*------------------*/
ul{
	margin-left: 30px;
	margin-right: 10px; 
	font-size: 14px; 
	color: #666666; 
	line-height: 2.0; 
	padding-bottom: 20px;
}

li{
	margin-left: 10px;
	line-height: 1.6;
	font-size: 14px; 
	color: #666666; 
}

dl{
	font-size: 14px; 
	line-height: 1.6;
	font-size: 14px; 
	color: #666666; 
}

dt{ font-weight: bold;}


/*------------------*/
/*  下段メニュー	*/
/*------------------*/
#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

#footMenu a {
   color:#666666;
   text-decoration:none;
}

#footMenu li {
   font-size:13px;
   display:inline;
   margin:0 0 0 10px;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}

#copyright{
	text-align: center; 
	font-size: 12px; 
	font-weight: normal;
}

#posright{
	margin-right: 10px;
  	text-align:right;
}

#ng{
	font-weight: bold;
	color:#f00;
}

