@charset "utf-8";
/***************************************
HTML設定
***************************************/

body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin: 0px;
}
p,dd{
	line-height: 150%;
}

a:link,
a:visited,
a:active {
	color: #666666;
}
a:hover {
	color: #CC0000;
}

/***************************************
HTML設定End
***************************************/

/***************************************
レイアウトの設定
***************************************/
#Container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	background: url(../img_common/head_line.jpg) repeat-x;
	width: 800px;
	padding-top: 27px;
	text-align: left;
}
#Content{
	background-image: url(../img_common/bg_line.jpg);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
}
/*--------------------------------------
回り込み解除 
--------------------------------------*/
#Content:after{
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#Content{
	display: inline-table;
	clear: both;
}
/* Hides from IE-mac \*/
* html #Content{height: 1%;}
#Content{
	display: block;
}
/* End hide from IE-mac */
/*--------------------------------------
回り込み解除 End
--------------------------------------*/
/*--------------------------------------
ナビゲーション
--------------------------------------*/
#logo {
	height: 103px;
	width: 202px;
	background-image: url(../img_common/menu_top_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 59px;
	background-color: #FFFFFF;
	padding-top: 15px;
}
#NavGuide{
	width: 202px;
	float: left;
}
#Nav{
	float: left;
	width: 202px;
	background-image: url(../img_common/menu_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}
.menu A {
	background-image: url(../img_common/menu_1.jpg);
	width: 160px;
	text-decoration: none;
	margin-left: 20px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.menu A:hover {
	background-image: url(../img_common/menu_2.jpg);
	display: block;
	width: 160px;
	margin-left: 20px;
}
.menuTEXT {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.menuTEXT2 {
	background-image: url(../img_common/mark.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	margin-top: 10px;
	padding-left: 15px;
	margin-left: 20px;
	background-position: left center;
}
/*--------------------------------------
ナビゲーション End
--------------------------------------*/
/*--------------------------------------
コンテンツ
--------------------------------------*/
#Main{
	float: left;
	width: 598px;
}
.menuBOX {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#mainIMG {
	width: 598px;
	background-image: url(../img_common/main.jpg);
	background-repeat: no-repeat;
	height: 167px;
}
#mainIMG2 {
	width: 598px;
	background-image: url(../img_common/main_top.jpg);
	background-repeat: no-repeat;
	height: 266px;
}
#topMENU {
	width: 215px;
	background-image: url(../img_common/top_menu.jpg);
	height: 30px;
	float: right;
}
#topMENU ul,#topMENU li {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#topMENU li {
	float: left;
	text-decoration: underline;
	margin-top: 15px;
	font-size: 12px;
}
#mainBOX {
	width: 595px;
}
#sitemap {
	width: 106px;
	text-align: center;
}
#contact {
	width: 106px;
	text-align: center;
}
#IMGBOX {
	float: right;
}
#IMGtext {
	float: right;
	clear: both;
	padding-top: 130px;
	width: 215px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	display: block;
	margin-right: 5px;
}

#MainSub {
	width: 540px;
	margin-top: 30px;
	margin-left: 30px;
	clear: both;
}
/*--------------------------------------
コンテンツEnd
--------------------------------------*/
#Footer{
	background: url(../img_common/foot_line.gif) repeat-x top;
	width: 800px;
	clear: both;
}
#FooterMenu {
	padding-top: 30px;
	padding-bottom: 18px;
	padding-left: 20px;
}
#FooterMenu ul,#MENU li {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	clear: both;
}
#FooterMenu li {
	text-decoration: underline;
	font-size: 12px;
	margin-right: 10px;
	float: left;
}
#Copyright {
	width: 780px;
	background-image: url(../img_common/cp_line.jpg);
	padding-left: 20px;
	height: 22px;
	display: block;
	padding-top: 8px;
	clear: both;
}
#ad {
	width: 160px;
	text-decoration: none;
	margin-left: 20px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 50px;
}
#menuBOX {
	width: 535px;
	margin-top: 30px;
}
.linkNAV {
	padding-bottom: 20px;
}

