/*********************************************/
/********** -拡張設定 ************************/
/*********************************************/

	a { text-decoration: underline; outline: none; margin:0; padding:0;}
	img { border:none; }

/*********************************************/
	/********** -基本設定 ************************/
/*********************************************/

/********** --ボディ **********/
body {
background-color: #FFFFFF;

}

#base{ width: 750px;}

#headbg{
background-image:url(img/headbg.jpg);
}
#exbg{
background:url(img/exbg.jpg);
}
#exbg2{
background:url(img/exbg2.jpg);
}
#popwinbg2{background:url(img/popwinbg2.jpg);}
#popwinbg{background:url(img/popwinbg.jpg);}
/********** --テキスト **********/
body, td, th, input, select, option, textarea { color: #333333;}

/********** --リンクスタイル **********/
a:link {	color: #205DE8; text-decoration: none;}
a:visited {	color: #205DE8; text-decoration: none;}
a:active {	color: #205DE8; text-decoration: none;}
a:hover {	color: #205DE8; text-decoration:underline;}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}



/*********************************************/
/********** -ボディコンテンツ ****************/
/*********************************************/

/** 引用 **/
blockquote { border: #205DE8 1px solid; background: #efefef;}

/********** --箇条書き **********/
ol li { list-style-type: decimal;}
ul li { list-style-image: url(/template/101/img/listicon.gif);}

/********** --水平線 **********/
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}

/********** --見出し **********/
h1 {
	color:#F13388;
	margin: 0px 0 0 5px;
	padding:0;
	text-align: left ;
}
h1.hfit {padding-top:6px;}

h1.index_title {
	font-size:12px;
	
}

h2 {
	color:#5D91D3;
	margin: 0px 0px 10px 0px;
	text-align: left;
	border-top:1px solid #6B9FE1;
	border-bottom:1px solid #6B9FE1;
	border-left:5px solid #6B9FE1;
	border-right:5px solid #6B9FE1;
	background: #FFFFFF url("/template/101/img/h2_bg.gif") repeat-x bottom;
}

h3 {
	color:#7d1a1e; 
font-size:14px;
margin:0 0 0 8px; 
padding:0; position:relative; top:8px;
font-weight:bold;
letter-spacing:0;
line-height:100%;
}

h4 {
	color:#5D91D3;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	text-align: left;
	border-bottom:1px dotted #5D91D3;
	background: url("/template/101/img/h4_bg.gif") no-repeat left top;
}

h5 {
	color:#444444;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	text-align: left;
	background: url("/template/101/img/h5_bg.gif") no-repeat left top;
}

h6 {
	color:#444444;
	margin: 0px 0px 10px 0px;
	padding-left: 20px;
	text-align: left;
	background: url("/template/101/img/h6_bg.gif") no-repeat left top;
}

/********** --表 **********/
/***** ---パターンA *****/
.table_a {
	border: #999999 1px solid;
	padding: 0px;
}

.table_a caption {
	font-weight: bold;
	color:#444444;
	padding: 3px 3px 3px 15px;
	background: url(/template/101/img/tablecaption.gif) no-repeat left top;
}
.table_a_th {
	border: #FFFFFF 1px solid ;
	text-align: left;
	font-weight: bold;
	color: #5B90D3;
	background: url(/template/101/img/tableicon.gif) no-repeat left top; 
	background-color: #E0DEDE;
	padding-left: 20px;
}
.table_a_th2 {
	text-align: left;
	border: #FFFFFF 1px solid;
	font-weight: normal;
	color: #444444;
	padding-left: 10px;
	background-color: #E0DEDE;
}
.table_a_td {
	text-align: left;
	border: #FFFFFF 1px solid;
	font-weight:normal;
	color: #444444;
	padding-left: 10px;
	background-color: #f7f7f7;
}

/***** ---パターンB *****/
.table_b {
	border: #999999 1px solid;
	padding: 0px;
}

.table_b caption {
	font-weight: bold;
	color:#444444;
	padding: 3px 3px 3px 15px;
	background: url(/template/101/img/tablecaption.gif) no-repeat left top;
}
.table_b_th {
	border: #FFFFFF 1px solid;
	text-align: left;
	font-weight: normal;
	color: #444444;
	background-color: #81B5F6;
}
.table_b_th2 {
	text-align: left;
	border: #FFFFFF 1px solid;
	font-weight: normal;
	color: #444444;
	background-color: #81B5F6;
}
.table_b_td {
	text-align: left;
	border: #FFFFFF 1px solid;
	font-weight:normal;
	color: #444444;
	background-color: #f7f7f7;
}

/***** ---パターンC *****/
.table_c {
	border: #999999 1px solid;
	padding: 0px;
}

.table_c caption {
	font-weight: bold;
	color:#444444;
	padding: 3px 3px 3px 15px;
	background: url(/template/101/img/tablecaption.gif) no-repeat left top;
}
.table_c_th {
	border: #FFFFFF 1px solid;
	text-align: left;
	font-weight: normal;
	color: #444444;
	background-color: #EF7452;
	padding: 3px 3px 3px 10px;
}
.table_c_th2 {
	text-align: left;
	border: #FFFFFF 1px solid;
	font-weight: normal;
	color: #444444;
	background-color: #EF7452;
}
.table_c_td {
	text-align: left;
	border: #FFFFFF 1px solid;
	font-weight:normal;
	color: #444444;
	background-color: #f7f7f7;
}

/** その他 **/
.table_d caption, .table_e caption, .table_f caption {
 background: url(/template/101/img/tablecaption.gif) repeat-x no-repeat left top;
 padding-left:15px;
}
.clear{
	clear:both;
}
div{
	margin:0;
	padding:0;
}
.algnR{
	text-align:right;
	}
.algnC{
	text-align:center;
	}
.p5{
	padding:5px 0;
}
.p10{
	padding:10px 0;
}

/********** --パーツ挿入 **********/
/***** ---ベースA *****/
.listbox_a {
	padding: 0px ;
	border-top: #999999 3px solid;
	border-bottom: #999999 3px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
}

.listset_a1_ul {
	background: #ffffff;
	margin: 0px;
	padding: 3px 30px;
}
.listset_a1_li {
	margin: 0px;
	padding: 0px;
	color:#666666;
	list-style-image: url(/template/101/img/listicon_a1.gif);
	line-height:165%;
}

.listset_a2_ul {
	margin: 0px;
	padding: 3px 30px;
}
.listset_a2_li {
	margin: 0px;
	padding: 0px;
	color:#666666;
	list-style-image: url(/template/101/img/listicon_a2.gif);
	line-height:120%;
}

/***** ---ベースB *****/
.listbox_b {
	padding: 0px ;
	border-top: #999999 3px solid;
	border-bottom: #999999 3px solid;
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	margin-bottom: 0px;
}

.listset_b1_ul {
	background: #ffffff;
	margin: 0px;
	padding: 3px 30px;
}
.listset_b1_li {
	margin: 0px;
	padding: 0px;
	color:#666666;
	list-style-image: url(/template/101/img/listicon_b1.gif);
	line-height:165%;
}

.listset_b2_ul {
	margin: 0px;
	padding: 3px 30px;
}
.listset_b2_li {
	margin: 0px;
	padding: 0px;
	color:#666666;
	list-style-image: url(/template/101/img/listicon_b2.gif);
	line-height:120%;
}
.listset_b1_li a:link { color: #E9471B;}
.listset_b1_li a:visited { color: #E9471B;}
.listset_b1_li a:hover { color: #E9471B; text-decoration:underline;}

.listset_b2_li a:link { color: #E9471B;}
.listset_b2_li a:visited { color: #E9471B;}
.listset_b2_li a:hover { color: #E9471B; text-decoration:underline;}

/***** ---トピックリスト *****/
/** パターン5 **/.pagetitle_a {
 background:URL(/template/101/img/listicon_a1.gif) no-repeat left top;
 padding:3 0 3 18px;
 margin-left:10px;}

/** パターン6 **/
.pagetitle_b {
 background:URL(/template/101/img/listicon_b1.gif) no-repeat left top;
 padding:3 0 3 18px;
 margin-left:10px;}

/***** ---サイトマップ *****/
/** パターン3・4 **/
.titletext_level1{
 background:URL(/template/101/img/twin_listicon.gif) no-repeat left top;
 padding-left:15px;}
.titletext_level2{
 background:URL(/template/101/img/twin_listicon.gif) no-repeat left top;
 padding-left:15px;}





/*********************************************/
/********** -スキンデザイン*******************/
/*********************************************/


/********** --ヘッダー **********/
/*#header{
 width:750px;
 background: url("/template/101/img/head_bg.gif");
 background-repeat: no-repeat;
 background-position: top left;
 border-top: 1px solid #999999;
 border-bottom: 3px solid #999999;
 border-left: 1px solid #999999;
 border-right: 1px solid #999999;
 text-align:left;
}*/

/***** ---ロゴ *****/
.logo {
 padding:3px;
}
.logo a:hover{ border-style:none; }

/***** ---ヘッダーメニュー *****/
.headermenu_text{
 font-size:11px; color:#333333;
 line-height:120%;
 text-align: right;
 text-valign: bottom;
 margin:10px;
}
.headermenu_text a:link{
 color: #333333;
 text-decoration:none;
}
.headermenu_text a:visited{
 color: #333333;
 text-decoration:none;
}
.headermenu_text a:hover{
 color: #333333;
 background-color:#EFEFEF;
 text-decoration:underline;
}

#head{
	width:883px;
	height:112px;
	padding:0 5px 0 0;
	background: #fde6f8 url(images/img_header.jpg) no-repeat 0px bottom;
}
#headlogo a{
	display:block;
	float:left;
	width:390px;
	height:98px;
	text-indent:-999em;
}
#headright{
	float:right;
	width:220px;
	text-align:right;
}
#headright #cart{
	margin:5px 0 0 0;
}
#gnavi{
	width:888px;
	_width:883px;
}
#gnavi ul{
	margin:0;
	padding:0 0 0 4px;
	height:24px;
	background:#980015;
}
#gnavi li{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-999em;
}
#gnavi li a{
	display:block;
	height:23px;
	background:url(images/gnavi_off.gif) no-repeat;
}
#gnavi li a:hover{
	background:url(images/gnavi_on.gif) no-repeat;
}
#gnavi #gnavi01 a{ background-position:0px 0px; width:101px;}
#gnavi #gnavi02 a{ background-position:-101px 0px; width:101px;}
#gnavi #gnavi03 a{ background-position:-202px 0px; width:101px;}
#gnavi #gnavi04 a{ background-position:-303px 0px; width:167px;}
#gnavi #gnavi05 a{ background-position:-470px 0px; width:101px;}
#gnavi #gnavi06 a{ background-position:-571px 0px; width:101px;}
#gnavi #gnavi07 a{ background-position:-672px 0px; width:101px;}
#gnavi #gnavi08 a{ background-position:-773px 0px; width:102px;}

/********** --メインナビゲーション **********/
/***** ---メインメニュー *****/
#mainmenubox{
 width:750px; 
 margin-top:5px;
 text-align: left;
 background: #999999;
 padding: 1px;
 margin-bottom:5px;
}

.text_text{
 font-size:12px; 
 line-height:120%;
 text-align: center;
 width: 100px;
 padding: 8px 1px 5px 3px;;
}

/** メインメニュー通常時 **/
.mainmenu{
 font-size:12px; 
 text-align:center;
 text-valign:middle;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #cccccc;
 background: url("/template/101/img/menu_bg.gif");
 cursor: pointer;
}
.mainmenu a:link{
 text-align:center;
 text-decoration:none;
}
.mainmenu a:visited{
 text-align:center;
 text-decoration:none;
}

/** メインメニュー設定なし **/
.mainmenu_off{
 font-size:12px; 
 text-align:center;
 text-valign:middle;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #cccccc;
 background: url("/template/101/img/menu_bg.gif");
}

/** メインメニュー選択時 **/
.mainmenu_on{
 color: #333333;
 font-size:12px; 
 text-align:center;
 text-valign:middle;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #cccccc;
 background: #FFFFFF url("/template/101/img/menu_on_bg.gif");
 cursor: pointer;
}
.mainmenu_on a:link{
 color: #333333;
 text-align:center;
 text-decoration:none;
}
.mainmenu_on a:visited{
 color: #333333;
 text-decoration:none;
}

/** メインメニューマウスオーバー時 **/
.mainmenu_hover{
 font-size:12px; 
 text-align:center;
 text-valign:middle;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #cccccc;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #cccccc;
 background: #FFFFFF url("/template/101/img/menu_on_bg.gif");
 cursor: pointer;
}
.mainmenu_hover a:link{
 text-align:center;
}
.mainmenu_hover a:hover{
text-decoration:none;
}

/***** ---メインメニューガイド *****/
#mainmenu_guide{
 width:750px;
 background: #ffffff ;
 border-top: 1px solid #999999;
 border-bottom: 0px solid #999999;
 border-left: 0px solid #999999;
 border-right: 0px solid #999999;
}

.mainmenu_guide_text{
 padding:10px 10px 10px 10px;
 font-size:14px;
 line-height:130%;
 font-weight:bold;
 color:#333333; 
 text-align:left;
}

/***** ---ぱんくず *****/
#crumb {
 width:750px;
 color:#666666; text-align:left;
background: #E3E3E3;
 border-top: 1px solid #999999;
 border-bottom: 1px solid #999999;
 margin-bottom:10px;
}

.crumb_text {
 font-size:10px;
 line-height:120%;
 text-valign:middle;
 padding:2px 10px 2px 10px ;
}
.crumb_text a:link {
	text-decoration:none;
}
.crumb_text a:visited {
	text-decoration:none;
}
.crumb_text a:hover {
	text-decoration:underline;
}


/********** --ボディコンテンツ枠 **********/
.main_td{
 background: #FFFFFF;
 padding:0px;
}
#body_bg{
background-color:#FFFFFF;
}

/* inquiry */
.inquiry{
	/*width:880px;*/
	padding:18px 50px;
}
.inquiry h2{
	margin:0 0 18px 0;
	padding:0;
	background:none;
	border:none;
}
.inquiry p{
	text-align:left;
}
.inquiry #txtarea{
	width:736px;
	padding:25px 22px;
	background:#ffe8c8;
}
.inquiry #txtarea p{
	width:420px;
	margin-bottom:10px;
}
.inquiry #txtarea .ttl{
	font-weight:bold;
	font-size:15px;
	color:#f51a81;
}
.inquiry .inquirytxt{
	width:420px;
}
.inquiry .inquiryimg{
	float:right;
	width:260px;
}
.inquiry .point{
	padding:0 0 0 12px;
	background:url(images/icon_inquiry01.gif) no-repeat 0px 3px;
}
.inquiry #tel{
	margin:0px auto;
	padding:28px 0;
	text-align:center;
	background:#e5e4e4;
}
iframe{
	border:none;
}

/* qa */
#qa{
	width:630px;
	margin:0 auto;
	_margin:0 0 0 10px;
	font-size:12px;
}
#qa a{
	text-decoration:underline;
	outline-width: 0;
}
#qa a:hover{
	text-decoration:none;
}
#qa h2{
	margin:0 0 18px 0;
	padding:0;
	background:none;
	border:none;
}
#qa #btn{
	padding:20px 0;
	background:#ffdce8;
}
#qa h3{
	margin:20px 0;
	padding:0;
	background:none;
	border:none;
}
#qa ul{
	margin:0 0 50px 0;
}
#qa li{
	list-style:none;
	line-height:2;
	list-style-position:inside;
	list-style-image:none;
}
#qa .toqa{
	background:url(images/icon_qa01.gif) no-repeat 515px 3px;
}
#qa h4{
	padding:10px 20px;
	font-weight:bold;
	color:#1f73a7;
	background:#daeefb;
	border:none;
}
#qa dl{
	margin:0;
	padding:0;
}
#qa dt{
	margin:20px 0;
	padding:0px 50px;
	background:url(images/icon_q.gif) no-repeat 30px 2px;
	line-height:1.5;
}
#qa dd{
	margin:10px 0;
	padding:0px 30px 20px 50px;
	border-bottom:#b6b5b5 1px solid;
	background:url(images/icon_a.gif) no-repeat 30px 2px;
	line-height:1.5;
}
/********** --サイド **********/
#side{
 width:170px; 
 background: #ffffff;
 padding-bottom: 20px;
}

.side{
	width:195px;
	margin:10px 0 0 0;
	font-size:12px;
	text-align:left;
	vertical-align:bottom;
}
.side a{
	text-decoration:underline;
	outline-width: 0;
}
.side a:hover{
	text-decoration:none;
}
.side p{
	margin:0;
	padding:0;
}
.siderkg{
	width:195px;
	background:url(images/bk_siderkg.gif) no-repeat bottom;}
.siderkg .no1, .siderkg .no2, .siderkg .no3{
	width:191px;
	height:40px;
	margin:0 1px;
}
.siderkg .no1{background:url(images/img_sideno1_01.gif) no-repeat 1px 0px;}
.siderkg .no2{background:url(images/img_sideno2_01.gif) no-repeat 1px 0px;}
.siderkg .no3{background:url(images/img_sideno3_01.gif) no-repeat 1px 0px;}
.siderkg .no1 p, .siderkg .no2 p, .siderkg .no3 p{
	margin:0;
	padding:5px 0 0 50px;
	font-weight:bold;
}
.siderkg .no1 p span, .siderkg .no2 p span, .siderkg .no3 p span{
	font-size:9px;
}
.siderkg .rkgimg{
	width:171px;
	height:80px;
	padding:5px 10px;
}
.siderkg .rkgimg img{
	float:left;
	margin:0 5px 0 0;
	padding:1px;
	border:#a30013 1px solid;
}


/***** ---サイドメニュー *****/
.sidemenu {
 margin:0px 10px 2px 10px;
}

.sidemenu_header {
 margin:5px 10px 5px 10px;
}
.sidemenu_footer {
 margin:5px 10px 5px 10px;
}
.sidemenu_td{
}
.sidemenu_table {
 cursor: pointer;
 width:150px;
}
.sidemenu_table_on {
 cursor: pointer;
 width:150px;
}
.sidemenu_table_hover {
 cursor: pointer;
 width:150px;
}

/** サイドメニューtop **/
.sidemenu_top{
 height:10px;
 background: url(/template/101/img/smenu_bg_head.gif) no-repeat top left;
}
.sidemenu_on_top{
 height:10px;
 background: url(/template/101/img/smenu2_bg_head.gif) no-repeat top left;
}
.sidemenu_hover_top{
 height:10px;
 background: url(/template/101/img/smenu3_bg_head.gif) no-repeat top left;
}

/** サイドメニューbottom **/
.sidemenu_btm{
 height:10px;
 background: url(/template/101/img/smenu_bg_foot.gif) no-repeat bottom left;
}
.sidemenu_on_btm{
 height:10px;
 background: url(/template/101/img/smenu2_bg_foot.gif) no-repeat bottom left;
}
.sidemenu_hover_btm{
 height:10px;
 background: url(/template/101/img/smenu3_bg_foot.gif) no-repeat bottom left;
}

/** サイドメニューmiddle **/
.sidemenu_mdl{
 padding:0px 20px 0px 30px;
 font-size:12px;
 line-height:1.3em;
 font-weight:normal;
 color:#205DE8; text-align:center;
 background: url(/template/101/img/smenu_bg_body.gif) no-repeat left;
}
.sidemenu_mdl a:link{
 color:#205DE8; 
 text-decoration:none;
}
.sidemenu_mdl a:visited{
 color:#205DE8;
 text-decoration:none;
}

.sidemenu_on_mdl{
 padding:0px 20px 0px 30px;
 font-size:12px;
 line-height:1.3em;
 font-weight:normal;
 color:#333333; text-align:center;
 background: url(/template/101/img/smenu2_bg_body.gif) no-repeat left;
}
.sidemenu_on_mdl a:link{
 color:#333333; 
 text-decoration:none;
}
.sidemenu_on_mdl a:visited{
 color:#333333; 
 text-decoration:none;
}

.sidemenu_hover_mdl{
 padding:0px 20px 0px 30px;
 font-size:12px;
 line-height:1.3em;
 font-weight:normal;
 color:#FFFFFF; text-align:center;
 background: url(/template/101/img/smenu3_bg_body.gif) no-repeat left;
}
.sidemenu_hover_mdl a:link{
 color:#FFFFFF; 
 text-decoration:none;
}
.sidemenu_hover_mdl a:visited{
 color:#FFFFFF; 
 text-decoration:none;
}

/***** ---サイドバー *****/
.child_side { width:135px; margin-top:10px; margin-bottom:10px;}

.child_side ol { margin:0px; padding:0px; list-style:none outside; }
.child_side li { margin:0px 2px 0px 2px; padding:3px 0px 0px 13px;
  background:url(/template/101/img/listicon_a2.gif) no-repeat top left; }

.child_side_header { 
  width:135px; padding:0 0 2px 0;
  background:url(/template/101/img/side_bg.gif) no-repeat top center; }

.child_side_title {
  text-align:center; font-weight:bold; font-size:10px; color:#333333; padding:3px 0;
  overflow:hidden; word-break:break-all; letter-spacing:1px; border-bottom:1px solid #bbbbbb;}
  
.child_side_box { width:135px; margin:0; padding:0; overflow:hidden; word-break:break-all; }

.child_side_text { margin:0; padding:0; font-weight:normal; font-size:10px;
 color:#333333; line-height:1.2; text-align:left; }
.child_side_text a:link { color:#333333; text-decoration:none; }
.child_side_text a:visited { color:#333333; text-decoration:none; }
.child_side_text a:hover { color:#205DE8; text-decoration:none; }


/********** --フッター **********/
#footer {
 width:883px;
 margin-top:0px;
 padding: 6px 0px 0px 0px;
 text-align: center;
 background: #FFFFFF;
}

.footer_text{
 font-size: 10px;color:#666666;
 line-height:120%;
 text-align: center;
 padding:0px 10px;
 margin-bottom:5px;
}
.footer_text a:link{
 color: #666666;
 text-decoration:none;
}
.footer_text a:visited{
 color: #666666;
 text-decoration:none;
}
.footer_text a:hover{
 color: #999999;
 text-decoration:none;
}
#footer ul{
	margin:0;
	padding:10px 20px;
	background:#ffa7c8;
	color:#272728;
	font-size:11px;
}
#footer li{
	display:inline;
	line-height:2;
	color:#0000FF;
	list-style:none;
}
#footer ul a{
	color:#272728;
	text-decoration:underline;
	outline-width: 0;
}
#footer ul a:hover{
	color:#272728;
	text-decoration:none;
}
/********** --ポップアップ **********/
.popup_range {
 width:600px;
 border: 1px solid #999999;
 margin-top:10px;
 background-color:#ffffff;
}
 
.popup_header {
 height:30px;
 color: #205DE8;
 background-image:url(/template/101/img/header.gif);
 background-repeat:no-repeat;
 background-position:top center;
 font-size:12px; font-weight:bold; letter-space:1px; 
 padding:9px 10px 8px 10px;
 border-bottom: 2px solid #999999;
}
 
.popup_main {
 padding:10px 10px 20px 10px;}

.popup_footer {
 background-image:url(/template/101/img/footer.gif);
 background-repeat:repeat-y;
 background-position:top center;
 font-size:11px; letter-space:1px; color:#333333;
 padding:8px 0px 3px 0px;}

.popup_footer .footer_text a:link{
 color: #666666;
 text-decoration:none;
}
.popup_footer .footer_text a:visited{
 color: #666666;
 text-decoration:none;
}
.popup_footer .footer_text a:hover{
 color: #999999;
 text-decoration:none;
}