/*--------------------------------------------------------------------------
	Firefox 特有ボックスサイズ計算対策
--------------------------------------------------------------------------*/
/*
*
{
	 box-sizing : border-box;
}

*
{
	-moz-box-sizing : border-box
}*/

/*--------------------------------------------------------------------------
	HTML タグに対するスタイル
--------------------------------------------------------------------------*/

body
{
	background-color: rgb(255, 255, 255);
	color: #666666;
	margin: 0px;
	font-size: 9pt;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
td
{
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
strong {
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

em {
	font-style: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	font-weight: normal;
	font-variant: normal;
}

/*--------------------------------------------------------------------------
	独自定義の class スタイル
--------------------------------------------------------------------------*/

.ui_position
{
	position: relative;
}

.enable_textbox
{
	background-color: #FFFFFF;
}

.disable_textbox
{
	background-color: #ECECEC;
}
.disable_textbox30
{
	background-color: #ECECEC;
	width: 30px;
}
.disable_textbox40
{
	background-color: #ECECEC;
	width: 40px;
}
.disable_textbox90
{
	background-color: #ECECEC;
	width: 90px;
}
.disable_textbox210
{
	background-color: #ECECEC;
	width: 210px;
}


.active_form {
	ime-mode: active;
}
.inactive_form {
	ime-mode: disabled;
}
.auto_form {
	ime-mode: auto;
}

.active_form90 {
	ime-mode: active;
	width: 90px;
}
.active_form160 {
	ime-mode: active;
	width: 160px;
}
.active_form210 {
	ime-mode: active;
	width: 210px;
}
.active_form210x150 {
	ime-mode: active;
	width: 210px;
	height: 150px;
}
.active_form300x150 {
	ime-mode: active;
	width: 300px;
	height: 150px;
}
.inactive_form30 {
	ime-mode: inactive;
	width: 30px;
}
.inactive_form40 {
	ime-mode: inactive;
	width: 40px;
}
.inactive_form120 {
	ime-mode: inactive;
	width: 120px;
}
.inactive_form150 {
	ime-mode: inactive;
	width: 150px;
}
.inactive_form210 {
	ime-mode: inactive;
	width: 210px;
}
.auto_form165 {
	ime-mode: auto;
	width: 165px;
}
.auto_form170 {
	ime-mode: auto;
	width: 170px;
}
.auto_form180 {
	ime-mode: auto;
	width: 180px;
}
.auto_form400x400 {
	ime-mode: auto;
	width: 400px;
	height: 400px;
}

.dummy_form {
	width: 0px;
	height: 0px;
	position: absolute;
	top: -50px;
}

.tablebg02_phone {
	background-color: #FFFFF0;
	font-size: 90%;
	border: 2px solid #DDDDDD;
	padding: 6px;
}

.tablebg03_phone {
	background-color: #FFFFF0;
	font-size: 90%;
	border: 2px solid #DDDDDD;
	padding: 10px;
}
/*--------------------------------------------------------------------------
	基本レイアウトに対するスタイル
--------------------------------------------------------------------------*/

td.header
{
	width: 800px;
	height: 98px;
	vertical-align: top;
	text-align: left;
}
td.menu_left
{
	width: 180px;
	background-color: #EEEEEE;
	vertical-align: top;
}
table.contents
{
	width: 800px;
	border: solid 1px #95343B;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
td.contents_main
{
	width: 443px;
	padding: 0px 8px 8px 13px;
	vertical-align: top;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
td.menu_right
{
	width: 167px;
	background-color: #EEEEEE;
	vertical-align: top;
}
td.footer
{
	width: 800px;
	height: 64px;
}

td.ringsize
{
	text-align: center;
}

textarea, input, select
{
	font-family: "ＭＳ Ｐゴシック", Osaka;
}


/*--------------------------------------------------------------------------
	デザイナさんのmjc_main.css
--------------------------------------------------------------------------*/

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:active {
	color: #FF6600;
	text-decoration:underline;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}
form {
	display: inline;
}
.small70 {
	font-size: 70%;
}
.small80 {
	font-size: 80%;
}
.small {
	font-size: 75%;
}
.small2 {
	font-size: 75%;
	line-height: 140%;
}
.freedial {
	font-size: 120%;
}
.narrow_text {
	line-height: 100%;
}

.side_col01 {
	background-color: #EEEEEE;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.side_col02 {
	background-color: #F3F2DA;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 75%;
}
.side_col03 {
	background-color: #F3E9EA;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 75%;
}
.form {
	font-size: 9px;
	color: #333333;
	margin-bottom: 2px;
}

.side_l {
	background-image: url(../Img/top_sidel_bg.gif);
	width: 166px;
}
.top_content_bg {
	background-color: #E9EDEF;
}

.imgbtn_display {
	display: block;
}


/*--------------------------------------------------------------------------
	デザイナさんのmjc_contents.css
--------------------------------------------------------------------------*/

.tabletop01 {
	background-color: #FBF0F1;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #990000;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.tablebody01 {
	background-color: #FFFFF0;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 90%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	padding-left: 5px;
}
.tablebg01_TBRL {
	background-color: #FBF0F1;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}
.tablebg01_TBR- {
	background-color: #FBF0F1;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg01_TB-- {
	background-color: #FBF0F1;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg01_-BRL {
	background-color: #FBF0F1;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}
.tablebg01_-BR- {
	background-color: #FBF0F1;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg01_T--- {
	background-color: #FBF0F1;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 2px;
}
.tablebg01_-B-- {
	background-color: #FBF0F1;
	font-size: 90%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
}

.tablebg02_TBRL {
	background-color: #FFFFF0;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}
.tablebg02_TBR- {
	background-color: #FFFFF0;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg02_TB-- {
	background-color: #FFFFF0;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg02_-BRL {
	background-color: #FFFFF0;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}
.tablebg02_-BR- {
	background-color: #FFFFF0;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg02_T--- {
	background-color: #FFFFF0;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 2px;
}
.tablebg02_-B-- {
	background-color: #FFFFF0;
	font-size: 90%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
}

.tablebg03_TBRL {
	background-color: #FFFFFF;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}
.tablebg03_TBR- {
	background-color: #FFFFFF;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg03_TB-- {
	background-color: #FFFFFF;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg03_-BRL {
	background-color: #FFFFFF;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
}
.tablebg03_-BR- {
	background-color: #FFFFFF;
	font-size: 90%;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding: 2px;
}
.tablebg03_T--- {
	background-color: #FFFFFF;
	font-size: 90%;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 2px;
}
.tablebg03_-B-- {
	background-color: #FFFFFF;
	font-size: 90%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
}

.tablewaku {
	border: 1px solid #CCCCCC;
}

.tablebg01 {
	background-color: #FBF0F1;
	font-size: 90%;
	padding: 2px;
}
.tablebg02 {
	background-color: #FFFFF0;
	font-size: 90%;
	padding: 2px;
}

.text01 {
	font-size: 85%;
	color: #990000;
}
.text02 {
	font-size: 90%;
	color: #990000;
}
.text03 {
	color: #00B4CD;
}
.text04 {
	color: #999319;
}
.total_money_text 
{
	font-size: 180%;
	font-weight: bold;
}
.member_check_title_text 
{
	font-size: 120%;
	font-weight: bold;
}

.thumbnail01 {
	padding-bottom: 5px;
}
.thumbnail_bg01 {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #EEEEEE;
}
.title01 {
	background-color: #FFFFEE;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #333333;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.thumbnail02 {
	padding-bottom: 5px;
}

.ranking01 {
	background-color: #FBF0F1;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.ranking02 {
	background-color: #FBF0F1;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-right: 5px;
	padding-left: 5px;
}






.capture01 {
	margin-left: 10px;
	margin-bottom: 10px;

}

.photo_r {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo_l {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.shop_guide_bg {
	background-image: url(../Img/ShoppingGuide/shop_guide_bg.jpg);
	background-repeat: no-repeat;
}

.catv_thumnail_table_a1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.catv_thumnail_table_a2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.catv_thumnail_table_a3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.catv_thumnail_table_b1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #489E3D;
	border-right-color: #489E3D;
	border-bottom-color: #489E3D;
	border-left-color: #489E3D;
}
.catv_thumnail_table_b2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #489E3D;
	border-right-color: #489E3D;
	border-bottom-color: #489E3D;
	background-color: #FFFFFF;
	font-size: 80%;
	padding-left: 5px;
}

.catv_thumnail_table_space1 {
	margin-bottom: 5px;
}

.photo_l {
	padding-right: 10px;
	padding-bottom: 10px;
}
.spec {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}



/*========================================================
　フォームのwidth600対応　(追加20090617)
==========================================================*/

div #form_container{
	width:600px;
	text-align:left;
	margin: 0 auto 20px auto;
}

.flowchart{
	float: right;
}

.clr{
	clear: right;
}

.cent{
	margin:0 90px;
}



/*========================================================
　トップページｈ1スタイル　(追加20091216)
==========================================================*/
h1.toppage{
	color: #E72C3A;
	margin: 0;
	padding: 1em 0;
	font-size: 11px;
}

/*========================================================
　キーワード商品用のスタイル　(追加20091216)
==========================================================*/

.area01 h1{
	color:#6f9ece;
	margin:0 0 0.1em 0.3em;
	position:relative;
	top:6px;
	font-size:14px;
	font-weight:bold;
	width:400px;
	clear:both;
}

.area01 .p03{
	color:#990000;
	font-size:11px;
	padding:0 4px;
	margin:0 0 -8px 0;
}

ul.leftMenu{
	margin:0 0 -10px -30px;
	font-size:10px;
}




.box01{
	position:relative;
	bottom:30px;
}

.p04{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:6px; top:10px;
}

.p05{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:6px; top:11px;
}


.area02 .ul02 li{
	padding:0 1em 0 0;
	font-size:10px;
	list-style-type:none;
	position:relative;
	left:-36px;
	display:inline;
}

.box04 {
	margin-top:-30px;
}

.big_inner{
	margin:0 5px;
}



/* main 下 ▼ */

.section01 {
	width:420;
	clear:both;
	margin-top:10px;
}

.section01 .p02{
	margin:0 0px 1px 0;
	font-size:13px;
	font-weight: normal;
}

.section02{
	margin-bottom:10px;
	position:relative;
	top:10px;
}
.section01 .p02{
	color:#6f9ece;
	clear:both;
	font-size:13px;
	font-weight: normal;
}

.section01 .ul02{
	margin:2px 0 0 0px;
	list-style-type:none;
	text-decoration: none;
}

.section01 .ul02 li{
	padding:0 1em 0 0;
	font-size:11px;
	list-style-type:none;
	position:relative;
	left:-38px;
	display:inline;
}

/* main 下 ▲ */


.area02 .p03{
	color:#6f9ece;
	margin-bottom:-10px;
	clear:both;
	font-size:12px;
	position:relative;
	top:-2px;
}

.p09{
	color:#6f9ece;
	margin-bottom:1px;
	clear:both;
	font-size:12px;
}

.big{
	font-size:11px;
	margin:20px 0 -5px 0;
}

.area02Sub .ul02{
	margin:8px 0 0 -1px;
}

span.inner{
	margin:0 8px;
	width:3px;
}

h1{
	font-size:11px;
	margin:0;
	padding:0;
}

/* ie7 */

/* leftMenu ▼ */

*:first-child+html .box00 {
	position:relative;
	top:-30px;
	margin:0 0 -10px 0;
}

*:first-child+html .box01 {
	margin:0px 0 0px 0;
}

*:first-child+html .box02 {
	width:420;
	clear:both;
	margin:0px 0 -42px 0;
	position:relative;
	top:-20px;
}

*:first-child+html .box03{
	margin-bottom:-30px;
	position:relative;
	top:-0px;
}

*:first-child+html .box01{
	position:relative;
	bottom:30px;
}
*:first-child+html .p04{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:10px; top:27px;
}

*:first-child+html .p05{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:10px; top:27px;
}

*:first-child+html ul.leftMenu{
	margin:-10px 0 0 55px;
	text-decoration:underline;
}

*:first-child+html ul.leftMenu{
	text-decoration:underline;
	margin:0 0 0 20px;
}

/* leftMenu ▲ */

/* main 上 ▼ */

*:first-child+html .area02Sub {
	margin:8px 0 0 0px;
}

*:first-child+html .area02{
	position:relative;
	top:-10px;
}


*:first-child+html .area01 .p03{
	position:relative;
	top:2px;
	margin-bottom:6px;
	color:#99000;
}

*:first-child+html .box03 .ul02 li{
	float:left;
	font-size:11px;
	padding:0 0 0 10px;
	position:relative;
	left:40px; bottom:2px;
}

*:first-child+html .area02 .ul02 li{
	padding:0 10px 0 0;
	font-size:10px;
	list-style-type:none;
	position:relative;
	left:4px;
	display:inline;
	line-height:20px;
}


*:first-child+html .big{
	font-size:11px;
	margin:0px 0 -1px 0;
}


*:first-child+html .area01 h1{
	color:#6f9ece;
	margin:1em 0 0.1em 0.3em;
	position:relative;
	top:6px;
	font-size:14px;
	font-weight:bold;
}

/* main 上 ▲ */

*:first-child+html .section02 .ul02 {
	margin:0 0 0 -13px;
}

*:first-child+html .section01 .ul02 li{
	padding:0 1em 0 0;
	font-size:11px;
	list-style-type:none;
	position:relative;
	left:-38px;
	display:inline;
}

*:first-child+html .move11{
	position:relative;
	left:38px;
}


*:first-child+html .section02 .ul02 {
width:420px;
	position:relative;
	left:50px; bottom:0px;
}


*:first-child+html  .section01{
	margin-top:20px;
}

*:first-child+html  .section02{
	margin-bottom:20px;
	position:relative;
	top:5px;
}

/* ie6 */

/* leftMenu ▼ */


*html .box00 {
	position:relative;
	top:-30px;
	margin:0 0 -10px 0;
}


*html .box02 {
	width:420;
	clear:both;
	margin:0px 0 -42px 0;
	position:relative;
	top:-20px;
}

*html .box03{
	margin-bottom:-40px;
	position:relative;
	top:-0px;
}


*html .p04{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:10px; top:27px;
}

*html .p05{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:10px; top:27px;
}

*html ul.leftMenu{
	margin:3px 0 0 16px;
}

*html .box01 .leftMenu li a{
	text-decoration:underline;
}

/* leftMenu ▲ */

/* main 上 ▼ */

*html .area02Sub .ul02 li{
	padding:0 1em 0 0;
	font-size:10px;
	list-style-type:none;
	position:relative;
	left:4px; top:3px;
	display:inline;
	line-height:18px;
}

*html .area02Sub .ul02 li a{text-decoration:underline;}

*html .p04{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:8px; top:25px;
}

*html .area01 .p03{
	position:relative;
	top:0px;
}

*html .area02 {
	margin-top:-5px;
}



/* main 上 ▲ */

/* main 下 ▼ */

*html .section01 .ul02 li{
	padding:0 1em 0 0;
	font-size:11px;
	list-style-type:none;
	position:relative;
	left:-38px;
	display:inline;
}

*html .move11{
	position:relative;
	left:38px;
}


*html .section02 .ul02 {
	width:420px;
	position:relative;
	left:38px; bottom:0px;
}

*html .section01 .p02{
	color:#6f9ece;
	clear:both;
	font-size:13px;
	font-weight: normal;
	position:relative;
	top:3px;
}


*html .section02 .p02{
	color:#6f9ece;
	clear:both;
	font-size:13px;
	font-weight: normal;
	position:relative;
	top:4px;
}

*html .section02{
	margin-bottom:-10px;
	position:relative;
	top:7px;
}

*html .p05{
	width:180px;
	color:#6f9ece;
	text-align:left;
	position:relative;
	left:8px;
}


*html .section01 .ul02 a{text-decoration: underline;}

/* main 下 ▲ */



.area01 a,
.area02 a,
.leftMenu a,
#bread a,
.ul02 a{
	text-decoration: underline;
}

.big a{
	text-decoration: none;
}

.none a{
	text-decoration: none;
}







/*================================================================================
　breadcrumbs
================================================================================*/

.breadcrumbs{
	margin:0;
	padding:0 0 0 5px;
	font-size:80%;
	height:12px;
	width:420px;
	position:relative;
	left:0px; bottom:-3px;
	text-decoration: none;
}

.breadcrumbs li{
list-style-type:none;
	float:left;
	color:#6f9ece;
	line-height:22px;
	margin-right:4px;
	padding-right:5px;
	color:#6f9ece;
}

.breadcrumbs li.li01{
	color:#666666;
}

.breadcrumbs li a{
	color:#6f9ece;
}

.breadcrumbs li a:visited{
	text-decoration:none;
	color:#666666;
}

.breadcrumbs li a:active{
	text-decoration:none;
	color: #6f9ece;
}

.breadcrumbs li a:link{
	text-decoration:none;
	color: #666666;

.breadcrumbs li a:hover{
	text-decoration:underline;
	color: #6f9ece;
}

.bread_now{color: #6f9ece;}
