@import "menu.css";

/* 全体 ------------------------------------------------------*/
*{ margin:0; padding:0; }
/* ---------------------------------------------------------- */

/* 背景画像の繰り返し ----------------------------------------*/
#BODY {
	width:800px;
	margin:0 auto;
	text-align:center;
	background-color:#FFFFFF;
}
/* ---------------------------------------------------------- */

/* ヘッダー START --------------------------------------------*/
#HEADER {
	width:100%;
	margin:0 auto;
	background-image:url(./images/top.jpg);
	background-repeat:repeat-x;
	height:100px;
}
#HEADER_LEFT {
	float:left;
	margin-top:10px;
	margin-left:15px;
}
#HEADER_RIGHT {
	float:right;
	text-align:right;
	margin-top:75px;
	margin-right:0;
}
a            {  }
a.menu       { color:#003300; text-decoration:none; padding:10px 3px; line-height:150%; }
a.menu:hover { color:#FF6600; text-decoration:underline; }
/* ヘッダー END   --------------------------------------------*/

/* フッター START --------------------------------------------*/
#FOOTER {
	width:100%;
        height:70px;
/*        height:80px;*/
	margin:0 auto;
	border-bottom:2px solid #FFFFFF;
	background-image:url(./images/btm_bg_kari.gif);
	background-repeat:repeat-x;
	font-size:75%;
	text-align:left;
	clear:both;
	border-left  :solid 1px #CCCCCC;
	border-right :solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}
#FOOTER_LEFT {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	line-height:120%;
	width:300px;
}
#FOOTER_RIGHT{
	float:right;
	padding-top:10px;
	padding-right:15px;
	text-align:right;
	line-height:150%;
	width:400px;
}

/* フッター END   ---------------------------------------------*/

/* メインコンテンツ ------------------------------------------*/
#MAINCONTENTS {
	width:800px;
	margin:0 auto;
	padding:0;
	font-size:75%;
	clear:both;
	border-left :solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
}
/* ---------------------------------------------------------- */

/* メインコンテンツ配下-------------------------------------- */
#CONTENTS2_LEFT {
	float:left;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	width:80px;
}

#CONTENTS2_MIDDLE {
	float:left;
	background-color:#00321D;
	margin:0;
	padding-top:15px;
	padding-left:15px;
	width:215px;
	height:325px;
	text-align:left;
}

#CONTENTS2_RIGHT {
	float:right;
	background-color:#FFFFFF;
	margin:0;
	width:490px;
}

#CONTENTS3_LEFT {
	float:left;
	background-color:#D7DEBE;
	/*margin-left:15px;*/
	margin-top:10px;
	margin-bottom:10px;
	width:500px;
	border-right:  solid 1px #00321D;
	border-left:   solid 1px #00321D;
	border-bottom: solid 1px #00321D;
	text-align:left;
}

.SCROLLBOX {
	height:150px;
	width:500px;
	border:0;
	overflow:auto ;
}

#CONTENTS3_RIGHT {
	float:right;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:220px;
}

#CONTENTS4 {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:15px;
	width:700px;
	text-align:left;
}

#CONTENTS4_LEFT {
	float:left;
	background-color:#FFFFFF;
	margin-left:35px;
	padding:5px;
	width:300px;
	text-align:left;
}

#CONTENTS4_RIGHT {
	float:left;
	background-color:#FFFFFF;
	margin-left:30px;
	padding:5px;
	width:300px;
	text-align:left;
}

#CONTENTS_RIGHT {
	background-color:#FFFFFF;
	margin:0 auto;
	padding:15px;
	width:700px;
	text-align:right;
}

#CON_IN {
	float:left;
	background-color:#FFFFFF;
	margin-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	width:620px;
	text-align:left;
	line-height:130%;
	color:#666666;
}
#SUB_CONTENTS {
	background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
/*	padding:35px; */
	width:630px;
	text-align:center;
}

/* ---------------------------------------------------------- */

.img { border:0; margin:0; vertical-align:bottom; }

table.new { margin:0px; width:440px; line-height:150%; text-align:left;}
table.prd { margin-left:50px; width:620px; line-height:150%; text-align:left;}
td.new    { padding:10px 0; vertical-align:top; background-color:#FCF9F2; }
td.new2    { padding:10px; vertical-align:top; background-color:#FFFFFF; }

li {list-style:none;}
li.disp{height:18px;}

.s_comment { color:#999999; }

.style1    { color:#E78F26; font-weight:bold; }

hr.dotted { 
	border-style: dotted none none none; 
	border-top-width: 2px; 
	border-top-color: #999999; 
	height: 1px; 
	margin:5px 0;
}

h2 { margin-bottom:0px; }

table.sumai{
  width:650px:
  margin:10px 10px 10px 40px;
  font-size:12pt;
}
table.sumai td{
  width:325px;
  padding:10px 5px 20px 20px;
  font-size:12px;
}
table.sumai img{margin-bottom:12px;}
