/* layout --------------------------------------------------> */
/* commented backslash hides from ie5mac \*/ 
html {
	height: 100%;
	margin: 0;
	padding: 0
} 
/* end hack */ 

html,body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-size: 12px;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
	color: #333333;
}
body {	
	text-align: left;
	min-width: 992px;/* for mozilla*/
	height: 100%;
	background: url(/images/bg_10x285.png) repeat-x left top;
}

#body_bg_515 {
	background: url(/images/bg_10x515.png) repeat-x left top;
}

#wrapper {
	background: url(/images/footer_10x105.png) repeat-x left bottom;
	_height: 105px;
}

#outer {
	height: 99%;
	min-height: 100%;
	width: 992px;
	text-align: left;
	margin: auto;
	position: relative;
	overflow: visible;
	background: url(/images/220x10.png) repeat-y left top;
}

/* mac hide \*/
* html #outer {
	width: 992px
}
/* end hide*/

html>body #outer {
	height: auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner {
	width: 100%;
	padding-top: 121px;/*needed to make room for header*/
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 992px;
	height: 121px;
	z-index: 7;
	background: url(/images/header_992x121.png) no-repeat left top;
}

/* mac hide \*/
* html #outer, * html #header {
	width: 992px;
}
/* end hide*/

#footer {
	width: 992px;
	clear: both;
	height: 105px;
	left: 0px;
	bottom: 0px;
	position: relative;
	background: url(/images/footer_992x105.png) no-repeat left top;
	font-size: 11px;
}
#footer_text {
	padding-top: 14px;
}
* html #footer {
	margin-bottom: -1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height: 105px;
	/* for ie*/
}
/* end hide*/

div,p {
	margin-top: 0px;
}/*clear top margin for mozilla*/

#right {
	width: 768px;
	float: right;
	z-index: 5;
}
#right-inner {
	width: 100%;
	text-align: left;
	padding-bottom: 35px;
}

#left {
	position: relative;/*ie needs this to show float */
	width: 224px;
	float: left;
	z-index: 6;
}
#left-inner {
	width: 220px;
	padding-top: 30px;
	background: url(/images/left_220x271.png) no-repeat left top;
	text-align: left;
	line-height: 160%;
}

#left2 {
	position: relative;/*ie needs this to show float */
	width: 224px;
	float: left;
	z-index: 6;
	margin-top: 270px;
	background: url(/images/220x10.png) repeat-y left top;
}
#left-inner2 {
	width: 220px;
	text-align: left;
	line-height: 160%;
}


#clearfooter {
	width: 100%;
	height: -105px;
	clear: both;
} /* to clear footer */

html>body #minHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -105px;
} /*safari wrapper */

img {
	/*vertical-align: bottom;*/
}

p.hide {
	display:none;
}

/* <-------------------------------------------------- layout */

/* common --------------------------------------------------> */
.cboth {
	clear: both;
}

.c-both {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0px;
	visibility: hidden;
}

a {
	color: #003366;
	text-decoration: none;
}
a:hover { 
	color: #003366;
	text-decoration: underline;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.under {
	text-decoration: underline;
}
/* <-------------------------------------------------- common */

/* header --------------------------------------------------> */
#header_logo {
	position: absolute;
	top: 5px;
	left: 0px;
	/*border: 1px solid #ff0000;*/
}

/* header_menu --------------------------------------------------> */
ul#header_menu {
	position: absolute;
	top: 36px;
	left: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 582px;
}
ul#header_menu li {
	list-style: none;
	float: left;
	width: 145px;
}
ul#header_menu a {
	display: block;
	width: 145px;
	height: 26px;
	text-indent: -100px;
	background-image: url(/images/header_menu_582x52.png);
	overflow: hidden;
}
a.header_menu_1 {
	background-position: 0px 0px;
}
a:hover.header_menu_1 {
	background-position: 0px -26px;
}
a.header_menu_2 {
	background-position: -145px 0px;
}
a:hover.header_menu_2{
	background-position: -145px -26px;
}
a.header_menu_3{
	background-position: -290px 0px;
}
a:hover.header_menu_3{
	background-position: -290px -26px;
}
a.header_menu_4{
	background-position: -435px 0px;
}
a:hover.header_menu_4{
	background-position: -435px -26px;
}

#header_menu_1 {
	position: absolute;
	top: 36px;
	left: 220px;
	width: 145px;
	height: 26px;
	background-image: url(/images/header_menu_582x52.png);
	background-position: 0px -26px;
}
#header_menu_2 {
	position: absolute;
	top: 36px;
	left: 365px;
	width: 145px;
	height: 26px;
	background-image: url(/images/header_menu_582x52.png);
	background-position: -145px -26px;
}
#header_menu_3 {
	position: absolute;
	top: 36px;
	left: 510px;
	width: 145px;
	height: 26px;
	background-image: url(/images/header_menu_582x52.png);
	background-position: -290px -26px;
}
#header_menu_4 {
	position: absolute;
	top: 36px;
	left: 655px;
	width: 145px;
	height: 26px;
	background-image: url(/images/header_menu_582x52.png);
	background-position: -435px -26px;
}


/* header_menu2 --------------------------------------------------> */
ul#header_menu2 {
	position: absolute;
	top: 10px;
	left: 265px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 400px;
}
ul#header_menu2 li {
	list-style: none;
	float: left;
	width: 100px;
}
ul#header_menu2 a {
	display: block;
	width: 100px;
	height: 12px;
	text-indent: -100px;
	background-image: url(/images/header_nemu2_400x24.png);
	overflow: hidden;
}
a.header_menu2_1 {
	background-position: 0px 0px;
}
a:hover.header_menu2_1 {
	background-position: 0px -12px;
}
a.header_menu2_2 {
	background-position: -100px 0px;
}
a:hover.header_menu2_2{
	background-position: -100px -12px;
}
a.header_menu2_3{
	background-position: -200px 0px;
}
a:hover.header_menu2_3{
	background-position: -200px -12px;
}
a.header_menu2_4{
	background-position: -300px 0px;
}
a:hover.header_menu2_4{
	background-position: -300px -12px;
}


/* header_menu3 --------------------------------------------------> */
#header_menu3_0 {
	position: absolute;
	top: 10px;
	left: 812px;
	width: 180px;
	height: 42px;
}
#header_menu3_1 {
	position: absolute;
	top: 3px;
	left: 828px;
	width: 50px;
	height: 54px;
}
#header_menu3_2 {
	position: absolute;
	top: 3px;
	left: 882px;
	width: 50px;
	height: 54px;
}
#header_menu3_3 {
	position: absolute;
	top: 3px;
	left: 936px;
	width: 50px;
	height: 54px;
}

#header_search {
	position: absolute;
	top: 90px;
	left: 225px;
}

#header_search2 {
	position: absolute;
	top: 90px;
	left: 0px;
}

#header_mobile {
	position: absolute;
	top: 115px;
	right: 45px;
}

#header_caption {
	position: absolute;
	top: 61px;
	right: 35px;
	color: #ffffff;
	text-align: right;
}

#breadcrumb {
	position: absolute;
	top: 99px;
	left: 0px;
	width: 992px;
	height: 25px;
	font-size: 10px;
}
a.headerNavigation { 
	color: #333333;
}
a.headerNavigation:hover {
	color: #333333;
}

#header_image {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 992px;
	height: 225px;
	z-index: 7;
	background: url(/images/header_992x225.png) no-repeat left top;
}

#header_jstyle {
	position: absolute;
	top: 73px;
	left: 842px;
	width: 63px;
	height: 19px;
}

.jstyle_onclick {
	float: right;
	padding-right: 2px;
	cursor: hand;
	/*border: 1px #ffffff solid;*/
}

/* <-------------------------------------------------- header_menu */

/* subheading --------------------------------------------------> */
.subheading {
	width: 768px;
	height: 24px;
	min_height: 24px;
	padding: 0px 0px 0px 0px;
	background-color: #cc0001;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
}
.subheading_image {
	padding: 0px 0px 0px 20px;
	background: url(/images/20x24_subheading.png) no-repeat left top;
}
.subheading_a_image {
	padding: 0px 0px 0px 20px;
	background: url(/images/20x24_subheading_a.png) no-repeat left top;
}

.subheading2 {
	width: 768px;
	height: 24px;
	min_height: 24px;
	padding: 0px 0px 0px 0px;
	background-color: #686868;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
}
.subheading2_image {
	padding: 0px 0px 0px 20px;
	background: url(/images/20x24_subheading2.png) no-repeat left top;
}
.subheading2_a_image {
	padding: 0px 0px 0px 20px;
	background: url(/images/20x24_subheading2_a.png) no-repeat left top;
}

.subheading3 {
	width: 768px;
	height: 24px;
	min_height: 24px;
	padding: 0px 0px 0px 0px;
	background-color: #dcdcdc;
	color: #333333;
	font-size: 13px;
	line-height: 24px;
}
.subheading3_image {
	padding: 0px 0px 0px 20px;
	background: url(/images/20x24_subheading3.png) no-repeat left top;
}
.subheading3_a_image {
	padding: 0px 0px 0px 20px;
	background: url(/images/20x24_subheading3_a.png) no-repeat left top;
}
/* <-------------------------------------------------- subheading */

/* ul --------------------------------------------------> */
ul.arrow_9x9 {
	margin: 0px;
	padding: 0px 0px;
	list-style-type: none;
}
ul.arrow_9x9 li{
	padding: 0px 0px 3px 11px;
	background-image: url(/images/arrow_9x9.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	_background-position: 0px 4px;
}


ul.arrow_6x10 {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}
ul.arrow_6x10 li{
	padding: 3px 0px 2px 12px;
	background: url(/images/arrow_6x10.png) left top no-repeat;
}
/* <-------------------------------------------------- ul */

/* form --------------------------------------------------> */
FORM {
  display: inline;
}
CHECKBOX, INPUT, RADIO, SELECT {
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
}
TEXTAREA {
  width: 100%;
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
  font-size: 11px;
}
.form_area {
	padding: 10px;
	border: 1px solid #dddddd;
}
/*
.form_title {
	padding: 20px 0px 0px 5px;
	font-size: 12px;
	color: #333333;
}
*/
table.form_table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.form_table td {
	padding: 0px 10px 0px 5px;
	font-size: 12px;
	color: #333333;
}

table.form_table2 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 10px;
}
table.form_table2 th {
	width: 130px;
	padding: 10px;
	border: 1px #dddddd solid;
	text-align: center;
	color: #333333;
	background-color: #eeeeee;
}
table.form_table2 td {
	padding: 10px;
	border: 1px #dddddd solid;
	color: #333333;
}

.form_text {
	margin-left: 5px;
	padding: 0px 5px;
	font-size: 10px;
	background-color: #ffccff;
}
.form_error {
	padding-left: 5px;
	font-size: 10px;
	color: #cc0001;
	line-height: 22px;
}
.form_warning {
	margin-left: 10px;
	padding-left: 11px;
	font-size: 11px;
	background: url(/images/icons/warning.gif) left no-repeat;
}
.form_title {
	height: 25px;
	background: url(/images/form_title_768x25_png8.png) no-repeat left top;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
}

/* <-------------------------------------------------- form */

table.underline {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.underline td {
	border-bottom: 1px #dddddd solid;
	line-height: 1.5;
}

/* accessary --------------------------------------------------> */
.arrow {
	padding-left: 13px;
	background: url(/images/arrow_9x9.png) no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
	font-weight: normal;
}

.arrow11 {
	padding-left: 13px;
	background: url(/images/arrow_9x9.png) no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
	font-weight: normal;
}

.line{
	width: 100%;
	height: 1px;
	overflow: hidden;
	background-image: url(/images/line_5x1.png);
}
/* <-------------------------------------------------- accessary */

.theme_color {
	color: #cc0001;
}

.theme_background {
	background-color: #cc0001;
}



.icon_47x18_1{
	float: left;
	width: 47px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px 0px;
}
.icon_47x18_2{
	float: left;
	width: 47px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px -18px;
}
.icon_47x18_3{
	float: left;
	width: 47px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px -36px;
}
.icon_47x18_4{
	float: left;
	width: 47px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px -54px;
}
.icon_46x18_4{
	float: left;
	width: 46px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px -54px;
}
.icon_47x18_5{
	float: left;
	width: 47px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px -72px;
}
.icon_46x18_5{
	float: left;
	width: 46px;
	height: 18px;
	overflow: hidden;
	background-image: url(/images/icon_47.png);
	background-position: 0px -72px;
}

#ribon {
	position: absolute;
	top: 384px;
	left: 250px;
	width: 742px;
	height: 25px;
	background-image: url(/images/742x25.png);*/
	text-align: right;
	color: #ffffff;
	font-size: 13px;
}


