@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :miiiiii (admin)

 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
}

a:link {
}

a:visited {
}

a:hover {

}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btn {
	text-align: center;
}

/* 外部リンクは別窓用の指定 */
.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: 100%;
	margin: 0 auto;
	text-align: left;
    padding:30px 0 0 0px;
    background: url(../images/bg_body_l.gif) no-repeat left top;

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents{
padding:60px 0 0 0;
margin:0px 0 0 65px;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}

#contents .news{
	width:460px;
	border-top:2px solid #facce7;
    border-bottom:2px solid #facce7;

    
}
#contents .news2{
	width:460px;
	border-top:2px solid #facce7;
    border-bottom:2px solid #facce7;
}
#contents .news2 a{
padding:10px 0 10px 0;
}
#contents .news2 img{
margin:10px 0;
}
#contents .news a{
display:block;
padding:10px 0 10px 0;
border-bottom:1px dotted #fac6e4;
}

#contents .news a:link{
color:#333;text-decoration:none;
}
#contents .news a:visited{
color:#333;text-decoration:none;
}
#contents .news a:hover{
color:#333;text-decoration:none;
background:#f9feff;
}
#contents .news a:active{
text-decoration:none;
}
#contents .news  span a{}

#contents .address{
padding:50px 0 30px 0;

/*font-family: "ＭＳ Ｐ明朝","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
}

.backpic{
background-image:url(../images/bg_top.png);
background-repeat:no-repeat;
background-attachment: fixed;
background-position: right top;
width:100%;
}
*html .backpic {
behavior: expression(IEPNGFIX.fix(this));

}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 540px;
	background: #EEE;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

.archive{
width:450px;
color:#ff0085;
margin:5px 0 0 350px;
padding:0 0 0 15px;
background: url(../images/arrow.gif) no-repeat 0 7px;
}
.archive a{color:#ff0085;}
.archive a:link{color:#ff0085;text-decoration:none;}
.archive a:visited{color:#ff0085;text-decoration:none;}
.archive a:hover{color:#ff0085;text-decoration:underline;}
.archive a:active{color:#ff0085;text-decoration:none;}



/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: right;
	width: 300px;
	background: #EEF;
}

/* -----------------------------------------------------------
	.menu
		メニュー
----------------------------------------------------------- */
.menu_area{
padding:15px 0 0 0;
}
.menu_title{
background: url(../images/dot.gif) repeat-x 0 10px;
}
.menu_title2{
font-size:14px;
font-weight:bold;
background: #fff;
}
.menu_ex{
color:#8a8a8a;
}
.menu_price{
width:120px;
text-align:left;
font-family: "ＭＳ Ｐ明朝","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
padding:0 0 0 10px;
font-weight:bold;
}

/* -----------------------------------------------------------
	.art
		アート
----------------------------------------------------------- */
.art{
width:700px;
margin:0 0 0 0;
}
.art img{

padding:5px;
}

.art a:link img{
border:1px dotted #c9c7c7;
padding:5px;
}
.art a:visited img{
border:1px dotted #c9c7c7;
padding:5px;
}
.art a:hover img{
border:1px solid #f9ccdc;
padding:5px;
background:#ffeef4;
}

/* -----------------------------------------------------------
	.map
		マップ
----------------------------------------------------------- */
.access_table td{
padding:5px;
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}


/* -----------------------------------------------------------
	.recruit
		リクルート
----------------------------------------------------------- */
.recruit_table{
width:500px;
border-top:1px solid #72bde4;
border-left:1px solid #72bde4;
border-right:1px solid #72bde4;
padding:5px;
}
.recruit_table th{
width:70px;
padding:10px;
background:#d1effe;
border-right:1px solid #72bde4;
border-bottom:1px solid #72bde4;
}
.recruit_table td{
padding:10px;
border-bottom:1px solid #72bde4;
}
.recruit_table caption{
font-weight:bold;
}