/* マージン初期化 */
* {
margin:0px;
padding:0px;
}

/* 基本書体 */
body, p, caption, th, td, ul, ol, li, dl, dt, dd, form, input {
	font-family: "ＭＳ Ｐゴシック", Osaka, sanserif;
	color:#666666;
}

/* 文字サイズ */
body, td {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}
p {
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

/* リンク反応 */
a:link,a:visited {
	color:#339999;
	text-decoration: none;
}

a:active,a:hover {
	color:#339999;
	text-decoration: underline;
}



/* コンテナボックス */
#container_box {
	width:760px;
	height: auto;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	background-image:url(../images/base_img.gif);
}

/* ヘッダーボックス */
#header_box {
	clear:both; /* 主要レイアウトBOXのフロートクリア */
	width: 760px;
	height:165px;
	background: url("../images/header_bkimg.jpg") no-repeat;
}

#header_box2 {
	clear:both; /* 主要レイアウトBOXのフロートクリア */
	width: 760px;
	height:100px;
	background: url("../images/header_bkimg2.jpg") no-repeat;
}

/* HOMEへのリンク */
#home_link {
position:absolute;
width:315px;
height:25px;
top:10px;
left:10px;
display:block;
margin:0px;
padding:0px;
}

/* ページタイトル */
#page_title {
position:absolute;
width:250px;
height:25px;
top:60px;
left:20px;
display:block;
margin:0px;
padding:0px;
}

#page_title2 {
position:absolute;
width:250px;
height:25px;
top:45px;
left:20px;
display:block;
margin:0px;
padding:0px;
}


/* メニューボックス */
#menu_box {
position:absolute;
width:583px;
height:15px;
top:147px;
left:90px;
display:block;
margin:0px;
padding:0px;
}

#menu_box2 {
position:absolute;
width:583px;
height:15px;
top:77px;
left:90px;
display:block;
margin:0px;
padding:0px;
}

/* コンテンツボックス */
#contents_box {
	clear:both; /* 主要レイアウトBOXのフロートクリア */
	width: 730px;
/*	height:auto;*/
	margin-left: 15px;
	margin-top:5px;
	margin-bottom:60px;
}

/* フッターボックス */
#footer_box {
 clear:both;
 margin:0px;
 padding:0px;
 width:760px;
 height:100px;
 background: url("../images/footer_bottom.gif") no-repeat;
}


/* -------Topページ------- */

/* コンテナボックス */
#container_box2 {
	width:700px;
	height: auto;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
}

/* メニューボックス */
#menu_box2 {
	clear:both; /* 主要レイアウトBOXのフロートクリア */
	width: 583px;
	margin-left: 0px;
	margin-top:5px;
	margin-bottom:5px;
}

/* コンテンツボックス */
#contents_box2 {
	clear:both; /* 主要レイアウトBOXのフロートクリア */
	position:relative;
	margin-left: auto;
	margin-right: auto;

	margin-top:30px;
	margin-bottom:5px;
}


/* フッターボックス */
#footer_box2 {
 clear:both;
 margin:0px;
 padding:0px;
 height:100px;
}



/* gallery */
/* コンテンツボックス */
#contents_box3 {
	clear:both; /* 主要レイアウトBOXのフロートクリア */
	width: 730px;
	margin-left: 15px;
	margin-top:15px;
	margin-bottom:5px;
}

