/* 基本レイアウト用 */
body {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:#666666;
	line-height:18px; 
	text-align:center;
}
img {
	margin:0px;
	padding:0px;
	border:0pt solid #fff;
}
div {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
	display:block;
}
br {
	margin:0px;
	padding:0px;
	font-size:12px;
}

h1 {
	margin:0px;
	padding: 0px 0px 20px 0px;
}
h2 {
	width: 480px;
	position: relative; top: 0; left:9px;
	background-image: url(../images/bg_h2_title.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px #EC0108 solid; 
	margin: 0px;
	padding: 5px 0px 0px 30px;
	font-size:16px;
	font-weight: bold; 
	color:#333333;
}
h3 {
	margin:0px;
	padding: 0px 0px 15px 0px;
}
ul{
	margin:0px;
	padding:0px;
	list-style-image:url(../images/icon_list.gif);

}
ol{
	margin:0px;
	padding:0px;
}
li{
	margin:3px;
	padding:0px;
}
form {
	margin:0px;
	padding:0px;
}

/* ヘッダーレイアウト */
#hd_wrapper {
	width: 740px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#hd_top {
	width: 740px;
	height: 60px;
	padding: 0px;
	text-align:left;

}
#hd_t {
	width: 360px;
	padding: 0px;
	float:left;
	text-align:left;
}
#hd_s {
	width: 200px;
	padding: 6px 6px 0px 0px;
	float:right;
	text-align:right;
}
#hd_under {
	width: 740px;
	height: 37px;
	background-image: url(../images/bt_bg.gif); 
	padding: 0px;
	text-align:center;
}
/*サイドメニューレイアウト */
#side_wrapper {
	width: 166px;
	height: 95%;
	padding: 0px;
	float:left;
	text-align:left;
}




/* メインレイアウト */
#wrapper {
	width: 800px;
	background-image: url(../images/bg_main.jpg); 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#main {
	width: 740px;
	padding: 0px 0px 0px 30px;
	text-align:center;
}

#main_n {
	width: 525px;
	background-image: url(../images/side_manu_bg.gif); 
	padding: 24px;
	float:right;
	text-align:left;
}


/* フッタレイアウト */
#ft_wrapper {
	width: 740px;
	height: 80px;
	margin: 0px 0px 0px 30px;
	text-align:left;
}
#ft_top {
	width: 740px;
	height: 25px;
	background-color:#EC0108; 
	padding: 0px;
	text-align:left;
}
#ft_menu
{
	height: 23px;
	padding: 5px 0px 0px 7px;
}
#ft_under {
	width: 740px;
	text-align:left;
	background-color:#EFEFF7;
	height: 50px;
}
#ft_u_l {
	width: 355px;
	text-align:left;
	float:left;
	font-size:10px;
	line-height: 14px; 
	padding: 5px 0px 0px 10px;
	clear:#666666;

}
#ft_u_r {
	width: 355px;
	text-align:right;
	float:right;
	font-size:10px;
	line-height: 14px; 
	padding: 5px 10px 0px 0px;
	clear:#666666;
}



.clear {
clear: both;
} 

/* 通常コメントボックス */
.textbox_n {
	width: 480px;
	position: relative;
	top: 5px;
	left:40px;
	display: block;
	margin: 10px 0px 45px 0px;
}
.textbox_n2 {
	width: 480px;
	position: relative;
	top: 5px;
	left:40px;
	display: block;
	margin: 10px 0px 25px 0px;
}
.textbox_n3 {
	width: 440px;
	position: relative;
	top: 5px;
	left:80px;
	display: block;
	margin: 10px 0px 45px 0px;
}
.textbox_l {
	width: 509px;
	position: relative;
	left:10px;
	display: block;
	margin: 0px 0px 45px 0px;
}
.textbox_n_line {
	width: 460px;
	position: relative;
	top: 5px;
	left:40px;
	display: block;
	border: 1px #019977 solid; 
	margin: 20px 0px 45px 0px;
	padding: 10px;
}

.textbox_n_line2 {
	width: 490px;
	position: relative;
	left:10px;
	display: block;
	border: 1px #019977 solid; 
	margin: 0px 0px 45px 0px;
	padding: 10px;
}

.c_g { color:#EC0108}
.c_g2 { color:#005826}

/* リンクテキストレイアウト */

a:link {color: #EC0108; text-decoration: none;}
a:visited {color: #5D1F21; text-decoration: none;}
a:hover {color: #5D1F21; text-decoration: underline;}
a:active {color: #5D1F21; text-decoration: underline;}


a.ffd:link {color: #FFFFFF; text-decoration: none;}
a.ffd:visited {color: #FFFFFF; text-decoration: none;}
a.ffd:hover {color: #FFFFFF; text-decoration: underline;}
a.ffd:active {color: #FFFFFF; text-decoration: underline;}
