@charset "utf-8";
/* CSS Document */
/*////////////////////////////////////////////*/
/*- Start 共通設定 -*/
	*{padding:0px;
	margin:0px;}

	img{
		border:0px;
		padding:0px;
		margin:0px;
		vertical-align:bottom;}
	
	body{
		margin:0px;
		padding:0px;
		font-size:12px;
		letter-spacing:1px;
		line-height:150%;
		color:#191919;
		font-family:"ＭＳ Ｐゴシック", Osaka;
		background-image:url(../img/back.gif);}
	
	br.clear{clear:both;}
	
	br{letter-spacing: 0;}
 	
	div.basic{
		width:950px;
		height:auto;
		background-color:#f0fff7;
		margin: 0px auto;
		margin-top:20px;
		padding-top:10px;}
	
	div.left{
		width:230px;
		height:100%;
		padding:0px 5px 0px 15px;
		background-color:#f0fff7;
		float:left;}
	
	div.right{
		width:700px;
		height:100%;
		background-color:#f0fff7;
		float:left;}
		
	div.note1{
		width:637px;
		height:30px;
		margin: 0px auto;
		margin-top:10px;
		background-image:url(../img/note_1.gif);}
		
	div.note2{
		width:637px;
		height:100%;
		margin: 0px auto;
		background-image:url(../img/note_2.gif);
		padding:15px 0px;}
		
	div.note3{
		width:637px;
		height:30px;
		margin: 0px auto;
		background-image:url(../img/note_3.gif);}
		
	div.note{
		width:600px;
		margin: 0px auto;}
		
	div.manual{
		width:596px;
		height:190px;
		margin-bottom:15px;}
		
	div.top_coment{float:left;
		width:376px;
		height:118px;
		padding:0px 15px 15px 15px;
		background-image:url(../img/coment_back.gif);
		background-repeat: no-repeat;
		font-size:12px;}
		
	.rogo{margin-bottom:15px;}
	
	.h{color:#004c00;
		font-weight: bold;
		margin-left:50px;}
		
	.top_left{
		float:left;
		width:190px;
		height:190px;
		margin:0;
		padding:0;
		line-height:0;}
		
	.top_right{
		float:right;
		width:190px;
		height:190px;
		margin:0;
		padding:0;
		line-height:0;}
		
	.t_c{color:#009900;
		font-weight: bold;
		font-size:14px;}

	.entry{margin-left:20px;}
	
	.Copyright{text-align:center;
		color:#003300;
		font-size:12px;
		margin-top:10px;}

		 
		 
		 
