/*
Theme Name: concierge
Theme URI: http://www.www.www
Description: for concierge
Author: quebico
*/


/* CSS Document */

/*基本--------------------------------------*/

* {
	margin:0;
	padding:0;
}

html {
	overflow-y:scroll;
}

body {
	background-color:#E6E6E6;
	line-height:1.6;
	color:#666666;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:80%;
}

p,li,dt,dl {
	line-height:1.6;
}

p {
	ｚmargin:0 0 1em 0;
}

li {
	list-style-type:none;
}

img {
	border:0;
}

address {
	font-style:normal;
}

/*リンク--------------------------------------*/

a:link{
	color:#000066;
	text-decoration:none;
}

a:visited{
	color:#000066;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a:active {
	color:#000066;
}

h2.subh2 a:link,
h3.subh2-2 a:link {
	color:#FFFFFF;
	}
	
h2.subh2 a:visited,
h3.subh2-2 a:visited {
	color:#FFFFFF;
	}
	
h2.subh2 a:hover,
h3.subh2-2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

/*見出し関連--------------------------------------*/

h1.subh1-01 {
	background-image:url(img_common/h2_01_01.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	text-indent:-5000em;
	font-size:0.1em;
	margin-bottom:15px;
	height:30px;
	border-left:5px solid #000066;
	border-bottom:1px solid #000066;
	}
	
h1.subh1-02 {
	background-image:url(img_common/h2_01_02.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	text-indent:-5000em;
	font-size:0.1em;
	margin-bottom:15px;
	height:30px;
	border-left:5px solid #000066;
	border-bottom:1px solid #000066;
	}

h1.subh1-05 {
	background-image:url(img_common/h2_01_05.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	text-indent:-5000em;
	font-size:0.1em;
	margin-bottom:15px;
	height:30px;
	border-left:5px solid #000066;
	border-bottom:1px solid #000066;
	}





div.subh1-03 {
	background-image:url(img_common/h2_01_03.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	margin-bottom:15px;
	height:30px;
	border-left:5px solid #000066;
	border-bottom:1px solid #000066;
	}
	
div.subh1-03 h1 {
	text-indent:-5000em;
	font-size:0.1em;
	width:1px;
	float:left;
	}
	
div.subh1-03 p {
	font-size:10px;
	float:right;
	padding-top:15px;
	padding-left:15px;
	background-image:url(img_common/alw.gif);
	background-repeat:no-repeat;
	background-position:0px 18px;
	}
	
h1.subh1-04 {
	background-image:url(img_common/h2_01_04.gif);
	background-position:5px 0px;
	background-repeat:no-repeat;
	text-indent:-5000em;
	font-size:0.1em;
	margin-bottom:15px;
	height:30px;
	border-left:5px solid #000066;
	border-bottom:1px solid #000066;
	}
	
h2.subh2 {
	background-image:url(img_common/h1.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-size:14px;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
	}

h2.subh2_red {
	background-image:url(img_common/h1_red.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-size:14px;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
	}
	
h2.cate-title {
	background-image:url(img_common/h1.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-size:14px;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
	}
	
h3.subh2-2 {
	background-image:url(img_common/h1.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-size:14px;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
	}
	
h3.subh3 {
	background-repeat:repeat-x;
	color:#0E69BA;
	font-size:12px;
	margin-bottom:5px;
	}

h4{
}

h5{
}

h6{
}

/*フォント関連--------------------------------------*/

.small{
	font-size:10px;
}

/*カラー関連--------------------------------------*/

.gr{
	color:forestgreen;
}

.re{
	color:firebrick;
}

.bl{
	color:darkblue;
}

.or{
	color:darkorange;
}

/*テーブル関連--------------------------------------*/

/*ベーシック*/
#table_basic{
	border-top:1px solid dimgray;
	border-left:1px solid dimgray;
	padding:3px;
}

#table_basic th{
	border-bottom:1px solid dimgray;
	border-right:1px solid dimgray;
	background-color:#CCFF99;
	color:#333;
	padding:2px 6px;
}

#table_basic td{
	border-bottom:1px solid dimgray;
	border-right:1px solid dimgray;
	background-color:#FFFFCC;
	color:#333;
	padding:2px 6px;
}

/*シンプル*/
#table_simple{
	border-top:1px solid dimgray;
	padding:3px;
	margin:6px 0px;
}

#table_simple th{
	border-bottom:1px solid dimgray;
	padding:2px 6px;
}

#table_simple td{
	border-bottom:1px solid dimgray;
	padding:2px 6px;
}

/*ボーダー無*/
#table_noborder{
	border:0;
	padding:3px;
}

#table_noborder th{
	border:0;
	padding:2px 6px;
}

#table_noborder td{
	border:0;
	padding:2px 6px;
}

/* CSS Document */

* {
	margin:0;
	padding:0;
	}

/*レイアウト--------------------------------------*/
h1#name{
	text-indent:-9999px;
	font-size:0px;
}

#layout{
	width:780px;
	text-align:left;
	margin:0 auto;
	background:url(img_common/bg_title.jpg) no-repeat top left white;
}

#title{
	width:;
	height:;
	padding:10px 0px 0px 50px;
	float:left;
	/*text-indent:-9999px;*/
}

#catch{
	width:429px;
	height:90px;
	background:url(img_common/catch.gif) no-repeat top right;
	float:right;
	margin:0px;
	text-indent:-9999px;
}

#main{
	background-color:#FFFFFF;
	margin:10px 10px;
}

div#maincol2 {
	width:500px;
	float:left;
	}

#foot{
	clear:both;
	background:url(img_common/foot.gif);
	height:16px;
	font-size:10px;
	text-align:center;
	color:white;
	margin:0px;
	}

#adress{
	background:#CCDFF0;
	padding:3px 0px;
	text-align:center;
	line-height:normal;
	}

/*パーツ--------------------------------------*/

#bar{
	clear:both;
	width:100%;
	height:16px;
	margin:0px;
}

#bar.top{
	background:url(img_common/bar_top.gif);
}

#bar.about{
	background:url(img_common/bar_about.gif);
}





/*メニューリスト--------------------------------------*/


ul.menu{
	clear:both;
	margin-left:50px; 
	font-size:14px;
	letter-spacing:3px;
	text-align:center;
	}

ul.menu li{
	width:110px;
	height:28px;
	color:white;
	margin:0px 2px;
	float:left;
	}

ul.menu li a{
	display:block;
	height:100%;
	color:white;
	}

ul.menu a:hover{
	text-decoration:none;
	display:block;
	height:100%;
	color:white;
	/* text-indent:-9999px; */
}

/* 個別指定 */

ul.menu li.top{
	background:url(img_common/menu_top_ro.gif) no-repeat;
}

ul.menu li.top a{
	background:url(img_common/menu_top.gif) no-repeat;
}

ul.menu li.top a:hover{
	background:url(img_common/menu_top_ro.gif) no-repeat;
}


ul.menu li.attitude{
	background:url(img_common/menu_attitude_ro.gif) no-repeat;
	color:white;
}

ul.menu li.attitude a{
	background:url(img_common/menu_attitude.gif) no-repeat;
	color:white;
}

ul.menu li.attitude a:hover{
	background:url(img_common/menu_attitude_ro.gif) no-repeat;
	color:white;
}


ul.menu li.about{
	background:url(img_common/menu_about_ro.gif) no-repeat;
}

ul.menu li.about a{
	background:url(img_common/menu_about.gif) no-repeat;
}

ul.menu li.about a:hover{
	background:url(img_common/menu_about_ro.gif) no-repeat;
}

ul.menu li.service{
	background:url(img_common/menu_service_ro.gif) no-repeat;
}

ul.menu li.service a{
	background:url(img_common/menu_service.gif) no-repeat;
}

ul.menu li.service a:hover{
	background:url(img_common/menu_service_ro.gif) no-repeat;
}

ul.menu li.recruit{
	background:url(img_common/menu_recruit_ro.gif) no-repeat;
}

ul.menu li.recruit a{
	background:url(img_common/menu_recruit.gif) no-repeat;
}

ul.menu li.recruit a:hover{
	background:url(img_common/menu_recruit_ro.gif) no-repeat;
}

ul.menu li.contact a{
	width:90px;
	text-align:left;
	padding-left:30px;
	background:url(img_common/menu_contact.gif) no-repeat;
	color:navy;
}

ul.menu li.contact a:hover{
	background:url(img_common/menu_contact_ro.gif) no-repeat;
	color:navy;
}

/*winIE6用*/
ul.menu li.top a{color:white;}
ul.menu li.top a:hover{color:white;}

ul.menu li.about a{color:white;}
ul.menu li.about a:hover{color:white;}

ul.menu li.service a{color:white;}
ul.menu li.service a:hover{color:white;}

ul.menu li.recruit a{color:white;}
ul.menu li.recruit a:hover{color:white;}




/*ページ別指定--------------------------------------*/

/*トップページ
********************/

.top_left{
	width:510px;
	text-align:center;
	float:left;
	padding:20px 0px 0px 0px;
}

.top_right{
	width:215px;
	text-align:center;
	float:right;
	text-align:left;
}

.top_img{
	background:url(img_common/top_img.jpg) no-repeat;
	width:351px;
	height:256px;
	margin:10px auto;
	text-indent:-9999px;
}

.top_text{
	text-align:left;
	background:url(img_common/top_bg.gif) no-repeat;
	width:420px;
	margin:0px;
	padding:66px 40px 20px 40px;
}

/* 右カラム */

.main-wrap{
	margin-left:auto;
	margin-right:auto;
	width:670px;
}

div#side {
	float:right;
	width:150px;
	padding-top:45px;
	}
	
div#side ul {
	border-right:1px solid #ccc;
	}

div#side ul li {
	height:30px;
	border-bottom:1px solid #ccc;
	}
	
div#side ul li a {
	display:block;
	height:25px;
	background-image:url(img_common/categorylist.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #ccc;
	padding:5px 0 0 5px;
	color:#336600;
	}
	
div#side ul.cate-to-top li a {
	display:block;
	height:25px;
	background-image:url(img_common/categorylisttop.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #ccc;
	padding:5px 0 0 5px;
	color:#000099;
	}
	
.kiji-date {
	font-size:12px;
	font-weight:normal;
	}
	

/*タイトル*/
.top-right-ttl-wrap {
	background-image:url(img/index/index02.gif);
	background-repeat:no-repeat;
	height:23px;
	padding-right:5px;
	padding-left:2px;
	}
	
.top-right-ttl-wrap2 {
	background-image:url(img/index/index03.gif);
	background-repeat:no-repeat;
	height:23px;
	padding-right:5px;
	padding-left:2px;
	}

.top-right-ttl {
	color:#FFFFFF;
	padding:2px 0 0 5px;
	float:left;
	}
	
.top-right-ttl-wrap p {
	float:right;
	padding:3px 0 0 0;
	margin:0;
	}
	
.top-right-ttl-wrap p a {
	text-indent:-5000em;
	text-decoration:none;
	display:block;
	width:65px;
	height:15px;
	font-size:0.1em;
	line-height:0;
	}

/*記事*/
	
.top-right-box {
	padding:3px 0 0 0;
	overflow:scroll;
	overflow:auto;
	height:500px;
	width:215px;
	}
	
.top-right-box dl {
	width:192px;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	border-bottom:1px dotted #3D62AC;
	}
	
.top-right-box dl dt {
	background-image:url(img/index/index01.gif);
	background-repeat:no-repeat;
	height:15px;
	color:#46996C;
	line-height:1.2em;
	}
	
.top-right-box dl dt a:link {
	color:#46996C;
	}
	
.top-right-box dl dt a:visited {
	color:#46996C;
	}
	
.top-right-box dl dt a:hover {
	color:#46996C;
	text-decoration:underline;
	}
	
.syousai-btn {
	text-align:right;
	}
	
.syousai-btn a {
	color:#46996C;
	background-image:url(img_common/sankaku.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:12px;
	}

/*会社概要
********************/

div#maincol {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}
	
div.cont-box {
	margin-bottom:20px;
	}
	

	
/*cont-box2 */

div.cont-box2 {
	padding:4px;
	background-color:#E0EDFF;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}
	
/*cont-box3 */

div.cont-box3 {
	padding:10px;
	background-color:#E0EDFF;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	}
	
/*indentbox*/

div.indentbox01 {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #00A0C6;
	}
	
div.indentbox01 p.indent-num {
	width:25px;
	text-align:center;
	float:left;
	color:#0E69BA;
	}
	
div.indentbox01 p.indent-txt {
	margin-left:25px;
	}
	
div.indentbox01 p.indent-txt strong {
	color:#0E69BA;
	}


div.indentbox01_red {
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #d40021;
	}

div.indentbox01_red p.indent-num {
	width:25px;
	text-align:center;
	float:left;
	color:#0E69BA;
	}
	
div.indentbox01_red p.indent-txt {
	margin-left:25px;
	}
	
div.indentbox01_red p.indent-txt strong {
	color:#0E69BA;
	}

/*  */

div.se-box-l {
	width:290px;
	float:left;
	}
	
div.se-box-r {
	width:290px;
	float:right;
	}
	
/*サービス
********************/
	
/*コンタクト
********************/

dl.con-box {
	margin-bottom:10px;
	}

dt.con-dt {
	border-bottom:1px solid #00A0C6;
	margin-bottom:5px;
	color:#0E69BA;
	font-weight:bold;
	font-size:12px;
	}
	
/*プライバシー
********************/

div.layout-p {
	margin-left:auto;
	margin-right:auto;
	width:500px;
	background-color:#FFFFFF;
	padding:10px;
	}
	
div.layout-p h1 {
	background-image:url(img_common/h1.gif);
	background-repeat:repeat-x;
	color:#fff;
	font-size:14px;
	padding:2px 0 2px 10px;
	margin-bottom:10px;
	}
	
div.layout-p ul {
	margin:0 0 0 20px;
	}
	
div.layout-p ul h2 {
	font-size:12px;
	}

	
div.layout-p ul li {
	list-style-type:decimal;
	margin-bottom:10px;
	}
	
.popup-close {
	text-align:center;
	}


	

/*オプション指定--------------------------------------*/
	
/* floatClearHack start */

.clearfix:after {
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}
	
.clearfix {
	display: inline-block;
	}	
	
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* floatClearHack end */


.txt-center {
	text-align:center;
	}
	
.txt-right {
	text-align:right;
	}
	
.red {
	color:#FF0000;
	}
	
.mb10 {
	margin-bottom:10px;
	}









