/* ===================================================================
CSS information

 file name  :style.css
 author     :hirasawa (admin)
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	color:#666666;
	background-image: url(../images/base/bg01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}

a:link {
	color:#666666;
}

a:visited {
	color:#666666;
}

a:hover {
	color:#666666;
}

a:active {
	color:#666666;
}

.clear {
	clear: both;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.tx-bold { font-weight: bold; }
.no-text { text-indent: -9999px; }
.tx-pink { 	color:#FF6699; }
.tx-black { color:#000000; }

hr {
	border:none;
	height:1px;
	width:100%;
	background-color:#CCCCCC;
	margin:10px 0;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}
.imgR_0 {
	float: right;
	margin: 0 0 10px 0;
}

.imgL_0 {
	float: left;
	margin: 0 0 10px 0;
}
.btn {
	text-align: center;
}
.icon_square {
	background-image:url(../images/base/icon_square.gif);
	background-position:left 0.2em;
	background-repeat:no-repeat;
	padding-left:20px;
	color:#FF0099;
	font-weight:bold;
	font-size:93%;
}
.tab-space {
	margin-left:50px;
}
.page_number {
	margin: 10px 0;
	padding:1px;
	text-align:right;
	width:760px;
}
.page_number a {
	border:1px solid #CCCCCC;
	padding:3px 6px;
	margin:0 5px;
	color:#FF0099;
}
.page_number a:hover, .page_number a.p_ov {
	border:1px solid #CCCCCC;
	background-color:#F6F6FC;
	padding:3px 6px;
	margin:0 5px;
	color:#FF0099;
}

div.pager {
	margin: 10px -5px;
    padding: 0.2em 0.5em;
	width:760px;
	font-size: 90%;
	text-align:right;
}
div.pager_s {
	margin: 10px -5px;
    padding: 0.2em 0.5em;
	width:580px;
	font-size: 90%;
	text-align:right;
}
div.pager a,
div.pager span,
div.pager_s a,
div.pager_s span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
}
div.pager a,div.pager a:visited,
div.pager_s a,div.pager_s a:visited {
    color: #ABC0DF;
	/*color: #105cb6;*/
    background-color: #fff;
    border: 1px solid #9aafe5;
    text-decoration: none;
}
div.pager a:hover,
div.pager_s a:hover {
    /*color: #666;*/
    color: #ABC0DF;
    background-color: #fff;
    border: 1px solid #FF0099;
}

div.pager span.current,
div.pager_s span.current {
    color: #fff;
	background-color:#FF0099;
	border: 1px solid #FF0099;
    font-weight: bold;
}
div.pager span.nextprev,
div.pager_s span.nextprev {
    border: 1px solid #CCC;
    color: #999;
    background-color: #fff;
}
div.pager a.nextprev,
div.pager_s a.nextprev {
    font-weight: bold;
}



/* 外部リンクは別窓用の指定 */
.externalIcon {
	padding-left: 5px;
	vertical-align: middle;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
	width: 960px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #F286B7;
/*	padding: 15px;      update: 04-23 */
	padding: 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
/*	padding-top:10px;     update: 04-23 */
	padding-top:0px;
	padding-bottom:10px;
}

#contents h3#mt_square_960 {
	background-image:url(../images/base/mt_detail_square.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	height:19px;
	padding:4px 30px;
	color:#FF0099;
	font-weight:bold;
	font-size:108%;
	margin-bottom:10px;
}
#contents h3#mt_square_760 {
	background-image:url(../images/base/mt_detail_square_760.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	height:19px;
	padding:4px 30px;
	color:#FF0099;
	font-weight:bold;
	font-size:108%;
	margin-bottom:10px;
}
#contents #shopName {
	float:left;
	width:480px;
	color:#999999;
}
#contents #shopName h2 {
	color:#000000;
	font-size:161.6%;
}
#contents #shopName li {
	display:inline;
	margin-right:50px;
}
#contents #menu_btn {
	float:right;
	width:480px;
}
#contents #menu_btn ul {
	float:right;
	margin-right:3px;
	margin-bottom:3px;
}
#contents #menu_btn li {
	background-image:url(../images/base/icon_gray_bak.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
}
#contents #menu_btn li a {
	display:block;
	width:113px;
	height:20px;
	font-size:93%;
	padding-left:23px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#contents ul#tab_area {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:20px;
	height:30px;
}
#contents ul#tab_area li {
	float:left;
	margin-right:3px;
}
#contents ul#tab_area li a {
	background-image:url(../images/base/tab.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	text-align:center;
	padding-top:5px;
	display:block;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
#contents ul#tab_area li a:hover {
	background-image:url(../images/base/tab.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	text-align:center;
	padding-top:5px;
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#contents ul#tab_area li#ov a {
	background-image:url(../images/base/tab.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:130px;
	height:26px;
	text-align:center;
	padding-top:5px;
	display:block;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#contents .pageTop {
	background-image:url(../images/base/icon_up-delta.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:3px;
	padding-right:30px;
	float:right;
}
#contents .pageTop a {
	text-decoration:underline;
	color:#000000;
	padding-left:30px;
}
.more {
	padding-top:3px;
	float:right;
}
.more a {
	text-decoration:underline;
	color:#FF0099;
	padding-left:30px;
}
a.btn_search {
	background-image:url(../images/base/btn_search.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:166px;
	height:40px;
	display:block;
	margin:5px 0;
	text-indent:-9999px;
}
a.btn_more {
	background-image:url(../images/base/btn_more.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:166px;
	height:40px;
	display:block;
	margin:5px 0;
	text-indent:-9999px;
}


/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	float:left;
	width: 590px;
}

#main h3.mt_glass {
	background-image:url(../images/base/mt_glass_590.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:530px;
	height: 20px;
	padding: 7px 20px 5px 40px;
	color:#FFFFFF;
}
#main h3.mt_square {
	background-image:url(../images/base/mt_square_590.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:540px;
	height: 20px;
	padding: 7px 20px 5px 30px;
	color:#FFFFFF;
}
#main h3.mt_square_290 {
	background-image:url(../images/base/mt_square_290.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:240px;
	height: 20px;
	padding: 7px 20px 5px 30px;
	color:#FFFFFF;
}
#main th {
	border:1px solid #CCCCCC;
	background-color:#FFE5E5;
	padding:5px 10px;
	color:#999999;
}
.main_box_mid {
	background-image:url(../images/base/main_box_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.main_box_mid img.point_search {
	float:left;
	margin-right:1px;
	margin-bottom:20px;
}
.main_box_mid table.news {
	margin-bottom:10px;
}
.main_box_mid table.news td.date {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	width:80px;
	padding:3px 10px;
}
.main_box_mid table.news td {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	padding:3px 10px;
}
.main_box_mid table.news td a {
	color:#FF0099;
	text-decoration:none;
}
.main_box_mid table.info td.date {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	width:100px;
	padding:3px 10px;
}
.main_box_mid table.info td {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	padding:3px 10px;
}
.main_box_mid table.info td a {
	color:#FF6699;
	text-decoration:none;
}
.main_box_bottom {
	background-image:url(../images/base/main_box_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:550px;
	padding:20px;
	margin-bottom:20px;
}
.main_box_290 {
	width:290px;
	margin-bottom:20px;
}
.main_box_mid_290 {
	background-image:url(../images/base/main_box_mid_290.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.main_box_mid_290 table.news td.date {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	width:60px;
	font-size:77%;
	padding:3px;
}
.main_box_mid_290 table.news td {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	padding:3px;
}
.main_box_mid_290 table.news td a {
	color:#FF6699;
	text-decoration:none;
}
.main_box_bottom_290 {
	background-image:url(../images/base/main_box_bottom_290.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:260px;
	padding:15px;
}

/*----------------------------------------------------
	#main_subpage
----------------------------------------------------*/
#main_sub {
	float:left;
	width: 760px;
	margin-right:10px;
}
#main_sub h3.mt_square {
	background-image:url(../images/base/mt_square_760.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:710px;
	height: 20px;
	padding: 7px 20px 5px 30px;
	color:#FFFFFF;
}
#main_sub h3#mt_square_760 {
	background-image:url(../images/base/mt_detail_square_760.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:auto;
	height:19px;
	padding:4px 30px;
	color:#FF0099;
	font-weight:bold;
	font-size:108%;
	margin-bottom:10px;
}
#main_sub h3.mt_glass {
	background-image:url(../images/base/mt_glass_760.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:700px;
	height: 20px;
	padding: 7px 20px 5px 40px;
	color:#FFFFFF;
}
#main_sub h3.catch {
	color:#000000;
	font-size:138.5%;
	font-weight:bold;
	line-height:200%;
}
#main_sub th {
	border:1px solid #CCCCCC;
	background-color:#FFE5E5;
	padding:5px 10px;
	color:#999999;
}
.main_sub_box_top {
	background-image:url(../images/base/d_main_box_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:760px;
	height:10px;
}
.main_sub_box_mid {
	background-image:url(../images/base/d_main_box_mid.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:760px;
	margin-bottom:20px;
}
.main_sub_box_mid #shop_photo {
	border-right:1px solid #CCCCCC;
	float:left;
	width:220px;
	padding: 0 14px 0 0;
	margin-right:14px;
	font-size:93%;
	line-height:100%;
}
.main_sub_box_mid #shop_photo_end {
	float:left;
	width:220px;
	padding: 0;
	margin:0;
	font-size:93%;
	line-height:100%;
}
.main_sub_box_mid #shop_photo img,#shop_photo_end img {
	margin-bottom:10px;
}
.main_sub_box_bottom {
	background-image:url(../images/base/d_main_box_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:720px;
	padding:10px 20px 20px 20px;
}
.main_sub_box_mid table.news {
	margin-bottom:10px;
}
.main_sub_box_mid table.news td.date {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	width:150px;
	padding:3px 10px;
}
.main_sub_box_mid table.news td {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	padding:3px 10px;
	text-align:center;
}
.main_sub_box_mid table.news td a {
	color:#FF0099;
	text-decoration:none;
}
.main_sub_box_mid table.info td.date {
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	width:100px;
	padding:3px 10px;
}
.main_sub_box_mid h3.shopName {
	color:#000000;
	font-size:138.5%;
	font-weight:bold;
	line-height:200%;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}
.main_sub_box_mid h4.shopData {
	border-bottom:1px solid #CCCCCC;
	color: #FF6699;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.main_sub_box_mid img.point_detail {
	float:left;
	margin-right:5px;
	border:2px solid #fff;
}
.main_sub_box_mid img.point_detail_l {
	float:left;
	margin-right:5px;
	border:2px solid #FF3399;
}

.main_sub_box_mid .box_350 {
	width:350px;
}
.main_sub_box_mid .box_350 li {
	list-style-type:disc;
	margin-left:20px;
}
.main_sub_box_mid table.search_result {
	border-top:1px solid #CCCCCC;
	width:340px;
}
.main_sub_box_mid table.search_result th {
	width:60px;
	text-align:center;
}
.main_sub_box_mid table.search_result td {
	width:280px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 10px;
	word-break:break-all;
	word-wrap: break-word;
}

.main_sub_box_mid p {
	font-size:93%;
	line-height:140%;
	margin-bottom:5px;
}


/* -----------------------------------------------------------
	#sub_left
----------------------------------------------------------- */
#sub_left_m {
	float: left;
	width: 170px;
	margin-right:15px;
}
#sub_left {
	background-image:url(../images/base/sub_left_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
	width: 170px;
	float: left;
	margin-right:15px;
}
#sub_left_mid {
	background-image:url(../images/base/sub_left_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#sub_left h3#picup {
	background-image:url(../images/base/mt_pickup.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:170px;
	height: 32px;
	text-indent:-9999px;
}
#sub_left h4 {
	border:1px solid #CCCCCC;
	background-color:#FFE5E5;
	padding:5px 10px;
	width: 148px;
}
#sub_left img{
	padding:0 1px 5px 1px;
}
#sub_left h5 {
	padding:5px;
	color:#FF0099;
	font-weight:bold;
	line-height:100%;
}
#sub_left p {
	padding: 0 5px 10px 5px;
	font-size:93%;
	line-height:100%;
}


/* -----------------------------------------------------------
	#sub_right
----------------------------------------------------------- */
#sub_right {
	float: right;
	width: 170px;
}
#sub_right h3 {
	background-image:url(../images/base/mt_s_170.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:130px;
	height: 20px;
	padding: 7px 20px 5px 20px;
	color:#FFFFFF;
}
#sub_right h3#login {
	background-image:url(../images/base/mt_login.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width:130px;
	height: 20px;
	text-indent:-9999px;
}
#sub_right h6 {
	background-color:#CFF;
	color: #0F33B6;
	font-weight:bold;
	text-align:center;
	font-size:116%;
	margin-bottom:5px;
}
#sub_right_mid {
	background-image:url(../images/base/sub_right_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
	width: 150px;
	padding:10px;
}
#sub_right_mid_sub {
	background-image:url(../images/base/sub_right_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
	width: 168px;
	padding:0px 1px;
}
#sub_right_mid_sub h4.menu_square {
	background-image:url(../images/base/icon_square.gif);
	background-position:0.2em 0.8em;
	background-repeat:no-repeat;
	background-color:#F6F6FC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 5px 5px 20px;
}
#sub_right_mid_sub h4.menu_square a {
	width:143px;
	color:#FF0099;
	font-weight:bold;
	font-size:93%;
}
#sub_right_mid_sub dl#check_shop dt {
	padding-top:10px;
	text-align:center;
}
#sub_right_mid_sub dl#check_shop dd {
	text-align:center;
	color:#000000;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}
#sub_right_mid a {
	color:#FF0099;
	text-decoration:underline;
}
#sub_right_mid a.btn_login {
	background-image:url(../images/base/btn_login.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:136px;
	height:30px;
	display:block;
	margin:5px auto;
	text-indent:-9999px;
}
#sub_right_mid img {
	margin-bottom:20px;
}
#sub_right_mid ul#mymenu li {
	background-image:url(../images/base/online.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
}
#sub_right_bottom {
	background-image:url(../images/base/sub_right_bottom.gif);
	background-position:left;
	background-repeat:no-repeat;
	width: 170px;
	height:12px;
	margin-bottom:10px;
}
#sub_right_pickup {
	background-image:url(../images/base/sub_left_mid.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#sub_right_pickup_mid {
	background-image:url(../images/base/sub_left_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#sub_right_pickup h3#picup {
	background-image:url(../images/base/mt_pickup.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height: 32px;
	text-indent:-9999px;
	padding:0px;
	width:170px;
}
#sub_right_pickup h4 {
	border:1px solid #CCCCCC;
	background-color:#FFE5E5;
	padding:5px 10px;
	width: 148px;
}
#sub_right_pickup img{
	padding:0 1px 5px 1px;
}
#sub_right_pickup h5 {
	padding:5px;
	color:#FF0099;
	font-weight:bold;
	line-height:100%;
}
#sub_right_pickup p {
	padding: 0 5px 10px 5px;
	font-size:93%;
	line-height:100%;
}


/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	padding: 10px 0 0 0;
	margin: 0px auto;
}
#header h1 {
	text-indent:-9999px;
	float:left;
}
#header h1 a {
	background-image:url(../images/base/logo_galpara.gif);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	width:314px;
	height:135px;
}


/* #utilityNav
----------------------------------------------------------- */
ul#utilityNav {
	float:right;
}
ul#utilityNav li {
	float:left;
}
#uN_entry,#uN_sitemap,#uN_help,#uN_wlogin,#uN_slogin {
	text-indent:-9999px;
}
#uN_entry a {
	background-image:url(../images/base/un_entry.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width: 80px;
	height: 20px;
	margin-right:20px;
	display:block;
}
#uN_sitemap a {
	background-image:url(../images/base/un_sitemap.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width: 80px;
	height: 20px;
	margin-right:20px;
	display:block;
}
#uN_help a {
	background-image:url(../images/base/un_help.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width: 60px;
	height: 20px;
	margin-right:20px;
	display:block;
}
#uN_wlogin a {
	background-image:url(../images/base/un_wlogin.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width: 5px;
	height: 20px;
	margin-right:5px;
	display:block;
}
#uN_slogin a {
	background-image:url(../images/base/un_slogin.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width: 80px;
	height: 20px;
	display:block;
	clear:both;
}
#uN_shop {
	background-image:url(../images/base/un_l_shop.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	color:#FF0099;
	font-weight:bold;
	padding-left:66px;
	margin-right:5px;
	font-size:93%;
}
#uN_wmember {
	background-image:url(../images/base/un_l_wmember.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	color:#FF0099;
	font-weight:bold;
	padding-left:66px;
	margin-right:5px;
	font-size:93%;
}
#uN_update {
	background-image:url(../images/base/un_l_update.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	color:#FF0099;
	font-weight:bold;
	padding-left:33px;
	margin-right:5px;
	font-size:93%;
}
#uN_update_end {
	background-image:url(../images/base/icon_update.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	width:55px;
	font-size:93%;
}

/* #gNav  update: 04-23
----------------------------------------------------------- */
#gNav {
/*	background-image: url(../images/base/bg_gradation.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	height:19px;
	margin-top:5px;
/*	padding-bottom:4px;*/
}
#gNav ul {
	width: 960px;
	padding: 0;
	margin: 0px auto;
}
#gNav li {
	float: left;
	text-indent:-9999px;
}
#gNav li a {
	background-image:url(../images/base/gm.gif);
	background-repeat:no-repeat;
	width: 106px;
	height: 19px;
	margin-right:0px;
	display:block;
}
#gm_01 a {
	background-position:left top;
}
#gm_01 a:hover,#gm_01_ov a  {
	background-position:left -19px;
}
#gm_02 a {
	background-position:-105px top;
}
#gm_02 a:hover,#gm_02_ov a {
	background-position:-105px -19px;
}
#gm_03 a {
	background-position:-210px top;
}
#gm_03 a:hover,#gm_03_ov a {
	background-position:-210px -19px;
}
#gm_04 a {
	background-position:-316px top;
}
#gm_04 a:hover ,#gm_04_ov a{
	background-position:-316px -19px;
}
#gm_05 a {
	background-position:-422px top;
}
#gm_05 a:hover,#gm_05_ov a {
	background-position:-422px -19px;
}
#gm_06 a {
	background-position:-526px top;
}
#gm_06 a:hover,#gm_06_ov a {
	background-position:-526px -19px;
}
#gm_07 a {
	background-position:-632px top;
}
#gm_07 a:hover,#gm_07_ov a {
	background-position:-632px -19px;
}
#gm_08 a {
	background-position:-738px top;
}
#gm_08 a:hover,#gm_08_ov a {
	background-position:-738px -19px;
}
#gm_09 a {
	background-position:-844px top;
}
#gm_09 a:hover,#gm_09_ov a {
	background-position:-844px -19px;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	padding-top:10px;
	color:#333333;
	clear:both;
}

#footer_line {
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #999999;
}
#footer ul {
	width: 960px;
	padding: 0;
	margin: 0px auto;
}

#footer ul li {
	display: inline;
	line-height:140%;
}

#footer ul li a {
	text-decoration:none;
	padding-right:8px;
	margin-right:8px;
	color:#999999;
	border-right:1px solid #999999;
}

#footer ul li a.end {
	text-decoration:none;
	border:none;
	color:#999999;
}

#footer .logo_footer a {
	background-image:url(../images/base/logo_jobnavi.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 160px;
	height:55px;
	float:left;
	padding: 0;
	display:block;
	text-indent:-9999px;
	margin: 0px auto;
}

#footer .copyright {
	float:right;
	text-align: right;
	line-height:120%;
}

/* -----------------------------------------------------------
	regist
----------------------------------------------------------- */
.main_box_mid table.tbl_regist {
	border: 0px;
	margin-bottom:5px;
}
.main_box_mid table.tbl_regist th {
	border-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding:3px 3px 3px 10px;
	text-align:left;
	color: #FF6699;
}
.main_box_mid table.tbl_regist td {
	border-bottom: 1px solid #CCCCCC;
	padding-left:10px;
}
.main_box_mid table.tbl_regist td input{
	border: 1px solid #F9C;
	margin:2px 0px;
}

/* -----------------------------------------------------------
	mypage
----------------------------------------------------------- */
#main_sub table.tbl_mypage{
}
#main_sub table.tbl_mypage td{
	border-bottom: 1px dashed #CCC;
	padding:5px 8px;
}
#main_sub table.tbl_mypage td a{
	color:#FF0099;
}
#main_sub table.tbl_mypage td.title{
	background-image:url(../images/base/star.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border-bottom: 1px dashed #CCC;
	font-weight:bold;
	padding:5px 5px 5px 18px;
}

#main_sub table.tbl_form {
	border: 0px;
	margin-bottom:5px;
}
#main_sub table.tbl_form th {
	border-left: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding:3px 3px 3px 10px;
	text-align:left;
	color:#999999;
}
#main_sub table.tbl_form td {
	border-bottom: 1px solid #CCCCCC;
	padding-left:10px;
}
#main_sub table.tbl_form td input,textarea{
/*	border: 1px solid #F9C;*/
	margin:2px 0px;
}


/* -----------------------------------------------------------
	form_size
----------------------------------------------------------- */
.input_020 {
	width: 20px;
}
.input_050 {
	width: 50px;
}
.input_080 {
	width: 80px;
}
.input_160 {
	width: 160px;
}
.input_200 {
	width: 200px;
}
.input_320 {
	width: 320px;
}
.input_400{
	width: 400px;
}
.input_r {
color: red;
}
.input_g {
color: green;
}
.necessary {
	font-size: 10px;
	color: #D00;
}
.f_small{
	padding:2px 0px;
	font-size:85%;
	line-height:120%;
}
.bg_gray {
	background-color: #CCC;
	color: #099;
}

/* -----------------------------------------------------------
	areaNav  add: 04-23
----------------------------------------------------------- */
#areaNav  {
	position: absolute;
	top: 115px;
	right: 0;
	width: 670px;
	text-align:right;
	line-height: 100%;
}
#areaNav li {
	color: #000;
	display: inline;
	font-size: 83%;
	width: auto;
}
#areaNav li a {
	text-decoration:none;
}
#areaNav li a:hover {
	text-decoration:underline;
}

#areaNavTitle  {
	position: absolute;
	top: 85px;
	right: 0;
	width: 530px;
	text-align:left;
	line-height: 140%;
	font-size:140%;
	font-weight: bold;
	color:#03c;
}

