@charset "utf-8";
/*全体の設定*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}

/*レイアウトの設定*/
#wrap {
	width: 850px;
	_width: 880px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダーメニューの設定*/
.menu_top {
	background-color: #CCCCCC;
	height: 25px;
	width: 550px;
}
/*トップメニューの設定*/
.menu_top_txt {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
}
#menu_top_txt01 {
	float: left;
	width: 68px;
	padding-right: 10px;
	padding-left: 17px;
}

#menu_top_txt02 {
	float: left;
	width: 52px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu_top_txt03 {
	float: left;
	width: 68px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu_top_txt04 {
	float: left;
	width: 85px;
	padding-right: 15px;
	padding-left: 15px;
}
#menu_top_txt05 {
	float: left;
	width: 75px;
	padding-left: 15px;
}
.menu_top_txt a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_top_txt a:hover {
	color: #FF6600;
}
.line_menu {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#main dl.new {
	width: 548px;		/*What's Newボックスの幅*/
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #00382C;	/*What's Newのフチの右ライン。*/
	border-bottom: 1px solid #00382C;	/*What's Newのフチの下ライン。*/
	border-left: 1px solid #00382C;		/*What's Newのフチの左ライン。*/
	background: #f5f6f7;	/*What's Newボックスの背景色*/
}

/*ヘッダー（２段目）の設定*/
#top_msg {
	width: 540px;
	height: 130px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#top_msg_right {
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	width: 375px;
}

/*枠（左側）の設定*/
#block_left {
	float: left;
	width: 550px;
}
.wrap_main01 {
	width: 550px;
}
.wrap_main01_sub {
	width: 530px;
	margin: 10px;
}
.wrap_main_left {
	float: left;
	width: 254px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
}
.wrap_main_left02 {
	float: left;
	width: 254px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
	background-color: #F7FFFF;
}
.wrap_sub_main {
	float: left;
	width: 530px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
	background-color: #F7FFFF;
}

.wrap_main_center {
	background-repeat: no-repeat;
	background-position: center;
	width: 2px;
	background-image: url(image/line02.gif);
	height: 200px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.wrap_main_center_sub {
	background-repeat: no-repeat;
	background-position: center;
	width: 2px;
	background-image: url(image/line02.gif);
	height: 335px;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.wrap_main_right {
	float: left;
	width: 254px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7FFFF;
}
.wrap_main_right2 {
	float: left;
	width: 254px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.line03 {
	padding-top: 3px;
	padding-bottom: 3px;
}

/*枠（右側）の設定*/
#block_right {
	float: left;
	width: 300px;
}

/*枠（右側）画像の設定*/
#block_right_img {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.img_top3 {
	padding-top: 3px;
}

/*枠（右側）フォームの設定*/
#block_right_pnel_header {
	background-color: #F5F5F5;
}
#block_right_panel {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#block_right_panel_sub {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*フッターの設定*/
#footer {
	clear: both;
	width: 850px;
}

/*文字・段落の設定*/
h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 1.2em;
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h3 {
	font-size: 15px;
	color: #457BB8;
	padding-bottom: 5px;
}
.txt_red {
	color: #FF0000;
}
.center_txt {
	text-align: center;
}
#top_msg_right h2 {
	font-size: 16px;
	color: #457BB8;
}

/*画像の設定*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.image_left {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.line01 {
	width: 550px;
	clear: both;
}

/*アイコンと見出しの整列*/
.icon_position {
	vertical-align: middle;
}

