@charset "EUC-JP";
@import url("footer.css");
@import url("content_top.css");
@import url("index2.css");
@import url("index3.css");

@import url("left_bottom.css");
@import url("stylesheet.css");


body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "?Í£??Ð¥????Ã¥?", "?Ò¥é¥??Î³Ñ¥? Pro W3", "Osaka", "?Í£????Ä«", "?Ò¥é¥????Ä« Pro W3", verdana, arial, sans-serif;
	color: #333333;
}

/* ---------- base ----------*/

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form, input {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.mainclear {
	clear: both;
	height: 15px;
}

.size9 {
	font-size:10px;
	line-height:1.2;
}

.size10 {
	font-size:12px;
	line-height:1.2;
}

.size12 {
	font-size:15px;
	line-height:1.3;
}

.size14 {
	font-size:17px;
	line-height:1.5;
}

.size16 {
	font-size:19px;
	line-height:1.6;
}

.size16B {
	font-size:19px;
	line-height:1.6;
	color:#0033cc;
}

.size18 {
	font-size:21px;
	line-height:1.6;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #000099;
}

a:active {
	color: #000099;
}

a.red {
	color: #FF0000;
}

.displayblock {
	display: block;
}

.vatop {
	vertical-align: top;
}

.vabottom {
	vertical-align: bottom;
}

.taleft {
	text-align: left;
}

.tacenter {
	text-align: center;
}

.taright {
	text-align: right;
}

.btpagetop {
	text-align: right;
	padding: 10px 0;
	vertical-align: bottom;
}

.txtindent {
	text-indent: -1em;
	margin-left: 1em;
}

.txtindent2 {
	text-indent: -1.5em;
	margin-left: 1.5em;
}

#wrapper {
	width: 784px;
	margin: 0 auto;
}

/*----- ?Ø¥Ã¥???// -----*/

#header {
	background: url(../img/head_bg.jpg) no-repeat;
	padding: 0 19px 14px 19px;
	text-align: left;
}

#header #headertitle {
	float: left;
	width: 341px;
}

#header #headertel {
	float: left;
	width: 209px;
}

#header #headerfax {
	float: right;
	width: 189px;
}

#headernavi img {
	vertical-align: bottom;
}

#username {
	text-align: left;
	padding: 2px 10px;
	color: #0A8AE0;
}


/*----- //?Ø¥Ã¥??? -----*/

/*----- ?á¥??ó¥¨¥ê¥?// -----*/

#mainarea {
	width: 764px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#mainarea_iframe {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: left;
}

#contentsarea {
	float: left;
	width: 496px;
}

#contentsarea .contentsareabody {
	padding: 0 10px;
}

#rnaviarea {
	float: right;
	width: 248px;
}

#rnavimemberarea {
	width: 248px;
	background: url(../img/rnavi_member_bg.jpg) repeat-y;
	margin-bottom: 5px;
}

#rnavimemberarea p {
	padding: 0 0 5px 14px;
}

#rnavimemberarea img {
	display: block;
}

#rnavilistarea,
#rnavilistarea_other {
	width: 248px;
	background: url(../img/rnavi_list_bg.jpg) repeat-y;
	margin-bottom: 15px;
}

#rnavilistarea p,
#rnavilistarea_other p {
	padding: 0 14px 5px 14px;
}

#rnavilistarea img,
#rnavilistarea_other img {
	display: block;
}

#rnavisearch {
	background: url(../img/rnavi_search_bg.gif) no-repeat;
	padding: 12px 13px 11px 38px;
}

#rnavisearch .rnavisearchinput {
	float: left;
	width: 150px;
	padding-top: 1px;
}

#rnavisearch .rnavisearchinput input {
	width: 150px;
	font-size: 12px;
	border: 0;
	height: 14px;
	vertical-align: middle;
}

#rnavisearch .rnavisearchsubmit {
	float: right;
	width: 39px;
}

#rnaviverisign {
	text-align: center;
	padding: 0 10px;
}

/*----- //?á¥??ó¥¨¥ê¥? -----*/

/*----- ?Õ¥Ã¥???// -----*/

#footer {
	width: 767px;
	border-top: 2px #199FF8 solid;
	margin: 0 auto;
	padding: 4px 0 15px 0;
	text-align: left;
}

#footer .footernavi {
	vertical-align: bottom;

}

#footer .copyright {
	padding-top: 2px;
	text-align: right;
	color: #6699FF;
}


/*----- //?Õ¥Ã¥??? -----*/




/*----- padding??margin// -----*/
.marginbottom5 {
	margin-bottom: 5px;
}

.marginbottom10 {
	margin-bottom: 10px;
}

.marginbottom15 {
	margin-bottom: 15px;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.marginbottom30 {
	margin-bottom: 30px;
}

.marginleft4 {
	margin-left: 4px;
}

.marginleft10 {
	margin-left: 10px;
}

.marginleft15 {
	margin-left: 15px;
}

.paddingtop3 {
	padding-top: 3px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingtop30 {
	padding-top: 30px;
}

.paddingtop35 {
	padding-top: 35px;
}

.paddingtop130 {
	padding-top: 130px;
}

.paddingbottom4 {
	padding-bottom: 4px;
}

.paddingbottom3 {
	padding-bottom: 3px;
}

.paddingbottom5 {
	padding-bottom: 5px;
}

.paddingbottom10 {
	padding-bottom: 10px;
}

.paddingbottom12 {
	padding-bottom: 12px;
}

.paddingbottom15 {
	padding-bottom: 18px;
}

.paddingbottom20 {
	padding-bottom: 20px;
}

.paddingbottom25 {
	padding-bottom: 26px;
}

.paddingbottom30 {
	padding-bottom: 30px;
}

.paddingbottom35 {
	padding-bottom: 35px;
}

.paddingbottom40 {
	padding-bottom: 40px;
}

.paddingbottom45 {
	padding-bottom: 45px;
}

.paddingbottom50 {
	padding-bottom: 50px;
}

.paddingbottom55 {
	padding-bottom: 55px;
}

.paddingbottom60 {
	padding-bottom: 60px;
}

.paddingbottom65 {
	padding-bottom: 65px;
}

.paddingbottom70 {
	padding-bottom: 70px;
}

.paddingbottom75 {
	padding-bottom: 75px;
}

.paddingbottom80 {
	padding-bottom: 80px;
}

.paddingtop85 {
	padding-top: 85px;
}

.paddingbottom85 {
	padding-bottom: 85px;
}

.paddingleft27 {
	padding-left: 27px;
}

/*----- //padding??margin -----*/




/* right menu */

div#rnavimemberarea{

}


div#rnavimemberarea p.greeting a{
	text-indent:-9999px;
	background: url(../img/rnavi_member_greeting.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavimemberarea p.greeting a:hover{
	background: url(../img/rnavi_member_greeting_f2.jpg) no-repeat left top;
}

div#greeting p.greeting a{
	background: url(../img/rnavi_member_greeting_f2.jpg) no-repeat left top;
}



div#rnavimemberarea p.development a{
	text-indent:-9999px;
	background: url(../img/rnavi_member_development.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavimemberarea p.development a:hover{
	background: url(../img/rnavi_member_development_f2.jpg) no-repeat left top;
}

div#development p.development a{
	background: url(../img/rnavi_member_development_f2.jpg) no-repeat left top;
}





div#rnavimemberarea p.introduction a{
	text-indent:-9999px;
	background: url(../img/rnavi_member_introduction.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavimemberarea p.introduction a:hover{
	background: url(../img/rnavi_member_introduction_f2.jpg) no-repeat left top;
}

div#introduction p.introduction a{
	background: url(../img/rnavi_member_introduction_f2.jpg) no-repeat left top;
}






div#rnavimemberarea p.howto a{
	text-indent:-9999px;
	background: url(../img/rnavi_member_howto.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavimemberarea p.howto a:hover{
	background: url(../img/rnavi_member_howto_f2.jpg) no-repeat left top;
}

div#howto p.howto a{
	background: url(../img/rnavi_member_howto_f2.jpg) no-repeat left top;
}




div#rnavimemberarea p.course_guide a{
	text-indent:-9999px;
	background: url(../img/rnavi_member_course_guide.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavimemberarea p.course_guide a:hover{
	background: url(../img/rnavi_member_course_guide_f2.jpg) no-repeat left top;
}

div#course_guide p.course_guide a{
	background: url(../img/rnavi_member_course_guide_f2.jpg) no-repeat left top;
}


div#rnavimemberarea p.embarrases a{
	text-indent:-9999px;
	background: url(../img/rnavi_member_embarrases.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavimemberarea p.embarrases a:hover{
	background: url(../img/rnavi_member_embarrases_f2.jpg) no-repeat left top;
}

div#embarrasses p.embarrases a{
	background: url(../img/rnavi_member_embarrases_f2.jpg) no-repeat left top;
}







div#rnavilistarea p.products162 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_16.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products162 a:hover{
	background: url(../img/rnavi_list_16_f2.jpg) no-repeat left top;
}

div#products162 p.products162 a{
	background: url(../img/rnavi_list_16_f2.jpg) no-repeat left top;
}




div#rnavilistarea p.products30 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_01.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products30 a:hover{
	background: url(../img/rnavi_list_01_f2.jpg) no-repeat left top;
}

div#products30 p.products30 a{
	background: url(../img/rnavi_list_01_f2.jpg) no-repeat left top;
}


div#rnavilistarea p.products31 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_31.jpg) no-repeat left top;
	width: 228px;
	height: 36px;
	display: block;
}

div#rnavilistarea p.products31 a:hover{
	background: url(../img/rnavi_list_31_f2.jpg) no-repeat left top;
}

div#products31 p.products31 a{
	background: url(../img/rnavi_list_31_f2.jpg) no-repeat left top;
}



div#rnavilistarea p.products32 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_02.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products32 a:hover{
	background: url(../img/rnavi_list_02_f2.jpg) no-repeat left top;
}

div#products32 p.products32 a{
	background: url(../img/rnavi_list_02_f2.jpg) no-repeat left top;
}




div#rnavilistarea p.products78 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_11.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products78 a:hover{
	background: url(../img/rnavi_list_11_f2.jpg) no-repeat left top;
}

div#products78 p.products78 a{
	background: url(../img/rnavi_list_11_f2.jpg) no-repeat left top;
}





div#rnavilistarea p.products117 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_14.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products117 a:hover{
	background: url(../img/rnavi_list_14_f2.jpg) no-repeat left top;
}

div#products117 p.products117 a{
	background: url(../img/rnavi_list_14_f2.jpg) no-repeat left top;
}



div#rnavilistarea p.products115 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_15.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products115 a:hover{
	background: url(../img/rnavi_list_15_f2.jpg) no-repeat left top;
}

div#products115 p.products115 a{
	background: url(../img/rnavi_list_15_f2.jpg) no-repeat left top;
}



/* ------ ???-------- */
div#rnavilistarea p.products_su a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_su.gif) no-repeat left top;
	width: 228px;
	height: 36px;
	display: block;
}

div#rnavilistarea p.products_su a:hover{
	background: url(../img/rnavi_list_su_on.gif) no-repeat left top;
}

div#products_su p.products_su a{
	background: url(../img/rnavi_list_su_on.gif) no-repeat left top;
}



div#rnavilistarea p.products_sa a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_SA_02.gif) no-repeat left top;
	width: 228px;
	height: 36px;
	display: block;
}

div#rnavilistarea p.products_sa a:hover{
	background: url(../img/rnavi_list_SA_on_02.gif) no-repeat left top;
}

div#products_su p.products_sa a{
	background: url(../img/rnavi_list_SA_on_02.gif) no-repeat left top;
}


div#rnavilistarea p.products_sw a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_ac.gif) no-repeat left top;
	width: 228px;
	height: 36px;
	display: block;
}

div#rnavilistarea p.products_sw a:hover{
	background: url(../img/rnavi_list_ac_on.gif) no-repeat left top;
}

div#products_su p.products_sw a{
	background: url(../img/rnavi_list_ac_on.gif) no-repeat left top;
}



div#rnavilistarea p.products_sp a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_sp_02.gif) no-repeat left top;
	width: 228px;
	height: 36px;
	display: block;
}

div#rnavilistarea p.products_sp a:hover{
	background: url(../img/rnavi_list_sp_on_02.gif) no-repeat left top;
}

div#products_su p.products_sp a{
	background: url(../img/rnavi_list_sp_on_02.gif) no-repeat left top;
}


div#rnavilistarea p.products_spb a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_spb_02.gif) no-repeat left top;
	width: 228px;
	height: 36px;
	display: block;
}

div#rnavilistarea p.products_spb a:hover{
	background: url(../img/rnavi_list_spb_on_02.gif) no-repeat left top;
}

div#products_su p.products_spb a{
	background: url(../img/rnavi_list_spb_on_02.gif) no-repeat left top;
}

/* ------ ???-------- */




/* ------ ?????????????-------- */
div#rnavilistarea_other p.orange32 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_orange32.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea_other p.orange32 a:hover{
	background: url(../img/rnavi_list_orange32_on.gif) no-repeat left top;
}

div#rnavilistarea_other p.orange105 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_orange105.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea_other p.orange105 a:hover{
	background: url(../img/rnavi_list_orange105_on.gif) no-repeat left top;
}



div#rnavilistarea_other p.orange80 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_orange80.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea_other p.orange80 a:hover{
	background: url(../img/rnavi_list_orange80_on.gif) no-repeat left top;
}


div#rnavilistarea_other p.orange300 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_orange300.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea_other p.orange300 a:hover{
	background: url(../img/rnavi_list_orange300_on.gif) no-repeat left top;
}

div#rnavilistarea_other p.orange05 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_orange05.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea_other p.orange05 a:hover{
	background: url(../img/rnavi_list_orange05_on.gif) no-repeat left top;
}

div#rnavilistarea_other p.orange06 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_orange06.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea_other p.orange06 a:hover{
	background: url(../img/rnavi_list_orange06_on.gif) no-repeat left top;
}

/* ------ ???-------- */



div#rnavilistarea p.products29 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_bimi.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products29 a:hover{
	background: url(../img/rnavi_list_bimi_on.gif) no-repeat left top;
}

div#products29 p.products29 a{
	background: url(../img/rnavi_list_bimi_on.gif) no-repeat left top;
}


div#rnavilistarea p.products48 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_04.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products48 a:hover{
	background: url(../img/rnavi_list_04_f2.jpg) no-repeat left top;
}

div#products48 p.products48 a{
	background: url(../img/rnavi_list_04_f2.jpg) no-repeat left top;
}



div#rnavilistarea p.products35 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_05.jpg) no-repeat left top;
	width: 228px;
	height: 35px;
	display: block;
}

div#rnavilistarea p.products35 a:hover{
	background: url(../img/rnavi_list_05_f2.jpg) no-repeat left top;
}

div#products35 p.products35 a{
	background: url(../img/rnavi_list_05_f2.jpg) no-repeat left top;
}


div#rnavilistarea p.products112 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_goma_off.jpg) no-repeat left top;
	width: 230px;
	height: 32px;
	display: block;
}

div#rnavilistarea p.products112 a:hover{
	background: url(../img/rnavi_list_goma_on.jpg) no-repeat left top;
}

div#products112 p.products112 a{
	background: url(../img/rnavi_list_goma_on.jpg) no-repeat left top;
}



div#rnavilistarea p.products75 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_10.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products75 a:hover{
	background: url(../img/rnavi_list_10_f2.jpg) no-repeat left top;
}

div#products75 p.products75 a{
	background: url(../img/rnavi_list_10_f2.jpg) no-repeat left top;
}



div#rnavilistarea p.products54 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_07.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products54 a:hover{
	background: url(../img/rnavi_list_07_f2.jpg) no-repeat left top;
}

div#products54 p.products54 a{
	background: url(../img/rnavi_list_07_f2.jpg) no-repeat left top;
}




div#rnavilistarea p.products57 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_08.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products57 a:hover{
	background: url(../img/rnavi_list_08_f2.jpg) no-repeat left top;
}

div#products57 p.products57 a{
	background: url(../img/rnavi_list_08_f2.jpg) no-repeat left top;
}



div#rnavilistarea p.products62 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_09.jpg) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products62 a:hover{
	background: url(../img/rnavi_list_09_f2.jpg) no-repeat left top;
}

div#products62 p.products62 a{
	background: url(../img/rnavi_list_09_f2.jpg) no-repeat left top;
}



div#rnavilistarea p.products110 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_12.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products110 a:hover{
	background: url(../img/rnavi_list_12_f2.gif) no-repeat left top;
}

div#products110 p.products110 a{
	background: url(../img/rnavi_list_12_f2.gif) no-repeat left top;
}



div#rnavilistarea p.products111 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_watashi_off.gif) no-repeat left top;
	width: 228px;
	height: 21px;
	display: block;
}

div#rnavilistarea p.products111 a:hover{
	background: url(../img/rnavi_list_watashi_on.gif) no-repeat left top;
}

div#products111 p.products111 a{
	background: url(../img/rnavi_list_watashi_on.gif) no-repeat left top;
}

div#rnavilistarea p.products33 a{
	text-indent:-9999px;
	background: url(../img/rnavi_list_stickjelly.gif) no-repeat left top;
	width: 228px;
	height: 35px;
	display: block;
}

div#rnavilistarea p.products33 a:hover{
	background: url(../img/rnavi_list_stickjelly_on.gif) no-repeat left top;
}

div#products33 p.products33 a{
	background: url(../img/rnavi_list_stickjelly_on.gif) no-repeat left top;
}



label.error{
	color:red;
}


input.submit{
	background: url(../../includes/languages/japanese/images/buttons/button_continue.gif) no-repeat left top;
	width: 64px;
	height: 29px;
	border:none;
	cursor:pointer;
}




div#form{

}

div#form table.table{


}

div#form table.table th,
div#form table.table td{
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: solid 1px #848484;

	font-size:12px;
}

.osusume02{
font-size:18px;
color:#56c048;
font-weight:bold;
line-height:1.2;
}

.osusume03{
font-size:18px;
color:#9869c6;
font-weight:bold;
line-height:1.2;
}

.osusume04{
font-size:18px;
color:#30adff;
font-weight:bold;
line-height:1.2;
}

.osusume05{
font-size:18px;
color:#ff9300;
font-weight:bold;
line-height:1.2;
}
