/*--------------- basic --------------- */


.sample_gray_back {
	background-color: #F6F6F6;
}


.seconad_h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}


p {
	margin: 0px;
	padding: 0px;
}

.normal {
	font-weight: normal;
}	
td {
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}
.bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
}


.white_bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_12 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.white_12_bold {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.white_10 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 140%;
}
.blue {
	color: #0E3680;
}
.blue_12 {
	font-weight: bold;
	color: #0E3680;
}
.green_12 {
	font-weight: bold;
	color: #709D31;
}
.s8 {
	font-size: 8px;
	}
.s10 {
	font-size: 10px;
	}
.s12 {
	font-size: 12px;
}
.s13 {
	font-size: 13px;
}
.s14 {
	font-size: 14px;
}
.s16 {
	font-size: 16px;
}
.s18 {
	font-size: 18px;
	line-height: 24px;
}
#wrapper {
	height: 100%;
	width: 780px;
	text-align: left;
}
#contents {
/*	width: 540px;*/
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left:auto;
	margin-right:auto;
}

#text {
	width: 600px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: left;
}

/*---------------  standard link --------------- */

a:link {
	color: #003399;
	text-decoration: underline;
	font-style: normal;
}

a:visited {
	color: #003399;
	text-decoration: underline;
	font-style: normal;
}

a:active {
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

a:hover {
	color: #666666;
	text-decoration: none;
	font-style: normal;

}

a:link .f_gray {
	color: #454545;
	text-decoration: underline;
	font-style: normal;
}

a:visited .f_gray {
	color: #454545;
	text-decoration: underline;
	font-style: normal;
}

a:active .f_gray {
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

a:hover .f_gray {
	color: #666666;
	text-decoration: underline;
	font-style: normal;

}

a:link .sp10_t_l {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

a:visited .b_white {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

a:active .b_white {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}

a:hover .b_white {
	color: #FFFFFF;
	text-decoration: normal;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;

}

/*-- head --*/
#wrapper .headlogo {
	left: 0px;
	top: 0px;
	height: 54px;
	width: 345px;
}

#wrapper .catch {
	height: 50px;
	width: 435px;
	text-align: right;
	vertical-align: bottom;
	float: right;
}

/*--------------- side --------------- */
#menu {
	background-color: #F5F5F5;
	text-align: left;
	width: 160px;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
}

#menu a{
	color:#003399;
	text-decoration:none;
	margin:0px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom: 5px;
	}

#menu a:hover {
	color: #666666;
}

#menu h2{
	font-weight: normal;
	}
/*--------------- footer --------------- */

#footer {
	background-repeat: no-repeat;
	padding: 0px;
	width: 424px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#footer ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer li {
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	float:left;
}


#footer ul li a:link {
	color: #999999;
	text-decoration: underline;
	font-style: normal;
}

#footer ul li a:visited {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}

#footer ul li a:active {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

#footer2 {
	background-repeat: no-repeat;
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}


#footer2 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer2 li {
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	float:left;
}


#footer2 ul li a:link {
	color: #999999;
	text-decoration: underline;
	font-style: normal;
}

#footer2 ul li a:visited {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}

#footer2 ul li a:active {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

#footer2 ul li a:hover {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

#footer3 {
	background-repeat: no-repeat;
	padding: 0px;
	width: 610px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}


#footer3 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer3 li {
	font-size: 10px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	float:left;
}


#footer3 ul li a:link {
	color: #999999;
	text-decoration: underline;
	font-style: normal;
}

#footer3 ul li a:visited {
	color: #999999;
	font-style: normal;
	text-decoration: underline;
}

#footer3 ul li a:active {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

#footer3 ul li a:hover {
	color: #666666;
	font-style: normal;
	text-decoration: none;
}

/*--------------- rootlist --------------- */

#rootlist {
	height: 20px;
	width: 550px;
}


#rootlist a:link {
    font-size: 10px;  
	color: #003399;
	text-decoration: underline;
	font-style: normal;
}

#rootlist a:visited {
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
	font-style: normal;
}
#rootlist a:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

#rootlist a:hover {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-style: normal;
}

#rootlist .nolink {
    font-size: 10px;  
	color: #333333;
	text-decoration: none;
	font-style: normal;
}

/*--------------- class --------------- */

.strong {
	font-weight: bold;
}


.f10 {
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
.f10_gray {
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
.f10_blue {
	font-size: 10px;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	color: #3399FF;
}


.f8 {
	font-size: 8px;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

.f6 {
	font-size: 6px;
	font-style: normal;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}

.sp120 {
	margin-top: 120px;
}
.sp70 {
	margin-top: 70px;
}
.sp60_l {
	margin-left: 65px;
}
.sp50 {
	margin-top: 50px;
}
.sp40 {
	margin-top: 40px;
}

.sp30 {
	margin-top: 30px;
}
.sp25_l {
	margin-left: 25px;
}
.sp20 {
	margin-top: 20px;
}
.sp20_side {
	margin-right: 20px;
	margin-left: 25px;
}
.sp15_l {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.sp15 {

	margin-top: 15px;
}

.sp10 {
	margin-top: 10px;
}

.sp10_b {
	margin-bottom: 10px;
}
.sp10_l {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sp10_t_l {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.sp0 {

	margin-bottom: 0px;
	padding-top: 0px;
}
.sp1 {

	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp1_l {


	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.sp2 {

	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp3_l {


	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.sp_check {
	margin-bottom: 8px;
	padding-top: 8px;
}

.sp20_b {
	margin-bottom: 20px;
}
.sp5 {
	margin-top: 5px;
}
.sp5_r {
	margin-right: 5px;
}

.sp5_l {
	margin-left: 5px;
}
.sp5_lr {
	margin-right: 5px;
	margin-left: 5px;
}
.sp5_all {
	margin: 5px;
}
.sp3_r {
	margin-right: 3px;
}
.sp3 {
	margin-top: 3px;
}

.pd2 {
	padding: 2px 0px 2px 0px;
}
.pd5 {
	padding: 5px 0px 5px 0px;
}

.pd5_2 {
	padding: 5px 0px 0px 5px;
}

.pd10 {
	padding: 5px 10px 15px 10px;
}

.pd_company {
	padding: 20px 10px 20px 10px;
}

.pd10_2 {
	padding: 5px 10px 0px 10px;
}

.pd10_3 {
	padding: 5px 5px 0px 10px;
}
 

.pd_products {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.products_title {
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color: #0E3680;
	}

.pd_all10 {
	padding: 10px;
}

.pd_all5 {
	padding: 5px;
}

.pd_all3 {
	padding: 3px;
}


/*--------------- message --------------- */

#message_midashi {
	background-image: url(/message/img/02_bg.jpg);
	background-repeat: repeat-y;
	height: 62px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;

}
#message_midashi h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0E3680;
	padding-top: 10px;
}


/*--------------- products --------------- */

#products_sub {
	background-image: url(/products/img/h2_back.jpg);
	background-repeat: repeat-y;
	height: 50px;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#products_sub h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 7px;
}

#products_mn {
	background-image: url(/products/img/h3_back_mn.jpg);
	margin: 0px;
	height: 36px;
	width: 550px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}


#products_m {
	background-image: url(/products/img/h3_back_m.jpg);
	margin: 0px;
	height: 36px;
	width: 550px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#products_n {
	background-image: url(/products/img/h3_back_n.jpg);
	margin: 0px;
	height: 36px;
	width: 550px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#products_mn h3 {
	color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/products/img/h3_back.jpg);
	font-size: 14px;
}

#products_m h3 {
	color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/products/img/h3_back.jpg);
	font-size: 14px;
}

#products_n h3 {
	color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(/products/img/h3_back.jpg);
	font-size: 14px;
}

.products_h4 {
	font-size: 16px;
	font-weight: bold;
	color: #201E1D;
	background-image: url(/products/img/h4_back.jpg);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.back_gray {
	background-color: #EAEAEA;
	padding: 5px;
}

.back_gray2 {
	background-color: #EEEEEE;
	}
	
.back_gray3{
	background-color: #E5E5E5;
	}

.back_gray3{
	background-color: #F7F7F7;
	}
	
.back_gray4{
	background-color: #FAFAFA;
	}
#products_about {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#products_about a{
	color:#003399;
	text-decoration:none;
	}

#products_about a:hover {
	color: #666666;
}


/*--------------- faq --------------- */

.faq {
	background-color: #E6FAFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.back_faq{
	background-color: #E6FAFF;
	}

/*--------------- materia pop up --------------- */

#material {
	margin-top: 10px;
	font-size: 12px;
}

#material th {
	background-color: #5E84CF;
	color: #FFFFFF;
	padding: 3px 3px;
}

#material .sub {
	background-color: #E7E7E7;
	font-weight: bold;
	color: #999999;
	padding: 3px 3px;
}

#material .text {
	color: #999999;
	padding: 3px 3px;
}
.haigou_name {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.haigou_honbun {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	padding: 5px;
}
.black {
	color: #000000;
}
.pd_right5 {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.pd_left5 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.sample {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.mg_left20 {
	margin-left: 20px;
}
.pd_shop {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.f10_10 {
	font-size: 10px;
	line-height: 170%;
}

/*--------------- company--------------- */

.company_back {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FAFAFA;
}

.company_back2 {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
.red {
	color: #F96060;
}

/*--------------- privacy--------------- */

#privacy ul {
	margin: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#privacy li {
	margin: 0px;
	padding-bottom: 10px;
		}


/*--------------- iona club--------------- */

#ionaclub {
	margin: 0px;
	padding: 0px;
}


#ionaclub_head {
	background-image: url(/ionaclub/img/head_back.jpg);
	background-repeat: no-repeat;
	height: 61px;
	width: 473px;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 77px;
	margin-bottom: 20px;
}

#ionaclub_head .title {
	font-size: 12px;
	line-height: 180%;
}

#tokuten1 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	background-image: url(/ionaclub/img/tokuten1_back.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 66px;
	height: 33px;
	width: 484px;
	}

#tokuten2 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	background-image: url(/ionaclub/img/tokuten2_back.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 66px;
	height: 33px;
	width: 484px;
	margin-top: 20px;
}

#nyukai {
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	background-image: url(/ionaclub/img/nyukai_back.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 66px;
	height: 33px;
	width: 484px;
	margin-top: 20px;
}

.tokuten_p {
	margin-left: 44px;
}

#ionaclub strong {
	font-size: 15px;
	font-weight: bold;
	color: #A90F43;
}

#ionaclub .pd {
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.m_left15 {
	padding-left: 15px;
}
#h2_title {
	height: 17px;
	width: 330px;
	background-image: url(/common/img/h2_back.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	}

#h2_title h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	padding-left: 6px;
	line-height: 110%;
	height: 17px;
	width: 330px;
	}

.f13 {
	font-size: 13px;
}

/*------------- lohas magazine -------------*/

.mainhtml {
	width:600px;
	border:1px solid #CCCCCC;
}

.mainhtml2 {
	margin:0 20px 0 20px;
}

.mainhtml3 {
	margin:0 20px 0 20px;
}

.mainhtml p#1page {
 	font-size:13px;
	line-height:18px;
	letter-spacing:1px;
	color:#666666;
}

.mainhtml p {
  font-size:12px;
	line-height:16px;
	color:#666666;
}

.mainhtml td {
  font-size:12px;
	line-height:16px;
	color:#666666;
}


.mainhtml p#blue {
  font-size:12px;
	line-height:18px;
	color:#1179B4;
}

.mainhtml font#blue {
  font-size:12px;
	line-height:18px;
	color:#1179B4;
}

p#photo {
	padding-right:5px;
	padding-left:5px;
  font-size:12px;
	line-height:18px;
	color:#666666;
}

p#small {
  font-size:11px;
	line-height:15px;
	color:#666666;
}

.mainhtml2 p#small a {
	color:#4199CC;
}

.small {
  font-size:9px;
}

/*--------------- sitemap--------------- */
#sitemap {
	padding-top: 5px;
}
#sitemap a {
	color: #333333;
}

#sitemap ul {
	margin: 0;
	padding-left: 10px;
}
#sitemap li {
	list-style-image: url(/sitemap/img/lisy_image.gif);
	text-indent: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*--------------- sample--------------- */
.day {
	background-color: #CEF5FF;
	font-weight: bold;
	color: #0066CC;
	padding: 5px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 15px;
}
.line {
	background-color: #B2B2B2;
}
.sam_title {
	color: #797979;
	font-weight: bold;
	background-color: #F6F6F6;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.sam_text {
	color: #666666;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
