@charset "utf-8";

/************************************************************** フォント **/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*************************************************** mozilaフォントバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* タイプセレクタ **/

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0;
	padding: 0;
	line-height: 1.25;
	font-size: 100%;
	font-weight: normal;
}

body {
	font-size: 82%;
	text-align: center;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}

/************************************************************ clearfix **/

.clearfix:after {
	content: url(/images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

/************************************************************ container **/

#container {
	width: 1030px;
	background: url(/images/common/bg_body.gif) repeat-y 0 0;
	margin: 0 auto;
	text-align: center;
}

#containerInner {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/*************************************************************** header **/

#header {
	background: url(/images/common/bg_header.gif) no-repeat 0 0;
	padding: 6px 0 0 0;
}
#header .left {
	width: 370px;
	float: left;
	margin: 0 0 0 20px;
	display: inline;
}
#header .left p {
	float: right;
	width: 195px;
	margin: 35px 10px 0 0;
	display: inline;
	color: #999999;
	font-size: 75%;
}
#header .left p strong {
	font-weight: normal;
}
#header .right {
	width: 590px;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
}
#header .right .top_navi li {
	float: right;
	margin: 0 0 41px 20px;
}
#header .right .bottom_navi {
	clear: both;
}
#header .right .bottom_navi li {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
}
#header .top_navi .bt01 {
	padding: 0 0 0 20px;
	background: url(/images/common/icon_arrow.gif) no-repeat 0 0;
}
#header .top_navi .bt02 {
	padding: 0 0 0 20px;
	background: url(/images/common/icon_quiestion.gif) no-repeat 0 0;
}
#header .top_navi .bt03 {
	padding: 0 0 0 20px;
	background:url(/images/common/icon_light.gif) no-repeat 0 0;
}
#header .bottom_navi a {
	width: 142px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#header .bottom_navi .bt01 a {background: url(/images/common/bt_gnavi_home.gif) no-repeat 0 0;}
#header .bottom_navi .bt02 a {background: url(/images/common/bt_gnavi_school.gif) no-repeat 0 0;}
#header .bottom_navi .bt03 a {background: url(/images/common/bt_gnavi_dictionary.gif) no-repeat 0 0;}
#header .bottom_navi .bt04 a {background: url(/images/common/bt_gnavi_jobsearch.gif) no-repeat 0 0;}
#header .bottom_navi .bt01 a:hover {background: url(/images/common/bt_gnavi_home.gif) no-repeat 0 -35px;}
#header .bottom_navi .bt02 a:hover {background: url(/images/common/bt_gnavi_school.gif) no-repeat 0 -35px;}
#header .bottom_navi .bt03 a:hover {background: url(/images/common/bt_gnavi_dictionary.gif) no-repeat 0 -35px;}
#header .bottom_navi .bt04 a:hover {background: url(/images/common/bt_gnavi_jobsearch.gif) no-repeat 0 -35px;}

/*************************************************************** ヘッダーの下 **/

.header_text {
	padding: 5px 25px;
	background: #ff0d85;
	color: #FFFFFF;
}
.pan {
	padding: 6px 0 0 20px;
	margin: 0 0 10px 0;
	/*-- background: url(/images/common/bg_header_under.gif) no-repeat 0 0; --*/
}
.pan li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 75%;
}
a:link { color: #828181; text-decoration: none; }
a:visited { color: #828181; text-decoration: none; }
a:hover { color: #c5c4c4; text-decoration: underline;}
a:active { color: #828181; }

/*************************************************************** left **/

#left {
	clear: both;
	width: 720px;
	float: left;
	margin: 0 0 110px 20px;
	display: inline;
}

/*************************************************************** right **/

#right {
	width: 240px;
	float: right;
	margin: 0 0 110px 0;
}

/*************************************************************** 詳細検索 **/

#right .search {
	background: url(/images/common/bg_search_area.gif) no-repeat 0 0;
	margin: 0 0 30px 0;
	height: 441px;
	padding: 10px 0 0 5px;
}
*html #right .search {
	height: 451px;
}
#right .search .bt01 a {
	width: 211px;
	height: 211px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/common/bt_jobsearch.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
}
#right .search .bt01 a:hover {
	background: url(/images/common/bt_jobsearch.gif) no-repeat 0 -211px;
}

/*************************************************************** クイック検索 **/

#right .quick {
	width: 211px;
	height: 211px;
	background: url(/images/common/bg_quicksearch.gif) no-repeat 0 0;
}
#right .quick h3 {
	padding: 14px 0 0 6px;
	margin: 0 0 24px 50px;
}
*html #right .quick h3 {
	margin: 0 0 20px 50px;
}
*+html #right .quick h3 {
	margin: 0 0 20px 50px;
}
#right .quick ul {
	margin: 0 0 0 25px;
}
#right .quick ul li {
	margin: 0 0 6px 0;
}
#right .quick ul p {
	font-size: 75%;
	text-align: left;
}
*html #right .quick ul li {
	margin: 0 0 3px 0;
}
*+html #right .quick ul li {
	margin: 0 0 3px 0;
}
#right .quick li select,#right .quick li .text {
	width: 110px;
}
#right .quick dt {
	float: left;
}
#right .quick dd {
	margin: 0 0 0 120px;
}

/*************************************************************** 新着情報 **/

#right .news {
	width: 220px;
	margin: 0 0 30px 0;
	padding: 8px 0 8px 0;
	background: #fdb0cf url(/images/common/bg_news_top.gif) no-repeat 6px 4px;
}
#right .news ul {
	padding: 13px;
	margin: 0 0 0 6px;
	background: url(/images/common/bg_news.gif) repeat-y 0 0;
}
#right .news ul li {
	margin: 0 0 15px 0;
	font-size: 75%;
	color:#555555;
}
#right .news ul li .shopname {
	font-weight: bold;
	color: #f763dd;
}
#right .news ul li dt {
	clear: both;
	float: left;
}
#right .news ul li dd {
	margin: 0 0 0 80px;
}
#right .news p.itiran  {
	background: url(/images/common/bg_news_bottom.gif) no-repeat 0 0;
	font-size: 75%;
	padding: 2px 8px 7px 0;
	text-decoration: underline;
	margin: 0 0 0 6px;
	text-align: right;
	width: 200px;
}
*html #right .news p.itiran  {
	width: 208px;
}
#right .news p.itiran a {
	text-decoration: underline;
}

/*************************************************************** コンテンツボタン **/

#right .content {
	background: url(/images/common/bg_contet_top.gif) no-repeat 0 top #fdb0cf;
	width: 220px;
	text-align: center;
	margin: 0 0 30px 0;
}
#right .content ul {
	background: url(/images/common/bg_contet_bottom.gif) no-repeat 0 bottom;
	padding: 10px;
}
#right .content ul li {
	margin: 0 0 5px 0;
}
#right .content a{
	width: 200px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#right .content .bt01 a {
	background: url(/images/common/bt_manual.gif) no-repeat 0 0;
}
#right .content .bt01 a:hover {
	background: url(/images/common/bt_manual.gif) no-repeat 0 -75px;
}
#right .content .bt02 a {
	background: url(/images/common/bt_shool_content.gif) no-repeat 0 0;	
}
#right .content .bt02 a:hover {
	background: url(/images/common/bt_shool_content.gif) no-repeat 0 -75px;	
}
#right .content .bt03 a {
	background: url(/images/common/bt_dictionary_content.gif) no-repeat 0 0;	
}
#right .content .bt03 a:hover {
	background: url(/images/common/bt_dictionary_content.gif) no-repeat 0 -75px;	
}
#right .content .bt04 a {
	background: url(/images/common/bt_blog.gif) no-repeat 0 0;	
}
#right .content .bt04 a:hover {
	background: url(/images/common/bt_blog.gif) no-repeat 0 -75px;	
}

/*************************************************************** モバイル **/

#right .mobile {
	width: 220px;
	background: url(/images/common/bg_mobile.gif) no-repeat 0 0;
	height: 259px;
}
#right .mobile .qr {
	margin: 0 0 30px 13px;
}
#right .mobile .address_text {
	font-size: 75%;
	margin: 0 0 5px 10px;
}
#right .mobile ul li {
	margin: 0 0 5px 20px;
	font-weight: bold;
}
#right .mobile ul li .qrcodeInput1 {
	width: 150px;
}
#right .mobile ul li select {
	width: 120px;
}
#right .mobile ul li.mailmaga {
	margin: 0;
}
#right .mobile p input {
	margin: 0;
	width: auto;
}

/*************************************************************** footer **/

#footer {
	clear: both;
	background: #fde6ef url(/images/common/bg_footer_top.gif) no-repeat 0 0;
	text-align: center;
	padding: 37px 0 0 0;
}
*+html #footer {
	padding: 19px 0 0 0;
}
*html #footer {
	padding: 19px 0 0 0;
}
#footer ul {
	margin: 0 0 30px 0;
}
#footer ul li {
	display: inline;
	margin: 0 15px 0 0;
}
#footer .pr {
	margin: 0 0 10px 0;
	color: #828181;
	font-size: 75%;
}
#footer .pr li {
	margin: 0 5px 0 0;
}

#footer .pr a:link { color: #828181; text-decoration: none; }
#footer .pr a:visited { color: #828181; text-decoration: none; }
#footer .pr a:hover { color: #c5c4c4; text-decoration: underline;}
#footer .pr a:active { color: #828181; }

#footer a:link { color: #ff0099; text-decoration: none; }
#footer a:visited { color: #ff0099; text-decoration: none; }
#footer a:hover { color: #fe80cc; text-decoration: underline;}
#footer a:active { color: #ff0099; }

#footer address {
	padding: 20px 0 0 0;
	width: 1000px;
	height: 32px;
	background: url(/images/common/bg_address.gif) no-repeat 0 0;
	color: #FFFFFF;
	font-style: normal;
}
*html #footer address {
	height: 52px;
}
