@charset "utf-8";
/* ま～まれぇど基本CSS */
@import url(./ini.css);
@import url(./font.css);

@import url(./event.css);
/*

重要！！
・Dreamweaver文字化け対策
html、CSS共にcharsetはutf-8に指定

・IE対策
utf-8に指定すると、IEで2バイト文字がMS UI Gothicになってしまうので
htmlタグにlang="ja" xml:lang="ja"を必ず指定すること
（テンプレートでは指定済み）


・基本設定
CSSを使ったブラウザの初期化をini.cssに
フォント等の装飾をfont.cssに記載

初期化の際、ユニバーサルセレクタですべてのタグの
margin、padding、text-decorationをクリアしてあるので必要に応じて適宜設定


・注意事項
aタグ内のspanはdisplay:noneに指定
ロールオーバーに使用します

他IE5,6対策のコードをhtmlの方でインポート
:hover疑似クラスがa以外の要素で動作します
ただしJavaScript環境動作下のみ


現在の基本設定は（ini.cssに記載）
font-size:13px
line-height:1.6
color:#333333

*/


/*
TOPICSバナーはここに追加する
*/
#p_top #official_tu-han_bn,
#p_top #trial_bn,
#p_top #yoyaku_bn,
#p_top #tenpo-gallery_bn,
#p_top #staff_blog_bn,
#p_top #mikeo_column_bn,
#p_top #official_tuhan_bn,

#p_top #dakimakura_bn,
#p_top #c78_bn
{
	margin:5px auto;
	display:block;
	width:250px;
	height:70px;
}

/*C78出展情報*/
#p_top a#c78_bn{
	background-image:url(../img/banner/c78_bn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#c78_bn{
	background-position:0px -70px;
}

/*抱き枕通販情報*/
#p_top a#dakimakura_bn{
	background-image:url(../img/banner/dakimakura_cancel_bn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#dakimakura_bn{
	background-position:0px -70px;
}

/*オフィシャル通販*/
#p_top a#official_tu-han_bn{
	background-image:url(../img/banner/kiss_tu-han_bn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#official_tu-han_bn{
	background-position:0px -70px;
}


/*スタッフブログ*/
#p_top a#staff_blog_bn{
	background-image:url(../img/banner/staff_blog_bn.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#staff_blog_bn{
	background-position:0px -70px;
}

/*みけおうコラム*/
#p_top a#mikeo_column_bn{
	background-image:url(../img/banner/mikeo_nikki_bn.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#mikeo_column_bn{
	background-position:0px -70px;
}

/*オフィシャル通販*/
#p_top a#official_tuhan_bn{
	background-image:url(../img/banner/official_tuhan_bn.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#official_tuhan_bn{
	background-image:url(../img/banner/official_tuhan_bn.gif);
	background-repeat:no-repeat;
	background-position:0px -70px;
}


/*
TOPICSバナーここまで
*/




body{
	background-image:url(../img/bg_pattarn.gif);
	background-repeat:repeat;
	height:100%;
}


/*ここでページの幅・高さ・マージンを指定*/
.container{
	width:900px;
	height: auto;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	border-left:1px #FF6600 solid;
	border-right:4px #FF6600 solid;
	background-color:#FF8F3C;
	background-image:url(../img/contents_bg.gif);
	background-repeat:repeat-x;
}


/*containerの外側にある背景を指定 */
#bg_layer{
	width:100%;
	height:auto;
	min-height:100%;
	background-image: url(../img/bg_layer.gif);
	background-position:center;
	background-repeat:repeat-y;
}


/*======================================

ここから全ページ共通の基本構造

=======================================*/

/*ヘッダー*/
#header{
	height:27px;
	width:100%;
	background-image:url(../img/header_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#ff9924;
}


#header ul li{
	float:left;
}

#header ul li a{
	display:block;
	height:25px;
	margin-right:5px;
}



#info a{
	background-image:url(../img/header_info.gif);
	background-repeat:no-repeat;
	width:66px;
}
#recruit a{
	background-image:url(../img/header_recruit.gif);
	background-repeat:no-repeat;
	width:92px;
}
#link a{
	background-image:url(../img/header_link.gif);
	background-repeat:no-repeat;
	width:69px;
}

/*コンテンツ*/

.contents{
	width:880px;
	min-height:100%;
	margin:auto;
	padding:10px 0;
	text-align:center;
}

.contents_top{
	background-image:url(../img/contents_bg2_top.gif);
	background-repeat:no-repeat;
	height:30px;
}
.contents_middle{
	background-image:url(../img/contents_bg2_middle.gif);
	background-repeat:repeat-y;
	height:100%;
}
.contents_bottom{
	background-image:url(../img/contents_bg2_bottom.gif);
	background-repeat:no-repeat;
	height:30px;
}


/*フッター*/
#footer{
	height:27px;
	width:100%;
	background-image: url(../img/footer_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FF991C;
	background-color:#ff9924;
	bottom:0;
}

#footer span{
	display:none;
}


/*======================================

全ページ共通基本構造ここまで

======================================*/


/*======================================

ここから年齢確認画面CSS

======================================*/

#entrance{

background-image:none;

}

#entrance a#yes{
	display:block;
	width:83px;
	height:83px;
	background-image:url(../img/yes_btn.png);
	background-repeat:no-repeat;
	background-position:right;
	
}

#entrance a#no{
	display:block;
	width:83px;
	height:83px;
	background-image:url(../img/no_btn.png);
	background-repeat:no-repeat;
	background-position:right;
}

#entrance a:hover#yes{
	background-position:left;
}
#entrance a:hover#no{
	background-position:left;
}

/*======================================

ここからTOPページに関するCSS

======================================*/

.td_left{
	width:260px;
	padding-left:30px;
	vertical-align: top;
}


/*ナビゲーションバー*/
#navigationbar{
	width:900px;
	height:43px;
	background-image: url(../img/navigationbar_base.gif);
	background-repeat:no-repeat;
}

#navigationbar ul{
	width:800px;
	height:43px;
	margin-left:50px;
}

#navigationbar ul li{
	float:left;
}
#navigationbar ul li a{
	display:block;
	height:43px;
}


#top a{
	width:133px;
}
#top a:hover{
	width:133px;
	background-image:url(../img/navigationbar_base_on.gif);
}
/*Selected*/
#p_top #top a{
	width:133px;
	background-image:url(../img/navigationbar_base_select.gif);
}



#products a{
	width:136px;
}
#products a:hover{
	width:136px;
	background-image:url(../img/navigationbar_base_on.gif);
	background-position:-133px 0;
}
/*Selected*/
#p_products #products a{
	width:136px;
	background-image:url(../img/navigationbar_base_select.gif);
	background-position:-133px 0;
}



#goods a{
	width:135px;
}
#goods a:hover{
	width:135px;
	background-image:url(../img/navigationbar_base_on.gif);
	background-position:-269px 0;
}
/*Selected*/
#p_goods #goods a{
	width:135px;
	background-image:url(../img/navigationbar_base_select.gif);
	background-position:-269px 0;
}

#support a{
	width:116px;
}
#support a:hover{
	width:116px;
	background-image:url(../img/navigationbar_base_on.gif);
	background-position:-404px 0;
}
/*Selected*/
#p_support #support a{
	width:116px;
	background-image:url(../img/navigationbar_base_select.gif);
	background-position:-404px 0;
}

#staff a{
	width:134px;
}
#staff a:hover{
	width:134px;
	background-image:url(../img/navigationbar_base_on.gif);
	background-position:-520px 0;
}
/*Selected*/
#p_staff #staff a{
	width:134px;
	background-image:url(../img/navigationbar_base_select.gif);
	background-position:-520px 0;
}

#contactus a{
	width:146px;
}
#contactus a:hover{
	width:146px;
	background-image:url(../img/navigationbar_base_on.gif);
	background-position:-654px 0;
}
/*Selected*/
#p_contactus #contactus a{
	width:146px;
	background-image:url(../img/navigationbar_base_select.gif);
	background-position:-654px 0;
}
/*ナビゲーションバーここまで*/


/*TOPICS*/
#p_top .topics{
	width:287px;
}

#p_top .topics .top{
	height:20px;
	background-image:url(../img/news_top.gif);
	background-repeat:no-repeat;
}
#p_top .topics .middle{
	background-image:url(../img/news_middle.gif);
	background-repeat:repeat-y;
	text-align:center;
	margin:auto;
}
#p_top .topics .bottom{
	height:22px;
	background-image:url(../img/news_bottom.gif);
	background-repeat:no-repeat;
}


/*製品カタログ*/
#p_top .catalog{
	width:287px;
	margin-top:8px;
	margin-bottom:10px;
	padding:10px 0;
}

#p_top .catalog .top{
	height:56px;
	background-image:url(../img/catalog_top.gif);
	background-repeat:no-repeat;
}
#p_top .catalog .middle{
	padding:10px 0;
	background-image:url(../img/catalog_middle.gif);
	background-repeat: repeat-y;
	text-align:center;
}
#p_top .catalog .bottom{
	height:18px;
	background-image:url(../img/catalog_bottom.gif);
	background-repeat:no-repeat;
}

#p_top .catalog .middle img{
	margin-bottom:5px;
}
/*製品カタログロールオーバー*/

#p_top #kiss_bn,
#p_top #ds_bn,
#p_top #lyrical_bn,
#p_top #miraroma_bn,
#p_top #conneco_bn
{
	margin:5px auto;
	display:block;
	width:250px;
	height:70px;
}

#p_top a#kiss_bn{
	background-image:url(../img/banner/kiss_bn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#kiss_bn{
	background-position:0px -70px;
}

#p_top a#ds_bn{
	background-image:url(../img/banner/ds_bn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#ds_bn{
	background-position:0px -70px;
}

#p_top a#lyrical_bn{
	background-image:url(../img/banner/lyrical_bn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#lyrical_bn{
	background-position:0px -70px;
}

#p_top a#miraroma_bn{
	background-image:url(../img/banner/miraroma_bn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#miraroma_bn{
	background-position:0px -70px;
}

#p_top a#conneco_bn{
	background-image: url(../img/banner/conneco_bn.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#p_top a:hover#conneco_bn{
	background-position:0px -70px;
}

/*更新履歴*/
.news{
	width:287px;
}

.news .top{
	height:20px;
	background-image:url(../img/news_top.gif);
	background-repeat:no-repeat;
}
.news .middle{
	background-image:url(../img/news_middle.gif);
	background-repeat:repeat-y;
	text-align:center;
	margin:auto;
	font-size:90%;
}

.news .middle p{
	width:250px;
	border:1px solid #FF9999;
	margin:auto;
	margin-bottom:5px;
	padding:5px;
	color:#FF6600;

}

.news .middle p:hover{
	color:#0099FF;
}
.news .bottom{
	height:22px;
	background-image:url(../img/news_bottom.gif);
	background-repeat:no-repeat;
}


/*更新情報*/
.infobox{
	padding-left:10px;
}

.infobox .top{
	width:480px;
	height:34px;
	background-image:url(../img/infobox_top.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding-top:15px;
	padding-left:40px;
}

.infobox .middle{
	width:480px;
	background-image:url(../img/infobox_middle.gif);
	background-repeat:repeat-y;
	background-position:bottom;
	color: #333333;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	text-align:left;	
}

.infobox .middle td{
	padding:10px;
	vertical-align:middle;
	border-left:dotted 2px #999999;
}
.infobox .bottom{
	width:520px;
	height:28px;
	background-image:url(../img/infobox_bottom.gif);
	background-repeat:no-repeat;
}

.infobox td img{
	border-bottom:solid 2px #CCCCCC;
	border-right:solid 2px #CCCCCC;
}

/*更新情報内のリスト*/
.infobox ul{
	margin-left:20px;
}
.infobox li{
	list-style:disc;
}

/*詳細はこちらボタン*/
.detail{
	margin-top:20px;
}
.detail a{
	display:block;
	width:147px;
	height:24px;
	background-image:url(../img/detail.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.detail a:hover{
	background-position:0px -24px;
}

/*======================================

TOPページここまで

======================================*/





/*======================================

ここからTOPページ以外共通

======================================*/
/*各ページ基本*/
.page_contents{
	width:750px;
	padding:0px 40px;
	text-align:left;
	margin:auto;
}

.page_frame{
	width:750px;
	text-align:center;
	margin:auto;
}

.page_frame .top{
	height:35px;
	background-image:url(../img/page_top.gif);
	background-repeat:no-repeat;
	margin-top:40px;
}

.page_frame .middle{
	background-image:url(../img/page_middle.gif);
	background-repeat:repeat-y;
	padding:5px 50px;
	text-align:left;
}

.page_frame .bottom{
	height:35px;
	background-image:url(../img/page_bottom.gif);
	background-repeat:no-repeat;
}



/*各ページキャプション*/
.caption span{
	display:none;
}
.caption{
	width:523px;
	height:107px;
	margin:auto;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center;
}

#p_products .caption{
	background-image:url(../img/products_cap.gif);
}
#p_goods .caption{
	background-image:url(../img/goods_cap.gif);
}
#p_support .caption{
	background-image:url(../img/support_cap.gif);
}
#p_staff .caption{
	background-image:url(../img/staff_cap.gif);
}

#p_contactus .caption{
	background-image:url(../img/contactus_cap.gif);
}

#p_info .caption{
	background-image:url(../img/info_cap.gif);
}

#p_recruit .caption{
	background-image:url(../img/recruit_cap.gif);
}

#p_link .caption{
	background-image:url(../img/link_cap.gif);
}

#p_log .caption{
	background-image:url(../img/log_cap.gif);
}

/*各ページリスト*/
.page_frame dt{
	margin-top:10px;
	margin-left:7px;
	padding-left:5px;
	font-weight:bold;
	font-size:15px;
	border-bottom:2px solid #333333;
}
.page_frame dd{
	margin-left:7px;
	border-top:none;
	padding:5px 10px;
}

.dl2 dd,.dl2 dt{
	border:none;
}
.dl2 dt{
	background-image: url(../img/list_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	text-decoration:underline;
	font-size:13px;
}

.page_frame li{
	list-style:disc;
	margin-left:20px;
}
/*見出しタイトル*/
.page_frame .title{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	border-bottom:2px solid #333333;
}
/*ボトムメニュー*/
.bottom_menu{
	color:#FFFFFF;
	font-size:15px;
	text-align:center;
	margin:20px auto;
}

.bottom_menu a{
	color: #FFFFFF;
	padding:0 0.8em;
	border:1px solid #FFFFFF;
/*	background-color: #FFD384;*/
	margin:0 5px;
	font-weight:600;
}
.bottom_menu a:hover{
	color:#FF6600;
	background-color:#FFFFFF;
}




/*======================================

製品情報

======================================*/

#p_products td{
	vertical-align:middle;
}

#p_products .spec th{
	width:4em;
	color:#FF9900;
	font-weight:bold;
}
#p_products .spec td{
	text-align:left;
	font-size:12px;
	
}

/*
#p_products .staff table{
	margin-top:15px;
}*/
#p_products .staff th{
	padding:3px;
	border-left:6px #333333 solid;
	border-bottom:1px #FFFFFF solid;
	background-color: #E4E4E4;
	color: #333333;
}
#p_products .staff td{
	padding:3px;
	border-bottom:1px #333333 solid;
	background-color:#FFFFFF;
}

/*#p_products .story{
	color:#666666;
	width:480px;
	font-size:14px;
	text-align:left;
}

.char1{
	color: #0000CC;
}
.char2{
	color:#FF0099;
}
.char3{
	color:#FF3300;
}
.char4{
	color:#CC00CC;
}
.char5{
	color: #CC0000;
}
.char6{
	color:#336666;
}

.char1, .char2, .char3, .char4, .char5, .char6{

	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.ruby{
	font-size:11px;
	font-weight:bold;
}
*/




/*======================================

関連商品

======================================*/

#page_goods{
	width:590px;
	margin:20px;
}

#page_goods table{
	width:550px;
}

#page_goods .top{
	height:38px;
	background-image:url(../img/goods_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
}
#page_goods .top img{
	vertical-align: bottom;
	line-height:0;
}

#page_goods .middle{
	background-image:url(../img/goods_middle.gif);
	background-repeat:repeat-y;
	padding:20px 0;
}

#page_goods .bottom{
	height:5px;
	background-image:url(../img/goods_bottom.gif);
	background-repeat:no-repeat;
}
#page_goods table{
	margin-bottom:10px;
}

#page_goods td{
	border:1px #FF9900 solid;
	border-top:none;
	text-align:left;
}

#page_goods th{
	border:none;
	background-image:url(../img/goods_th.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size: 15px;
	padding-top:10px;
	vertical-align:middle;
	height:50px;
}

#page_goods .table_color2{
	background-color:#FFFFCC;
	padding:10px;
}

#page_goods td{
	padding:5px;
	vertical-align:middle;
}


.no_img{
	width:180px;
	height:110px;
	font-size:15px;
	font-weight:bold;
	background-color:#EFEFEF;
	border:1px #999999 solid;
	text-align:center;
	padding-top:70px;
	
}




/*======================================

関連商品内リスト

======================================*/

#page_goods .table_color2 ul{
	margin-left:10px;
}
#page_goods .table_color2 li{
	list-style: square;
}

/*======================================

ログページ（過去更新分）

======================================*/

#p_log .infobox .top{
	width:750px;
	height:34px;
	background-image:url(../img/page_top2.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding-top:15px;
	padding-left:40px;
	text-align:center;
	
	margin-top:1em;
}

#p_log .infobox .middle{
	width:710px;
	background-image:url(../img/page_middle.gif);
	background-repeat:repeat-y;
	color: #333333;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	text-align:left;	
}

#p_log .infobox .middle td{
	padding:10px;
	vertical-align:middle;
	border-left:dotted 2px #999999;
}

#p_log .infobox .bottom{
	width:750px;
	height:28px;
	background-image:url(../img/page_bottom.gif);
	background-repeat:no-repeat;

}

#p_log .infobox td img{
	border-bottom:solid 2px #CCCCCC;
	border-right:solid 2px #CCCCCC;
}

/*======================================

リンクページ

======================================*/

#p_link table{
	width:431px;
	margin:auto;
	text-align:center;
}

#p_link th{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	padding-top:3em;
	border-bottom:2px solid #333333;
}

#p_link td{
	background-color:#FFFFFF;
	border-bottom:2px #FF9900 dotted;
	text-align:center;
	vertical-align:middle;
	padding:5px 0;
}

#p_link .middle td img{
	border:solid 1px #333333 !important;
}




/*======================================

サポートページ

======================================*/

#p_support .red{
	padding:10px;
	font-weight:bold;
	font-size:12px;
}
#p_support .page_frame img{
	display:block;
	text-align:center;
	margin:auto;
}



/*======================================

スタッフページ

======================================*/

#mikeo_column_bn2,
#staff_blog_bn2
{
	margin:20px auto;
	display:block;
	width:350px;
	height:70px;
}

a#mikeo_column_bn2{
	background-image:url(../img/banner/mikeo_nikki_bn2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a:hover#mikeo_column_bn2{
	background-position:0px -70px;
}

a#staff_blog_bn2{
	background-image:url(../img/banner/staff_blog_bn2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a:hover#staff_blog_bn2{
	background-position:0px -70px;
}

#p_staff .text-box{
	border:solid 1px #666666;
	background-color:#FFFFFF;
	padding:1em;
	background-image:url(../img/box-exmark.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
}

/*======================================

メールフォーム

======================================*/

textarea,input{
	width:100%;
	border:dotted 1px #666666;
}



#p_contactus .title{
	font-size:15px;
	font-weight:bold;
	border-bottom:solid 2px;
	margin-bottom:1.6em;
}

#p_contactus .title2{
	font-size:15px;
	font-weight:normal;
	border:solid 1px;
	padding:5px;
	background-color:#FFFFFF;
}

#p_contactus .red{
	padding:10px;
	font-weight:bold;
	font-size:14px;
}

#p_contactus .page_frame ul{
	margin:5px 20px;
	text-align:left;
}

#p_contactus .legend{
	background-color:#FFFFFF;
	border:1px solid #333333;
	font-weight:bold;
	padding:4px;
}

#p_contactus dt{
	margin-top:5px;
	margin-bottom:0;
	border:none;
	display:block;
}
#p_contactus dd{
	margin-bottom:10px;
	border:none;
}

#p_contactus .form_field,
div#pc_support,
div#pc_type_select,
div#pc_type1,
div#pc_type2{
	margin-top:40px;
	margin-bottom:0;
	padding:20px;
	border:1px solid #333333;
}

#pc_support dt{
	margin-top:20px;
}

#pc_type_select{
	background-color: #FFFFFF;
	background-image:url(../img/box-exmark.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
}

#pc_type1{
	background-color: #F7F7F7;
	background-image:url(../img/box-exmark.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
}
#pc_type2{
	background-color: #FFFFFF;
	background-image:url(../img/box-exmark.gif);
	background-repeat:no-repeat;
	background-position:100% 0%;
}

/*MailformPro用基本設定*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../img/mail/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


.mfp{

	width:90%;
	border:1px dotted #333333;
}

.mf{
	margin-top:15px;
}




/*ボタン*/
.submit_btn{
	width:85px;
	height:30px;
	border:0;
	background-image:url(../img/submit_btn.gif);
}
.submit_btn:hover{
	background-image:url(../img/submit_btn_on.gif);
}

.reset_btn{
	width:85px;
	height:30px;
	border:0;
	background-image:url(../img/reset_btn.gif);
}
.reset_btn:hover{
	background-image:url(../img/reset_btn_on.gif);
}


/*======================================

求人情報

======================================*/
#p_recruit .page_frame .middle p{
	margin:1em 0;
}
