@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/web/background.gif) repeat;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	scrollbar-arrow-color: #CC9900; 
    scrollbar-base-color: #990000; 
	scrollbar-face-color: #990000; 
	scrollbar-highlight-color: #CC9900; 
	scrollbar-3d-light-color: #990000; 
	scrollbar-shadow-color: #CC9900; 
	scrollbar-track-color: #990000; 
	scrollbar-darkshadow-color: #990000;
}

h6, p, ul, ol, dl, blockquote, form {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	text-align: left;
}

h1 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	color:#333
}


h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}


h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 16px;
	color:#603
}


h4 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	color:#360
}

div#main div.mobile-only {
	display:none
}

div#main div.mobile-only-02 {
	display:none
}

div#main div.mobile-only-image {
	display:none
}


h5 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	color:#603;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}



div#page {
	position: relative;
	width: 934px;
	height: auto;
	margin: 0 auto;
	padding: 0 8px;
	background-color: #fff;
	background: url(../img/web/page_bg.gif) repeat-y;

}



div#header {
	width: 934px;
	height: 77px;
	background-color: #FFFFFF;
	text-align: left;
	
}

div#header h1 {
	font-size: 14px;
	margin: 0 0 5px 20px;
	padding: 5px 0 0;
	line-height: 1;
}

div#header p {
	font size: 14px;
	margin: 0px 0 0 5px;
	padding: 15px 0 5px 10px;
}


#catch-copy {
	position: absolute;
	top: 5px;
	right: 16px;
	width: 480px;
}

ul#nav-support {
	position: absolute;
	top: 28px;
	right: 15px;
	font-size: 12px;
	width: 368px;
}


ul#nav-support li {
	display: inline;
	margin-right: 0em;
	font-size: 12px;
}

ul#nav-support li a {
	color: #666666;
	text-decoration: none;
}

ul#nav-support li a:hover {
	color: #7F5F33;
	text-decoration:underline;
}



ul#nav-global-01 {
	background-color: #FFFFFF;
	height: 2em;
	position: absolute;
	top: 50px;
	right: 20px;
}

ul#nav-global-01 li a {
	display: block;
	width: 130px;
	text-align: center;
	line-height: 28px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	background-color: #990000;
}


ul#nav-global-01 li a:hover {
	color: #ffffff;
	background-color: #CC8800;
}

ul#nav-global-01 li {
	float: left;
	border-right: 8px solid #ffffff;
}

ul#nav-global-01 li#toiawase {
	border-right: none;
}


/* 親メニュー - Parent nav */
nav > ul > li {
  position: relative;
  float: right;
}
nav a {
  color: #990000;
  text-decoration: none;
}
nav ul a:hover {
  color: #CC8800;
}


/* 子メニュー - .sub-menu */
nav .sub-menu {
  position: absolute;
  width: 130px;
  background: #990000;
  top: 28px;
  display: none;
}
nav .sub-menu a {
  color: #fff;
  display: block;
}
nav .sub-menu a:hover {
  color: #fff;
    font-size: 8px;
}



/* ホバーで子メニュー表示 */
nav .menu-item-has-children:hover ul {
  display: block;
}
nav li.menu-item-has-children li a:hover {
  background: #CC8800;
}



p#skip {
	display: none;
}

div#main {
	width: 734px;
	height: auto;
	float: right;
	display: inline;
	oveflow: hidden;
	color: #473A1E;
	background-color: #fff;

}


div#main div.main-image {
	width: 517px;
	height: 350px;
	float: left;
	display: inline;
	oveflow: hidden;
	padding: 0px;

}


div#main div.main-contents {
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 20px;
	clear: both;
	width: 694px;
	text-align: left;
	font-size: 14px;
}





div#main div.main-contents a {
	color: #0000ff;
	text-decoration: none;
}

div#main div.main-contents a:hover {
	color: #0000ff;
	text-decoration: underline;
}


div#sub {
	width: 200px;
	height: auto;
	float: left;
	display: inline;
	oveflow: hidden;
	padding: 0px 0px 0px 0px;
	background-color: #CC8800;
	text-align:left;
}

div#sub div.sidemenu {
	width: auto;
	height: auto;
	margin-bottom: 1em;	
	background-color: #CC8800;

}

div#sub div.sidemenu ul li a {
	color: #990000;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu ul li a:hover{
	color: #FFFFFF;
	text-decoration: underline;

}



div#sub div.sidemenu h2 {
	display: none;
}


div#sub div.sidemenu-syohin {
	width: auto;
	height: 330px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 20px;
	border: 0px solid #CC8800;
	background-color: #CC8800;
}

div#sub div.sidemenu-syohin h2 {
	display: none;
}

div#sub div.sidemenu-syohin ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu-syohin ul li a:hover{
	color: #990000;
	text-decoration: none;
	font-size: 14px;

}


ul#nav-global-syohin {
	background-color: #F0B559;
	height: 1.8em;
	margin-right: 10px;
	font-size: 14px;
}

ul#nav-global-syohin li a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 1.8em;
	color: #ffffff;
	text-decoration: none;
	background-color: #990000;
}


ul#nav-global-syohin li a:hover {
	color: #FFFFFF;
	background-color: #F0B559;
}

ul#nav-global-syohin li {
	float: right;
	border-bottom: 5px solid #CC8800;
}

ul#nav-global-syohin li#order-02 {
	border-bottom: 15px solid #f0b559;
}





div#sub div.sidemenu-textile {
	width: auto;
	height: 55px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 20px;
	border: 0px solid #a7dcdb;
	background-color: #a7dcdb;
}

div#sub div.sidemenu-textile h2 {
	display: none;
}

div#sub div.sidemenu-textile ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #009ba5;

}


div#sub div.sidemenu-textile ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff94a2;

}


ul#nav-global-textile {
	background-color: #04715b;
	height: 1.8em;
	margin-right: 10px;
	font-size: 0.9em;
}

ul#nav-global-textile li a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 1.8em;
	color: #ffffff;
	text-decoration: none;
	background-color: #04715b;
}


ul#nav-global-textile li a:hover {
	color: #FFFFFF;
	background-color: #04715b;
}

ul#nav-global-textile li {
	float: right;
	border-bottom: 5px solid #a7dcdb;
}



div#sub div.sidemenu-print {
	width: auto;
	height: 90px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 20px;
	border: 0px solid #f0b559;
	background-color: #f0b559;
}

div#sub div.sidemenu-print h2 {
	display: none;
}

div#sub div.sidemenu-print ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu-print ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


ul#nav-global-print {
	background-color: #f0b559;
	height: 1.8em;
	margin-right: 10px;
	font-size: 14px;
}

ul#nav-global-print li a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 1.8em;
	color: #ffffff;
	text-decoration: none;
	background-color: #CC8800;
}


ul#nav-global-print li a:hover {
	color: #FFFFFF;
	background-color: #990000;
}

ul#nav-global-print li {
	float: right;
	border-bottom: 5px solid #f0b559;
}

ul#nav-global-print li#order-02 {
	border-bottom: 15px solid #f0b559;
}




div#sub div.sidemenu-data {
	width: auto;
	height: 210px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 20px;
	border: 0px solid #bcd36c;
	background-color: #bcd36c;
}

div#sub div.sidemenu-data h2 {
	display: none;
}

div#sub div.sidemenu-data ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu-data ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}

ul#nav-global-data {
	background-color: #00984b;
	height: 1.8em;
	margin-right: 10px;
	font-size: 14px;
}

ul#nav-global-data li a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 1.8em;
	color: #ffffff;
	text-decoration: none;
	background-color: #00984b;
}


ul#nav-global-data li a:hover {
	color: #FFFFFF;
	background-color: #a088ba;
}

ul#nav-global-data li {
	float: right;
	border-bottom: 5px solid #bcd36c;
}

ul#nav-global-data li#order-02 {
	border-bottom: 15px solid #bcd36c;
}




div#sub div.sidemenu-gaiyou {
	width: auto;
	height: 210px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 20px;
	border: 0px solid #a088ba;
	background-color: #a088ba;
}

div#sub div.sidemenu-gaiyou h2 {
	display: none;
}

div#sub div.sidemenu-gaiyou ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #7c589d;

}


div#sub div.sidemenu-gaiyou ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #bcd36c;

}


ul#nav-global-gaiyou {
	background-color: #00984b;
	height: 1.8em;
	margin-right: 10px;
	font-size: 0.9em;
}

ul#nav-global-gaiyou li a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 1.8em;
	color: #ffffff;
	text-decoration: none;
	background-color: #7c589d;
}


ul#nav-global-gaiyou li a:hover {
	color: #FFFFFF;
	background-color: #00984b;
}

ul#nav-global-gaiyou li {
	float: right;
	border-bottom: 5px solid #a088ba;
}

ul#nav-global-gaiyou li#order-02 {
	border-bottom: 15px solid #a088ba;
}





div#sub div.sidemenu-05 {
	width: auto;
	height: 60px;
	margin-bottom: 0em;
	padding: 20px 10px 0px 15px;
	border: 0px solid #f0b559;
	background-color: #f0b559;
}

div#sub div.sidemenu-05 h2 {
	display: none;
}

div#sub div.sidemenu-05 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu-05 ul li a:hover{
	color: #990000;
	text-decoration: none;
	font-size: 14px;

}

div#sub div.sidemenu-sns {
	width: auto;
	height: 45px;
	margin-bottom: 0em;
	padding: 0px 0px 15px 0px;
	border: 0px solid #f0b559;
	background-color: #f0b559;
}

div#sub div.sidemenu-sns h2 {
	display: none;
}

div#sub div.sidemenu-sns ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu-sns ul li a:hover{
	color: #990000;
	text-decoration: none;
	font-size: 14px;

}

ul#banners li {
	float: left;
	border-bottom: 5px solid #f0b559;
}

ul#icons li {
	float: center;
	border-bottom: 5px solid #f0b559;
}

div#sub div.sidemenu-other {
	width: auto;
	height: 80px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 15px;
	border: 0px solid #f0b559;
	background-color: #f0b559;
	text-align: left;
}

div#sub div.sidemenu-other h2 {
	display: none;
}

div#sub div.sidemenu-other ul li a {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	text-align: left;

}


div#sub div.sidemenu-other ul li a:hover{
	color: #FFFFFF;
	text-decoration: underine;
	font-size: 12px;
	text-align: left;

}



div#sub div.sidemenu-07 {
	width: auto;
	height: 350px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 15px;
	border: 0px solid #f0b559;
	background-color: #f0b559;
	font-size: 12px;
	text-align: left;
	color: #990000;
}

div#sub div.sidemenu-07 h2 {
	display: none;
}

div#sub div.sidemenu-07 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;

}


div#sub div.sidemenu-07 ul li a:hover{
	color: #990000;
	text-decoration: none;
	font-size: 14px;

}

div#sub div.sidemenu-08 {
	width: auto;
	height: 28px;
	margin-bottom: 0em;
	padding: 10px 10px 10px 20px;
	border: 0px solid #ff94a2;
	background-color: #ff94a2;
}

div#sub div.sidemenu-08 h2 {
	display: none;
}

div#sub div.sidemenu-08 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #ff94a2;

}


div#sub div.sidemenu-08 ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff94a2;

}


ul#banners_08 li {
	float: left;
	border-bottom: 5px solid #ff94a2;
}


ul#anshin {
	background-color: #ff94a2;
	height: 1.8em;
	margin-right: 10px;
	font-size: 0.9em;
}

ul#anshin li a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 1.8em;
	color: #ff94a2;
	text-decoration: none;
	background-color: #ff94a2;
}


ul#anshin li a:hover {
	color: #FFFFFF;
	background-color: #ff94a2;
}

ul#anshin li {
	float: right;
	border-bottom: 5px solid #ff94a2;
}


div#footer {
	text-align: center;
	clear: both;
	background-color: #CC8800;
	padding: 10px 10px 10px 10px;
}

div#footer ul li {
	display: inline;
	margin: 0 1em;
	text-align: center;
	font-size: 12px;

}


div#footer ul li a {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

div#footer ul li a:hover {
	color: #990000;
	text-decoration:underline;
	text-align: center;
}


div#footer address {
	padding-bottom: 1em;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}


.twitter {
	width: 197px;
	height: 330px;
	float: right;
	display: inline;
	oveflow: hidden;
	background-color: #f0b559;
	color: #D6D6D6;
	padding: 10px;
	font-size: 8px;
}

.mini_setumei {
	font-size: 10px;
	color: #990000;
}
.setsumei {
	font-size: 12px;
	text-align: left;
	color: #900;
	font-weight: normal;

}

.blown {
	font-size: 12px;
	text-align: left;
	color: #5F3E18;
	font-weight: normal;

}

.kyocyo {
	font-weight: bold;
	color: #900;
}


.table_moji {
	font-size: 14px;
}
kyocho2 {
	color: #00F;
}
.kyocho2 {
	color: #00F;
	font-size: 12px;
}
.kyocho_02 {
	font-weight: bold;
	color: #00F;
	font-size: 12px;
}
.annai {
	font-size: 16px;
	color: #600;
	font-weight: bold;
	text-align: center;
}
.annai_02 {
	font-size: 14px;
	color: #000;
}

.midashi {
	border-style: solid;
	padding: 2px 4px;
	border-color: #C30;
	border-width: 0 0 2px 20px;
	color: #000000;
}
		 
.hr_orange {
   padding: 0em;
   border-top: 2px solid #C30;
   border-left: none;
   border-bottom: none;
   border-right: none;
   color: #C30;
   background-color: #C30;
}

.hr_beige {
   padding: 0em;
   border-top: 2px solid #C9BC9C;
   border-left: none;
   border-bottom: none;
   border-right: none;
   color: #C9BC9C;
   background-color: #C9BC9C;
}

.center {
	text-align: center;
}
.kyocho_03 {
	font-size: 12px;
}
.kyocho_03 {
	color: #00F;
	font-weight: bold;
	font-size: 14px;
}

.sale-banner {
	text-align: center;
}

.white_11px {
	color: #FFF;
	font-size: 11px;
}


.black_12px {
	color: #000;
	font-size: 12px;
}

.table_black_14px {
	color: #000;
	font-size: 14px;
}


.yellow_12px {
	color: #CC6600;
	font-size: 12px;
}

.orange_14px {
	color: #CC6600;
	font-size: 14px;
}

.page-title-midashi {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

div#main div.page-title {
	width: 714px;
	height: 24px;
	float: left;
	display: inline;
	oveflow: hidden;
	background-color: #F0B559;
	color: #000000;
    margin: 0 0 0 0;
	padding: 10px 10px 5px 10px;

}

ul#title {
	position: absolute;
	top: 90px;
	left: 220px;
	width: 674px;
}

div#main div.page-title-under {
	width: 734px;
	height: 12px;
	float: left;
	display: inline;
	oveflow: hidden;
	background-color: #990000;


}

.midashi {
	border-style: solid;
	padding: 2px 4px;
	border-color: #990000;
	border-width: 0 0 2px 20px;
	color: #000000;
	font-size: 18px;
}

.midashi_02 {
	margin-left: 30px;
	border-style: solid;
	padding: 2px 4px;
	border-color: #CC8800;
	border-width: 0 0 2px 20px;
	color: #000000;
	font-size: 18px;

}

.link_01 {
	width: 300px;
	text-align: center;
	margin-left: 170px;
	padding: 20px 20px 20px 20px;
	font-size:18px;
	font-weight: bold;
	color: #FFFFFF;
	
}
	

.link_01 a {
	padding: 20px 20px 20px 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size:18px;
	font-weight: bold;
	background-color: #CC8800;

}


.link_01 a:hover{
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: underline;
	font-weight: bold;

}

div#main div.main-contents table.price_1 {
	width: 600px;
	background-color: #FFFFFF;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 1em;	

}


div#main div.main-contents table.price_1 th {
	width: 120px;
	padding: 2px;
	background-color: #0099CC;
	color: #FFFFFF;
	

}


div#main div.main-contents table.price_1 td {
	padding: 2px;
	border-bottom: 1px solid #003366;
	background-color: #e5f9ff;
	color: #000;
	text-align: center;
	font-size: 14px;
	

}

.blue_14px {
	color: #069;
	font-size: 14px;
}


div#main div.main-contents table.price_2 {
	width: 600px;
	background-color: #FFFFFF;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 1em;	

}


div#main div.main-contents table.price_2 th {
	width: 160px;
	padding: 2px;
	background-color: #eb7c8a;
	color: #FFFFFF;
	

}


div#main div.main-contents table.price_2 td {
	padding: 2px;
	border-bottom: 1px solid #e63349;
	background-color: #f1cacf;
	color: #000;
	text-align: center;
	font-size: 14px;
	

}

.pink_14px {
	color: #e63349;
	font-size: 14px;
}

.pink_14px_bold {
	color: #e63349;
	font-size: 14px;
	font-weight: bold;
}

.white_14px {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.table_white_14px {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

.orange_14px_bold {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}

.white_21px {
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
}

.green_21px {
	color: #05ab1c;
	font-size: 21px;
	font-weight: bold;
}

.enji_18px_bold {
	font-weight: bold;
	color: #900;
	font-size: 18px;
}

.left {
	text_align: left;
}

.kyocho_div {
	color: #000;
	font-size:18px;
	margin-left: 90px;
	width: 470px;
	padding: 20px;
	border-style: solid;
	border-color: #C00;
	background-color: #FCC;
}

input#submit_button { 
    padding: 10px 20px; 
　  font-size: 2em; 
}

.ing-jet_banner {
	text-align: center;
}

.slicknav_menu {
	display:none;
}
/*Media Queries*/
@media screen and (max-width: 640px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}

.sample-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 200px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}


.cushion-sample-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}

.luncheon-sample-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 200px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}


.jikken-sample-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 300px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.kiji-div {
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 20px 20px 20px 20px;
	clear: both;
	width: auto;
	text-align: left;
	font-size: 16px;
}


.kiji-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 280px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.kiji-gazo-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 340px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.donyu-div {
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 5px 5px 5px 5px;
	clear: both;
	width: auto;
	text-align: left;
	font-size: 16px;
}


.text-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 370px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.menu-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 260px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.indexmenu-01-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 275px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.indexmenu-02-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 400px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.indexmenu-03-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 50%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.donyu-div-02 {
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: auto;
	text-align: left;
	font-size: 16px;
}

.jirei-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 480px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.kantan-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 195px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.menu-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 260px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.banner-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 410px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.menu-left-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 260px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.setsumei-div {
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 20px 20px 20px 20px;
	clear: both;
	width: auto;
	text-align: left;
	font-size: 16px;
}


.setsumei-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 280px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.setsumei-gazo-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 330px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.index-donyu-div {
	height: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 0px 0px 0px 0px;
	clear: both;
	width: auto;
	text-align: left;
	font-size: 16px;
}


.index-text-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 340px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.nouki-li {
	display:block;
	text-align: left;
	float: left;
	line-height: 1.5em;
	width: 320px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}
	
	
.nouki_title {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

.nouki_text {
	color: #000000;
	font-size: 14px;
}

.nouki_square {
	font-weight: bold;
	color: #900;
	font-size: 14px;
}

.nouki_star {
	color: #CC6600;
	font-size: 14px;
	font-weight: bold;
}

