@charset "euc-jp";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	text-align:center;
}

a:link {
	color: #69C;
	text-decoration: underline;
} /* 通常時 */
a:visited {
	color: #3872AB;
	text-decoration: underline;
} /* 訪問済 */
a:active { 
	color: #3872AB;
	text-decoration: underline;
} /* クリック時 */
a:hover { color: #3872AB ; } /* オンマウス時 */


/*レイアウト*/


#top_line{
	width: 100%;
	margin: 0px;
	background-color:#009;
	height:10px;
	}

#wrap{
	width: 850px;
	margin: 0px auto;

	}


#my_header{
	width: 850px;
	height:65px;
	padding: 0px;
	background-color: #ffffff;

}
#my_title{	
	width: 850px;
	height: 254px;
	text-align: center;
	}
	
	
#my_contents{
	width: 800px;
	margin-left:20px;
	margin-right:20px;
	}

#my_footer{
	width: 850px;
	height:65px;
	padding: 0px;
	background-color: #ffffff;

}
#bottom_line{
	width: 100%;
	margin: 0px;
	background-color:#009;
	height:18px;
	font-size:12px;
	color:#fff;
	text-align:center;
	}

	
/*/////ボックス//////*/


div.lage_box1{
	width: 800px;
	background-image: url(../images/bgline_blue.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	margin-top:30px;
	}
	
div.contents_box1{
	width: 794px;
	margin-left:6px;
	background-image: url(../images/img_makino.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
table.dvd_box1{
	font-size:12px;
	}
	
div.lage_box2{
	width: 800px;
	background-image: url(../images/bgline_pink.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	margin-top:60px;
	}

div.contents_box2{
	width: 794px;
	margin-right:6px;
	background-image: url(../images/img_osugi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}

div.lage_box3{
	width: 800px;
	background-image: url(../images/bgline_ice.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	margin-top:60px;
	}

div.contents_box3{
	width: 794px;

	margin-left:6px;
	background-image: url(../images/img_shinohara.jpg);
	background-repeat: no-repeat;
	}
	
	
/*共通*/

.font_12{
	font-size:12px;	
	}

.font_14{
	font-size:14px;
	}