@charset "UTF-8";
/*----------------------------------------

	base CSS

	- header setting
	- gnavi setting
	- pankuzu setting
	- contents setting
	- side setting
	- footer setting
	- common setting
	
-----------------------------------------*/

#wrapper {
	width: 950px;
	margin: 0 auto;
}

/*----------------------------------------
	header setting
-----------------------------------------*/

#h_bg {
	background: url(../img/cmn_head_bg.gif) bottom repeat-x;
}

#header {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 16px;
}

#catch {
	margin: 0 auto 19px;
	width: 950px;
	background: #f2f2f2 url(../img/cmn_head_catch_bg.gif) bottom no-repeat;
	vertical-align: bottom;
}

#catch .catch_txt {
	float: left;
	width: 850px;
	padding: 7px 0 5px;
	color: #888888;
}

#header #title {
	float: left;
	margin-top: 3px;
}

#header #info {
	float: right;
	width: 485px;
}

#header #info ul {
	float: right;
}

#header #info li {
	float: left;
	display: inline;
	font-size: 0;
	line-height: 0;
}


/*----------------------------------------
	gnavi setting
-----------------------------------------*/

#gnavi_bg {
	background: url(../img/cmn_navi_bg.gif) repeat-x;
	padding-bottom: 5px;
	height: 45px;
	font-size: 0;
	line-height: 0;
	position: relative;
	z-index: 99;
}

#gnavi ul {
	width: 950px;
	margin: 0 auto;
}

#gnavi ul li {
	float: left;
}

/*-- megamenu --*/

#gnavi ul li {
	position: relative;
	z-index: 10;
}

#gnavi ul div {
	display: none;
	vertical-align: top;
}

#gnavi ul li.mega div p.btnon {
	position: absolute;
	top: 0px;
	left: 0px;
}

#gnavi ul li.mega div ul {
	position: absolute;
	top: 45px;
	left: 0px;
	background: #ffffff url(../img/cmn_navi_magabg.gif) repeat-x top;
	border-left: 1px solid #dddddd;
}

#gnavi ul li#gnavi02.mega div ul,
#gnavi ul li#gnavi04.mega div ul,
#gnavi ul li#gnavi06.mega div ul{
	width: 158px;
}

#gnavi ul li#gnavi05.mega div ul {
	width: 188px;
}

#gnavi ul li.mega li {
	float: none;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	padding: 9px 10px 9px 14px;
	position: relative;
	z-index: 11;
}

#gnavi ul li.mega div ul li p {
	padding-left: 13px;
	background: url(../img/cmn_arrow01.gif) no-repeat left top;
}

#gnavi ul li.hovering div {
	display: block;
}

#gnavi ul li.mega a:link,
#gnavi ul li.mega a:visited {
	text-decoration: none;
}

#gnavi ul li.mega a:hover,
#gnavi ul li.mega a:active {
	color: #ee5925;
}

.mega ul {
	font-size: 12px;
	line-height: 16px;
}

/*----------------------------------------
	pankuzu setting
-----------------------------------------*/
.pankuzu {
	width: 950px;
	padding: 4px 0 12px;
	position: relative;
}

.pankuzu li {
	float: left;
}

.pankuzu li a {
	margin-right: 4px;
	padding-right: 7px;
	background: url(../img/cmn_pankuzu_bg.gif) no-repeat right center;
}


/*----------------------------------------
	contents setting
-----------------------------------------*/

#contents #c_bnr { 
    width: 730px; 
} 

#contents {
	width:730px;
	float: left;
	margin: 0px;
	position: relative;
}

/*-- contact banner --*/

#contents #c_bnr ul {
	padding: 11px 0 0 12px;
	width: 142px;
	height: 66px;
	background: url(../img/cmn_contact_bg01.gif) no-repeat;
}

#contents h2.line {
	margin-bottom: 20px;
	padding-bottom: 7px;
	border-bottom: #d1d1d1 solid 1px;
}

#contents table {
	border: none;
	border-collapse: collapse;
}
 
#contents td.method {
	padding: 17px 20px 20px 20px;
	border: #cccccc solid 1px;
	border-collapse: collapse;
}

#contents .method_list dt { 
   float: left; 
} 
 
#contents .method_list dd { 
   padding-left: 1.2em; 
} 
 
#contents td.tel {
	padding: 20px 20px 20px 20px;
	background: #f1f1f1;
	border: #cccccc solid 1px;
	border-collapse: collapse;
}

/* コンテンツ内　表 */
#contents .nowrap {
	white-space: nowrap;
}

#contents .hyou {
	width: 730px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

#contents .hyou th,
#contents .hyou td {
	padding: 10px 10px 7px;
	border: 1px solid #cccccc;
}

#contents .hyou th {
	background: #dae9ff;
	font-weight: bold;
}

#contents .hyou th p {
	padding-top: 3px;
}


/*----------------------------------------
	side setting
-----------------------------------------*/

#side {
	width:200px;
	float:right;
}

#side table.hyou {
	width: 200px;
	border: #cccccc solid 1px;
	border-top: none;
}

#side table.hyou th {
	padding: 7px 13px 5px 14px;
}

#side table.hyou td {
	padding: 5px 15px 5px 0;
}

#side table.hyou tr.color {
	background-color: #f1f1f1;
}
	
#side .s_box {
	width: 174px;
	padding: 13px 10px 15px 14px;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}

#side .line_btm {
	border-bottom: #cccccc solid 1px;
}

#side .ple_mg {
	padding-bottom: 2px;
}

#side .ple01 {
	float: left;
	width: 170px;
}

#side .ple02 {
	float: left;
	width: 140px;
}

#side .karamade {
	float: left;
	padding-left: 5px;
	line-height: 0;
	font-size: 0;
	vertical-align: bottom;
}
	
#side .bg_gray01,
#side .bg_gray02,
#side .bg_gray03 {
	background: #f1f1f1;
	border: #cccccc solid 1px;
	border-top: none;
}

#side .bg_gray01 {
	padding: 15px 0 15px 14px;
}

#side .bg_gray02 {
	background: #f1f1f1 url(../img/cmn_side_about_bg.gif) top no-repeat;
	padding: 10px 0 10px 14px;
}

#side .bg_gray03 {
	background: #f1f1f1 top no-repeat;
	padding: 15px 10px 15px 14px;
}

#side iframe#osusume {
	width: 199px;
	height: 275px;
	border-left: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	overflow-x: hidden;
}

#side iframe#check {
	width: 199px;
	height: 465px;
	border-left: #cccccc solid 1px;
	border-bottom: #cccccc solid 1px;
	overflow-x: hidden;
}

#side .s_box ul li,
#side .link_list ul li {
	padding: 0 0 5px 10px;
	background: url(../img/cmn_side_arrow01.gif) top left no-repeat;
}


#side table.about {
	width: 170px;
}

#side table.about td {
	vertical-align: top;
}

.link_list {
	width: 174px;
	padding: 10px 10px 10px 14px;
	border: #cccccc solid 1px;
}

#side .s_box {
	width: 174px;
	padding: 13px 10px 15px 14px;
	border-left: #cccccc solid 1px;
	border-right: #cccccc solid 1px;
}

.pagetop {
	width: 950px;
	padding-top: 50px;
	text-align: right
}

.pagetop02 {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: right
}

.pagetop03 {
	float: right;
	margin-top: 10px;
	padding-left: 15px;
	background: url(../img/cmn_arrow05.gif) left no-repeat;
}

.pagetop04 {
	padding-left: 15px;
	background: url(../img/cmn_arrow06.gif) left no-repeat;
}

/*----------------------------------------
	footer setting
-----------------------------------------*/

#f_bg {
	background: #f1f1f1;
	text-align: center;
	position: relative;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

#footer #logo {
	float: left;
	padding-top: 5px;
	width: 133px;
}

#footer ul li {
	float: left;
}

#footer .f_box {
	float: right;
	width: 777px;
	text-align: left;
}

#footer #f_navi {
	width: 767px;
}

#footer #f_navi ul.link01 {
	width: 767px;
}

#footer #f_navi ul.link01 li {
	float: left;
	margin-right: 5px;
	padding: 0 6px 4px 0;
	text-align: left;
	background: url(../img/cmn_foot_line.gif) top right no-repeat;
}

#footer #f_navi ul.link01 li.end {
	margin-right: 0;
	padding-right: 0;
	background: none;
}

#footer #address dt {
	float: left;
	margin-right: 15px;
}

#footer #address dd {
	float: left;
}

#footer .dotline01 {
	float: right;
	margin-bottom: 20px;
	padding-top: 20px;
	line-height: 0;
	font-size: 0;
	vertical-align: bottom;
}

#footer .link02 {
	float: left;
	width: 490px;
}

#footer .link02 .column2 {
	width: 188px;
	padding-left: 10px;
}

#footer .link02 .column1 {
	width: 89px;
	padding-left: 10px;
}

#footer .link02 .column1end {
	width: 80px;
	padding-left: 10px;
}

#footer li.w01 a,
#footer li.w02 a,
#footer li.w03 a {
	padding-left: 13px;
	background: url(../img/cmn_foot_arrow01.gif) top left no-repeat;
	display: inline-block;
}

#footer .link02 .tit,
#footer .link03 .tit {
	width: auto;
	margin-bottom: 11px;
	padding: 6px 10px 5px;
	border: #cccccc solid 1px;
}

#footer .link03 {
	float: left;
	width: 260px;
	margin-left: 26px;
}

#footer li.w01 {
	width: 89px;
	margin-bottom: 5px;
}

#footer li.w02 {
	width: 80px;
	margin-bottom: 5px;
}

#footer li.w03 {
	width: 240px;
	margin-bottom: 5px;
	padding-left: 10px;
}

#f_catch {
	text-align: center;
	background: #cccccc;
	padding: 7px 0 5px;
}

#f_catch p {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------
	common setting
-----------------------------------------*/

/* title */
.tit_gray {
	width: 710px;
	padding: 8px 10px 7px;
	font-weight: bold;
	background-color: #ccc;
}

.tit_blue {
	width: 710px;
	padding: 8px 10px 7px;
	font-weight: bold;
	background-color: #dae9ff;
}

/* h1 - h6 */
.tit_txt {
	width: 706px; /* 730 */
	padding: 12px 12px 9px;
	background: #000047;
	color: #ffffff;
	font-weight: bold;
}

/* text link */
.txt_link01 a, .txt_link02 a, .txt_link02on a, .txt_link03 a, .txt_link03on a {
	padding-left: 10px;
}

.txt_link01 a {
	background: url(../img/cmn_arrow01.gif) no-repeat left top;
}

.txt_link02 a {
	background: url(../img/cmn_arrow02.gif) no-repeat left top;
}

.txt_link02on a {
	background: url(../img/cmn_arrow03.gif) no-repeat left top;
}

.txt_link03 a {
	background: url(../img/cmn_arrow04.png) no-repeat left top;
}

.txt_link03on a {
	background: url(../img/cmn_arrow05.png) no-repeat 0 0;
	behavior: expression(IEPNGFIX.fix(this));
}

/* nakaguro */
.nakaguro li {
	padding: 0 0 0 9px;
	background:  url(../img/cmn_nakaguro.gif) top left no-repeat;
}

/* kakomi */
.kakomi_gray {
	width: 688px; /* 730 */
	padding: 20px;
	border: 1px solid #cccccc;
	background: #f1f1f1;
}

/* margin */
.mg_t5 {
	margin-top: 5px;
}

.mg_t10 {
	margin-top: 10px;
}

.mg_t15 {
	margin-top: 15px;
}

.mg_t20 {
	margin-top: 20px;
}

.mg_b2 {
	margin-bottom: 2px;
}

.mg_b5 {
	margin-bottom: 5px;
}

.mg_b10 {
	margin-bottom: 10px;
}

.mg_b15 {
	margin-bottom: 15px;
}

.mg_b20 {
	margin-bottom: 20px;
}

.mg_b30 {
	margin-bottom: 30px;
}

.mg_b40 {
	margin-bottom: 40px;
}

.mg_r5 {
	margin-right: 5px;
}

.mg_r10 {
	margin-right: 10px;
}

.mg_r20 {
	margin-right: 20px;
}

.mg_r45 {
	margin-right: 45px!important;
}

.mg_l20 { 
    margin-left: 20px; 
} 

/* padding */
.pd_t10 {
	padding-top: 10px;
}

.pd_clear td {
	padding: 0!important;
}

.pd_clear {
	padding: 0!important;
}

/* align */
.al_center {
	text-align: center;
}

.al_right {
	text-align: right;
}

.al_left {
	text-align: left!important;
}

.va_top th,
.va_top td {
	vertical-align: top;
}

/* float */
.fl_r {
	float: right;
}

.fl_l {
	float: left;
}

.clear {
	clear: both;
}

/* font */
.bold {
	font-weight: bold;
}

em {
	font-weight: bold;
}

.font_s16 {
	font-size: 16px;
}

.font_s25 {
	font-size: 25px;
}

/* color */
.red {
	color: #900000;
}

.gray {
	color: #999999;
}

.block {
	display: block!important;
}

.inline {
	display: inline;
}

img,
.pic {
	line-height: 0;
	font-size: 0;
}

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

.indent {
	text-indent: -1em;
	margin-left: 1em;
}

/* pulldown size */

.ple01 {
	width: 170px;
}

.ple02 {
	width: 70px;
}

.ple03 {
	width: 135px;
}

/* botton size */

.btn01 {
	width: 80px;
}


/* search result */
.border_side {
	width: 668px; /* 730 */
	padding: 20px 30px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.bg_blue {
	padding: 20px 30px 10px;
	background: #dae9ff;
}

.link_inline li {
	float: left;
	width:auto;
	margin-right: 7px;
	padding: 0 8px 4px 0;
	background: url(../img/cmn_foot_line.gif) top right no-repeat;
	white-space: nowrap;
}

.link_inline li.end {
	padding-right: 8px;
	background: none;
}

#contents .bg_gray dt {
	float: left;
}

#contents .bg_gray dd {
	padding-left: 1.2em;
}
