﻿@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------*
ベース部分
*------------------------------------------------------------*/
#top_b {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background:url(img/bg_side.jpg) repeat-x;
	background-color:#c9f4fe;
	text-align: center;
	line-height: 1.5;
}

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

/*　　ページの整形　　*/
#container {
	text-align: left;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

/*------------------------------------------------------------*
INDEX
*------------------------------------------------------------*/
#bg {
	width: 1139px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/*　　メイン　　*/
#main {
display:block;
	width: 664px;
	float: right;
	margin: 0;
	padding: 0;
	min-height:678px;
	height: auto !important;
	height: 678px;
}

/*　　メニュー部分　　*/
#menu {
	margin:0;
	padding:0;
	width:236px;
	float:left;
}

#no_menu{display:none;}

/*------------------------------------------------------------*
内部ページ
*------------------------------------------------------------*/

#top_in{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color:#c9f4fe;
	text-align: center;
	line-height: 1.5;
	background-image: url(img/bg_side.jpg);
	background-repeat: repeat-x;
}


/*　　背景　　*/
#ibg {
	width: auto;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bg_bottom.jpg);
	background-position:center top;
	background-repeat:repeat-y;
}


#ibg2 {
	width: auto;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/mainbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/*　　メイン　　*/
#i_main {
	width: 664px;
	float: right;
	background: #fff;
	margin: 0;
	padding: 0;
	min-height:670px;
	height: auto !important;
	height: 678px;
}

/*　　メニュー部分　　*/
#i_menu {
	margin: 0;
	padding: 0;
	width: 236px;
	float: left;
}

#i_menu_no{ display:none;}

/*　　CSSなし用メニュー　　*/
i_menu_no ul, li { display:none; }

/*　　フッター　　*/
#i_footer {
	clear: both;
	width: 900px;
	height: 31px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/copy.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-bottom:0;
}

#i_footer p { display:none; }

#clear { clear:both; }

