@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

/*global classes*/
.fontSize{
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.fontSize2{
	font-size:9px;
}

.fontSizeBig{
	font-size:22px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.fontBigBlue{
	font-size:22px;
	font-weight: bold;
	color: #0000FF;
}

.fontSmallBlue{
	font-size:12px;
	font-weight: bold;
	color: #0000FF;
}

.fontSmallRed{
	font-size:12px;
	font-weight: bold;
	color: red;
}

.fontBigOrange{
	font-size:22px;
	color: #CC6600;
	font-weight: bolder;
}

/*Main id and classes*/

body{
	background-color:#EAF2DD;
}
h1{  
    display:block;  
    position:relative;  
    height:150px;  
    overflow:hidden;  
}  
h1 span{  
    display:block;  
    background:url(../img/header.jpg) no-repeat 0 0;  
    width:826px;  
    height:150px;  
    position:absolute;  
    top:0px;  
    left:0px;  
}

#main{
	background-color:#FFFFFF;
	width:850px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*ヘッダー関連*/


#logo{
	border:none;
	width:auto;
	height:auto;
	margin-top: 30px;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom:8px;
	padding:0px;
	float:left;
}


#flash{
	width:auto;
	height:auto;
	float:left;
	clear:right;
}
/*ここまでがヘッダー関連*/

#middle{
	background-color:#FFFFFF;
	width:826px;
	height:auto;
	margin-left:12px;
	margin-right:12px;
	margin-top:0px;
	margin-bottom:8px;
}

#menu{
	background-color:#F1F6C4;
	width: 200px;
	height: auto;
	margin-bottom:0px;
	float:left;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 12px;
}
/*menuのリスト*/
ul#menuKun{
	display:block;
	width:200px;
	height: auto;
	margin:0;
	padding:0px;
	list-style-type: none;
	clear: both;
}

li#menu1 {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}

li#menu1 a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menu1  span{
	background:url(../img/menu_img/top_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menu1 :hover span{
	background:url(../img/menu_img/top_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px; 
}
li#menu2 {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}
li#menu2 a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menu2  span{
	background:url(../img/menu_img/course_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menu2 :hover span{
	background:url(../img/menu_img/course_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px; 
}
li#menu3 {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}
li#menu3 a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menu3  span{
	background:url(../img/menu_img/access_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menu3 :hover span{
	background:url(../img/menu_img/access_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px; 
}
li#menu4 {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}
li#menu4 a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menu4  span{
	background:url(../img/menu_img/staff_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menu4 :hover span{
	background:url(../img/menu_img/staff_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px; 
}
li#menuDiscount {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}
li#menuDiscount a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menuDiscount  span{
	background:url(../img/menu_img/discount_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menuDiscount :hover span{
	background:url(../img/menu_img/discount_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px; 
}

li#menu5 {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}
li#menu5 a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menu5  span{
	background:url(../img/menu_img/reservation_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menu5 :hover span{
	background:url(../img/menu_img/reservation_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px; 
}
li#menu6 {
	display: block;
	width: 184px;
	height: 50px;
	list-style-type: none;
	margin-top:5px;
	margin-right: 8px;
	margin-left: 8px;
}
li#menu6 a {
	display:block;  
    position:relative;  
    height:50px;  
    overflow:hidden;
}
li#menu6  span{
	background:url(../img/menu_img/shops_menu.jpg) no-repeat 0 0;
	background-position: 0px 0px;
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px 0px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
li#menu6 :hover span{
	background:url(../img/menu_img/shops_menu.jpg) no-repeat 0 0;  
	display: block;
	height: 50px;
	width: 184px;
	background-position: 0px -50px;
	list-style-type: none; 
	position:absolute;  
    top:0px;  
    left:0px;
}
.side{
	display:block;
	text-align: center;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}

.side a {
	background-image: url(../img/aromaImg/aromaBanner.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	width: 180px;
	background-position: 0px 0px;
	text-indent: -9999px;
	border:none;
}
.side a:hover {
	background-image: url(../img/aromaImg/aromaBannerOver.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	width: 180px;
	background-position: 0px 0px;
	text-indent: -9999px;
	border:none;
}


#linkbox01 {
	height: 85px;
	width: 154px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
#linkbox01 a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/link-fuuchi.jpg);
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 154px;
	background-position: 0px 0px;
}
#linkbox01 a:hover {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/link-fuuchi.jpg);
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 154px;
	background-position: 0px -85px;
}
/*メニューリストとサイドバーはここまで*/
#contents{
	background-color: #FFFFFF;
	width:618px;
	height:auto;
	margin-left:8px;
	margin-right:0px;
	margin-top:12px;
	margin-bottom:0px;
	float:left;
	clear:right;
}

#contentsTitle{
		background-image:url(../img/CSSbackgroundImg/contentsTitle1px.jpg);
	background-repeat:repeat-x;
	display:block;
	width:618px;
	height: 30px;
	margin:0px;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#contentsBody{
	background-color:#FFFFFF;
	display:block;
	width:618px;
	height:auto;
	margin-top:8px;
	padding:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.subcontentsL{
	background-color:#FFFFFF;
	display:block;
	margin-left:8px;
	float:left;
	padding:0px;
	height: auto;

}
.subcontentsTitleL{
	background-image:url(../img/CSSbackgroundImg/orangeTitle1px.gif);
	background-repeat:repeat-x;
	display:block;
	width:300px;
	height: 34px;
	margin:0px;
	color: #FF6600;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bolder;
	text-align: center;
	padding-top: 8px;
}

.subcontentsBodyL{
	background-image:url(../img/CSSbackgroundImg/orangeBody1px.gif);
	background-repeat:repeat-x;
	display:block;
	margin-top:0px;
	padding:0px;	
}

.subcontentsR{
	background-color:#FFFFFF;
	display:block;
	margin-left:5px;
	padding:0px;
	float:right;
	clear:right;
	margin-right: 5px;
	height: auto;

}
.subcontentsTitleR{
	background-image:url(../img/CSSbackgroundImg/blueTitle1px.gif);
	background-repeat:repeat-x;
	display:block;
	width:300px;
	height: 34px;
	margin:0px;
	color: #3366FF;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:bolder;
	text-align: center;
	padding-top: 8px;
}

.subcontentsBodyR{
	background-image:url(../img/CSSbackgroundImg/blueBody1px.gif);
	background-repeat:repeat-x;
	display:block;
	margin-top:0px;
	padding:0px;	
}

.subcontentsWide{
	background-color:#FFFFFF;
	display:block;
	margin-left:8px;
	/*	float:left;*/
	clear:both;
	height: auto;
	width: auto;

}
.subcontentsTitleWide{
	background-image:url(../img/CSSbackgroundImg/greenTitle1px.gif);
	background-repeat:repeat-x;
	display:block;
	width:600px;
	height: 34px;
	margin:0px;
	color: #009900;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

.subcontentsBodyWide{
	background-color:#FFFFFF;
	display:block;
	margin-top:10px;
	padding:0px;
	height: auto;
	text-align: center;
}
.subsubcontents{
	background-color:#FFFFFF;
	display:block;
	margin-left:8px;
	/*	float:left;*/
	clear:both;
	margin-top: 8px;
	height: auto;
}


.orangeBar{
	background-image:url(../img/CSSbackgroundImg/orangeBar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	display:block;
	width:600px;
	height: 20px;
	margin:0px;
	color:#006600;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
}

#subsubcontents1{
	background-image:url(../img/CSSbackgroundImg/photo1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	height:150px;
	margin-top:5px;
	padding:0px;	
}

#subsubcontents1_2{
	height:auto;
	padding: 0px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 22px;
}

.subsubcontents1_3{
	height:auto;
	padding: 0px;
}

.subsubcontents1_3 img{
	width:270px;
	height:auto;
	margin:8px;
	float:left;
}

.subsubcontents1_3 img.ImgWide{
	width:570px;
	height:auto;
	margin:8px;
	float:left;
}

.subsubcontentsAtamaKataNADO{
	height:150px;
	padding: 0px;
	float: left;
	width: 270px;
	background-color: #FAF9CD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 8px;
}

.AtamaKataNADOtop{
	color:#009900;
	margin-top: 15px;
	margin-left: 12px;
	font-weight: bold;

}

.AtamaKataNADOmiddle60{
	margin-left: 0px;
	margin-top: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 270px;
}

.AtamaKataNADOmiddle90{
	margin-left: 0px;
	margin-top: 0px;
}



.subsubcontents1_4{
	width:500px;
	height:auto;
	margin:8px;
}

#subsubcontents2{
	background-image:url(../img/CSSbackgroundImg/photo2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	height:150px;
	margin-top:5px;
	padding:5px;
}

.subsubcontents2_2{
	height:auto;
	padding: 0px;
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 250px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#subsubcontents3{
	background-image:url(../img/CSSbackgroundImg/photo3.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	margin-top:5px;
	padding:5px;
}

#subsubcontents4{
	background-image:url(../img/CSSbackgroundImg/photo4_5.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	margin-top:5px;
	padding:5px;	
}

#subsubcontents5{
	background-image:url(../img/CSSbackgroundImg/photo6.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	margin-top:5px;
	padding:5px;	
}


img.M{
	display:block
	width:160px;
	height:120px;
}


table.black{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bolder;
	color: #4B4B4B;
	margin:5px;
}

.black td{
	margin-right:5px;
	padding-left:4px;
	height: 22px;
	vertical-align: text-bottom;
}


table.blue{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bolder;
	color: #0066FF;
	margin:5px;
}

#staff{
	padding:0px;
	margin-left:8px;
}

.aroma{
	display:block;
	height: auto;
	width: 180px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align:center;
	background-color: #FFFFFF;
	padding-top: 5px;
	border: thin solid #CCCCCC;
}

#AromaTitle1{
	background-image:url(../img/aromaImg/aromaMenu.jpg);
	background-repeat:no-repeat;
	display:block;
	width:400px;
	height: 38px;
	margin:0px;
	color: #009900;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
}

#AromaTitle2{
	background-image:url(../img/aromaImg/aromaMenuR.jpg);
	background-repeat:no-repeat;
	display:block;
	width:400px;
	height: 38px;
	margin:0px;
	color: #009900;
	font-size: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
}

#AromaL{
	display:block;
	margin: 0px;
	float: left;
	height: 38px;
	width: 200px;
}

#AromaL{
	clear: right;
	float: left;
	color:#000000;
	text-indent: -9999px;
}

#AromaL a{
	display:block;
	margin: 0px;
	clear: right;
	float: left;
	height: 38px;
	width: 200px;
	color:#000000;
	text-decoration: none;
	text-indent: -9999px;
}

#AromaL a:hover{
	background-image:url(../img/aromaImg/aromaMenuOverL.jpg);
	background-position:left;
	color:#FFFFFF;
	text-decoration: none;
	text-indent: -9999px;

}

#AromaR{
	clear: right;
	float: left;
	color:#000000;
	text-indent: -9999px;
}

#AromaR a{
	display:block;
	margin: 0px;
	clear: right;
	float: left;
	height: 38px;
	width: 200px;
	color:#000000;
	text-indent: -9999px;
	text-decoration: none;
}

#AromaR a:hover{
	background-image:url(../img/aromaImg/aromaMenuOverR.jpg);
	background-position:right;
	color:#FFFFFF;
	text-indent: -9999px;
	text-decoration: none;

}

#AromaBody{
	background-color:#FFFFFF;
	display:block;
	margin-top:0px;
	margin-right: 8px;
	height: auto;
	width: auto;
	margin-bottom: 8px;
	margin-left: auto;
	border: 2px solid #666666;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer{
	background-color:#FFE3CC;
	float:left;
	clear:both;
	width: 826px;
	height: 20px;
	margin-top:8px;
	margin-bottom:12px;
	margin-left:12px;
	margin-right:12px;
	text-align:center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#oubo a{
	text-decoration: none;
	display: block;
	padding: 0px;
	height: 35px;
	width: 150px;
	background-image: url(../img/form.gif);
	background-position: 0px 0px;
	text-indent: -9999px;
}
#oubo a:hover {
	text-decoration: none;
	display: block;
	padding: 0px;
	height: 35px;
	width: 150px;
	background-image: url(../img/form.gif);
	background-position: 0px -35px;
	text-indent: -9999px;
	text-align:left;
}
.clear {
	clear: both;
}


.news {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 14px;
	background-color: #DFFFB6;
	text-align: center;
	display: block;
	height: auto;
	width: 300px;
	margin-right: 140px;
	margin-left: 140px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.1st_anniversary {
	height: 700px;
	width: 495px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	display: block;
}


.recruit {
	display: block;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
.recruit01 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	color: #666666;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
	background-color: #FFCC99;
	text-align: justify;
}
.recruit02_left {
	display: block;
	width: 320px;
	margin-top: 10px;
	float: left;
}
.img_001 {
	background-image: url(../img/recruit/img_002.jpg);
	height: 240px;
	width: 320px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
}
.img_002 {
	background-image: url(../img/recruit/img_001.jpg);
	height: 240px;
	width: 320px;
	text-indent: -9999px;
	display: block;
}
.img_003 {
	background-image: url(../img/recruit/img_003.jpg);
	height: 240px;
	width: 320px;
	margin-top: 5px;
	text-indent: -9999px;
	display: block;
}
.recruit02_right {
	display: block;
	float: right;
	margin-top: 10px;
	width: 205px;
}
.recruit_box_01 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	display: block;
	padding: 5px;
	width: 195px;
}
.recruit_box_02 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	background-color: #CCFFFF;
	display: block;
	padding: 5px;
	width: 195px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
	text-align: justify;
}
.recruit_box_03 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	background-color: #CCFFFF;
	display: block;
	padding: 5px;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC33;
	text-align: justify;
}
.recruit03 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica;
	background-color: #FFCC99;
	display: block;
	padding: 5px;
	margin-top: 10px;
}
.recruit04 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.recruit05 {
	display: block;
	width: 528px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.recruit05 dt {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: center;
	display: block;
	padding: 10px;
	width: 150px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
.recruit05 dd {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	color: #666666;
	text-align: justify;
	display: block;
	padding: 10px;
	margin-left: 170px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
}
.nenshi {
	display: block;
	height: 353px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#goodjoblink {
	display:block;
	background-image: url(../img/goojob.jpg);
	background-repeat: no-repeat;
	background-position: 0px -88px;
	display: block;
	padding: 0px;
	height: 88px;
	width: 233px;
	margin-top:20px;
	margin-bottom:12px;
}
#goodjoblink:hover {
	display:block;
	background-image: url(../img/goojob.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 88px;
	width: 233px;
	margin-top:20px;
	margin-bottom:12px;
}
#bn_select {
	display:block;
	width:200px;
	height:120px;
	background-image:url(../img/select_bn.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#bn_select:hover {
	display:block;
	width:200px;
	height:120px;
	background-image:url(../img/select_bn.jpg);
	background-position: -200px 0px;
	background-repeat:no-repeat;
}
