@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #171717;
	background-color: #FFFFFF;
	background-image: url(../image/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;
}
#WRAP {
	width:900px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div {
	margin: 0;
	padding: 0;
	text-align:left;
}
p,pre {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	list-style-type: none;
}
/* ____ リンクテキスト ____ */
a {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #990066;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}
/* ____ テキストカラー ____ */
.red {
	color: #CC0000;
}
.ora {
	color: #FF9900;
}
.blue {
	color: #0066CC;
}
.pink {
	color: #FF3366;
}

.gry {
	color: #999999;
}
.gry2 {
	color: #666666;
}

.bg-yell {
	background-color: #FFFFF4;
	border: 2px solid #FFCC00;
	margin: 10px;
	padding: 10px;
}
/*___________ レイアウト設計 ___________ */
/*___________ 【HEADER】 ___________ */
h1 {
	font-size:12px;
	color:  #333333;
	background-color: #FFFFFF;
	margin:0;
	padding-top: 10px;
	padding-bottom: 5px;
	background-image: url(../image/t_bg.gif);
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: right;
}
#TOP {
	width: 900px;
	position: relative;
	background-image: url(../image/main_top_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	margin-left: 10px;
}
#MAIN-LEFT {
	float: left;
	width: 700px;
}

#MENU-HOME {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg1.jpg);
}
#MENU {
	width: 780px;
	height: 30px;
	float:left;
}
.menu {
	float: left;
	margin: 0;
}
/*___________ 【MAIN】 ___________ */
#MAIN {
	width:900px;
	padding-top: 10px;
	float: left;
	background-image: url(../image/bg_left.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
#MAIN-PAD {
	margin: 0;
	padding: 0 10px 20px 10px;
}
/*___________ 【CONTENTS】基本設計 ___________ */
#CONTENTS {
	width:520px;
	float: right;
}
.pan {
	font-size:11px;
	color: #999999;
	background-color: #F2F2F2;
}
#CONTENTS h2 {
	font-size:14px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-weight: bold;
	background-image: url(../image/h2_bg1.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 30px;
	text-decoration: none;
}
#CONTENTS h2 a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}

#CONTENTS h3 {
	font-size:14px;
	color: #FF6600;
	background-color: #FCFA9E;
	margin: 20px 5px 0 5px;
	padding: 6px 0 6px 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF6600;
}
#CONTENTS h4 {
	font-size:12px;
	color: #B54800;
	background-color: #F0F0F0;
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 8px;
}
#JISSEKI h4 {
	margin-top: 5px;
}

/*___________ 【CONTENTS】追加設計 ___________ */
.check {
	font-size: 14px;
	line-height: 140%;
	padding: 0 10px 0 10px;
}
.check li {
	background: url(../img-layout/ico_check01.gif) no-repeat left 6px;
	padding: 4px 0 4px 22px;
}
.profile {
	padding: 10px 0 10px 0;
}
.profile-l {
	width:160px;
	float:left;
}
.profile-r {
	width: 375px;
	float:right;
	background-color: #FCFCFC;
	border: 1px solid #999999;
}
.sitemap ul{
	margin: 0 0 20px 20px;
}
.sitemap li{
	font-size: 12px;;
	line-height: 120%;
}
#MAG2 {
	width:528px;
	border: 1px solid #999999;
	background-image: url(../img/bg_mag2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 120px;
	margin-top: 10px;
}
#MAG2 form {
	margin: 10px;
	font-size: 12px;
}
/*___________ 【CONTENTS】表設計 ___________ */
table {
	font-size: 12px;
	background-color: #EEEEEE;
	margin: 10px 0 10px 0;
	padding: 0;
}
tr,th,td {
	padding: 8px;
	background-color: #FFFFFF;
}
th {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
td {
	background-color: #FFFFFF;
	text-align: left;
}

/*___________ 【SIDE】 ___________ */
#SIDE {
	width:165px;
	float:left;
}
#MAIN-RIGHT {
	width:165px;
	float:right;
}
#MAIN-RIGHT  h2 {
	font-size:12px;
	color: #FF6600;
	line-height: 35px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: 15px;
	background-image: url(../image/side-h2.jpg);
}

#SIDE h2 {
	font-size:12px;
	color: #FF6600;
	line-height: 35px;
	margin: 0;
	background-image: url(../image/side-h.jpg);
	background-repeat: no-repeat;
	text-indent: 23px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.side {
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(../image/side-f-bg.jpg);
}
.side p {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 4px;
}
.side ul {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-bottom-color: 1;
}



/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 10px 0 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	background-image: url(../image/f_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#FOOTER {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #FF9900;
}
#FOOTER p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #FFFFFF;
	text-decoration: underline;
}
/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
.f11 {
	font-size: 11px;
	line-height:130%;
}
.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
	line-height:140%;
}
.f14 {
	font-size: 14px;
	line-height:140%;
}
.f16 {
	font-size: 16px;
	line-height:140%;
}
.f18 {
	font-size: 18px;
	line-height:140%;
}
.f24 {
	font-size: 24px;
	line-height:140%;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

.center {
	text-align: center;
}
/* ____ 余白設定 ____ */
.ma20 {
	margin: 20px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt20-u-t {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt20-u-t-center {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}


.mt40 {
	margin-top: 40px;
}
.mt40-u-t {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mt40-u-t-center {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.mt60 {
	margin-top: 60px;
}
.mt60-u-t {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt60-u-t-center {
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}





.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt_under40 {
	margin-bottom: 40px;
}


.ml20 {
	margin-left: 20px;
}
/* ____ 画像設定 ____ */
img {
	border:0;
}
.flo-l {
	float: left;
	margin-right: 6px;
}
.flo-r {
	float: right;
	margin-left: 6px;
}
.img-m {
	vertical-align: middle;
}
.bg-yell2 {
	background-color: #FFFFF4;
	border: 1px solid #FCF278;
	margin: 10px;
	padding: 10px;
}
.cat01 li {
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	padding-top: 4px;
}


/* ____ サイドlist ____ */
.cat01 li a {
	color: #0033CC;
	text-decoration: none;
	display: block;
	background-image: url(../image/sise_li_bg.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-top: 3px;
}
.cat01 li a:hover,
.cat01 li a:active, 		/* for IE (Keyboard) */
.cat01 li a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	background-color: #FFF7EE;
	margin: 0;
	background-position: 4px center;
	background-image: url(../image/sise_li_bg2.gif);
}
.bg-yell-no-line {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}
.bg-gray {
	border: 1px solid #EFEFEF;
	margin: 20px;
}
.semi_left_space {
	margin-left: 20px;
	margin-top: 10px;
}
.top-form-div-center {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	border: 2px solid #FFCCFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	width: 415px;
}
#COMPANY   th {
	background-color: #999999;
	text-align: left;
}
#COMPANY table {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.side_whait {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 8px;
	font-size: 11px;
	padding: 3px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 100%;
}
.side2 {
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
	background-image: url(../image/side-f-bg2.jpg);
}
.index_box1 {
	float: left;
	width: 252px;
	margin-right: 5px;
}
.index-m1 {
	background-image: url(../image/main_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 515px;
	text-align: center;
}
.index-m1-padd {
	padding-top: 50px;
}
#MENU-HOME1 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg2.jpg);
}
#MENU-HOME2 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg3.jpg);
}
#MENU-HOME3 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg4.jpg);
}
#MENU-HOME4 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg5.jpg);
}
#MENU-HOME5 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg6.jpg);
}
#MENU-HOME6 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg7.jpg);
}
#MENU-HOME7 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg8.jpg);
}
#MENU-HOME8 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg9.jpg);
}
#MENU-HOME9 {
	width: 900px;
	float:left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 250px;
	background-position: top;
	background-image: url(../image/menu_bg10.jpg);
}
.jisseki-text-flo-l {
	float: left;
	width: 240px;
	border: 1px solid #CCCCCC;
	height: 218px;
	margin-top: 8px;
}
#JISSEKI h3 {
	margin-bottom: 20px;
}
.jisseki-box-magin {
	margin-bottom: 20px;
	margin-top: 20px;
	height: 250px;
}
#MAIN-RIGHT h3 {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#MAIN-RIGHT p {
	font-size: 11px;
	line-height: 140%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.index-4box-line {
	height: 690px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
