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

/* basicset */
* {margin:0; padding:0;}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }

a { color: #0066FF; }
a:visited { color: #003366; }
a:hover { color: #FF6600; }


.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs15 {	margin-bottom: 15px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-image: url(/_share/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A1D13F;
}


/* layout */
#container {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#container:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#header {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	margin-right: 10px;
	margin-left: 10px;
	height: 106px;
}

#header:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#header #logo {
	float: left;
	margin-top: 12px;
	margin-bottom: 8px;

}

#header #headerRight {
	float: right;
	margin-top: 4px;
	text-align: right;
}

#header #headerRight h1 {
	font-weight: normal;
	font-size: 100%;
	text-align: right;
	margin-top: 5px;
}




#footer {
	height: 200px;
	background-image: url(/_share/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#footerIn {
	clear: both;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#footerIn:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.footerL {
	float: left;
}

.footerR {
	float: right;
}


#contents {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px;
	background-image: url(/_share/bg_contents.png);
}

#contents:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#contentsF {
	background-image: url(/_share/bg_contentsF.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: right;
	clear: both;
}

a.btTop	{
	background-position:0px 0px;
	width: 57px;
	background-image: url(/_share/bt_pagetop.gif);
	height: 13px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 2px;
}
a.btTop:hover	{ background-position:0px -13px; }



/* main */
#main {
	float: right;
	width: 600px;
}

#main b {
	font-size: 100%;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;

}

#main i {
	font-style: normal;
	color: #FF6600;

}



.h2{
	font-size: 115%;
	margin-bottom: 8px;
	color: #483E17;
	background-image: url(/_share/bg_h3num.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.h2:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



.h2text {
	background-image: url(/_share/h2/mt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-left: 17px;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}


.h2img {
	margin-bottom: 10px;
}

.h2img2 {
	margin-bottom: 10px;
	padding-left: 5px;
}


.h2dot{
	font-size: 170%;
	margin-bottom: 10px;
	background-image: url(/_share/bg_h2dot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	color: #000000;
}

.h3 {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7BB320;
	padding: 6px;
}

.h3pf {
	margin-bottom: 10px;
	margin-left: 10px;

}


.h4 {
	color: #006633;
	margin-left: 10px;
	padding-left: 0px;
	font-size: 120%;
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


.pLead {
	margin-bottom: 30px;
	padding: 10px;
	font-size: 125%;
	font-weight: bold;
	line-height: 170%;
	color: #666666;
}

.pNor {
	margin-bottom: 20px;
	font-size: 120%;
	line-height: 170%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 10px;
}

.pDotGreen {
	font-size: 120%;
	line-height: 170%;
	padding: 5px;
	background-image: url(/_share/bg_dotGreen.gif);
}

.pCapt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #666666;
}


.pCapt img {
	border: 4px solid #EAEAEA;
	padding: 3px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}




/* boxContact */
#boxContact {
	clear: both;
	background-image: url(/_share/box_contact.png);
	height: 50px;
	width: 580px;
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 20px;
}

#boxContact .Left {
	float: left;
	margin-top: 32px;
	margin-bottom: 10px;
	width: 420px;
	padding: 0px;
}

#boxContact .Right {
	float: right;
	width: 146px;
}


a.bc01		{
	background-position:0px 0px;
	width: 146px;
	background-image: url(/_share/bt_boxContact01.gif);
	height: 25px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 2px;
}
a.bc01:hover	{ background-position:0px -25px; }

a.bc02		{
	background-position:0px 0px;
	width: 146px;
	background-image: url(/_share/bt_boxContact02.gif);
	height: 25px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 2px;
}
a.bc02:hover	{ background-position:0px -25px; }


/* side */
#side {
	width: 170px;
	float: left;
	background-image: url(/_share/bg_side.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}


#side ul {
	margin-bottom: 8px;

}

#side ul li {

}

#side ul li a {
	width: 146px;
	margin-left: 12px;
	display: block;
	background-image: url(/_share/dotline_grey.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-decoration: none;
	color: #666666;

}

#side ul li a:hover {
	background-color: #FFFFCC;
	text-decoration: underline;
	color: #006600;

}

#side h3 {
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 21px;
	width: 168px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-position: left bottom;
	margin-bottom: 2px;
}


.h3web {
	background-image: url(/_share/title_side/web.gif);
}

.h3biz {
	background-image: url(/_share/title_side/web.gif);
}


.h3marketing {
	background-image: url(/_share/title_side/marketing.gif);

}


.h3profile {
	background-image: url(/_share/title_side/profile.gif);
}


.h3contact {
	background-image: url(/_share/title_side/contact.gif);
}

.h3faq {
	background-image: url(/_share/title_side/faq.gif);
}

.h3memo {
	background-image: url(/_share/title_side/memo.gif);
}

.h3memoC {
	background-image: url(/_share/title_side/memo_cate.gif);
}

.h3memoM {
	background-image: url(/_share/title_side/memo_monthly.gif);
}





/* navi */

#navi {
	height: 36px;
	clear: both;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

#navi ul {

}

#navi ul li {
	float: left;
}

#navi ul li a {
	height: 36px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 155px; }
a.navi01:hover	{ background-position:0px -36px; }

a.navi02		{ background-position:-155px 0px; width: 155px; }
a.navi02:hover	{ background-position:-155px -36px; }

a.navi03		{ background-position:-310px 0px; width: 155px; }
a.navi03:hover	{ background-position:-310px -36px; }

a.navi04		{ background-position:-465px 0px; width: 155px; }
a.navi04:hover	{ background-position:-465px -36px; }

a.navi05		{ background-position:-620px 0px; width: 155px; }
a.navi05:hover	{ background-position:-620px -36px; }

a.naviHome		{ background-position:-775px 0px; width: 45px; }
a.naviHome:hover	{ background-position:-775px -36px; }


/* img */
/*****************/

.imgL { 
	float: left;
}

.imgL10 { 
	margin-right: 10px;
	float: left;
}

.imgR10 { 
	float: right;
	margin-left: 10px;
}

.imgL10B { 
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { 
	float: right;
}

.imgR10B {
	float: right;
	margin-left: 10px;
	border: 4px solid #EAEAEA;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.imgbox { 
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { 
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}




/* form */
/*****************/
.form050 {width: 50px;color: #333333;padding: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;}

.formTextbox {
	width: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}

.boxBtn {
	text-align: center;
	margin-bottom: 20px;
}

.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}

.pFormSlit {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}


/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


.tableB th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A1D13F;
	background-color: #F3F4E8;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 140%;
}

.tableB td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 120%;
	line-height: 140%;
}



.table {
	margin-bottom: 20px;
	margin-left: 10px;
	width: 590px;
}


.table th {
	background-image: url(/_share/dotline.gif);
	padding: 10px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.table td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 120%;
	line-height: 160%;
}


/* text */
.textFR {
	font-weight: normal;
	color: #FF3300;
}

.textNotice {
	font-weight: normal;
	color: #666666;
	font-size: 80%;
}
.textReds {
	font-weight: normal;
	color: #FF0000;
	font-size: 80%;
}



/* ol nor */
#main ol {
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 120%;
}

#main ol li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 130%;
}


.ulNor {
	margin-left: 10px;
	margin-bottom: 30px;
}

.ulNor li {
	line-height: 120%;
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-image: url(/_share/iconLi.gif);
}



/* crear */
.clearfix {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

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

