@charset "Shift_JIS";
/**************全　　体**************/

/** address斜体の解除対応 全体に**/
*{
	font-style:normal;
 
} 

body{
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: メイリオ, "ＭＳ ゴシック";/*  background-image : url(../img/public/bg.gif);*/
	color: #2b2b2b;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;/*background-color: #fafafa;*/
	/*background-color: #fff0fe;*/
	background-color: #fbf9f8;
}

img{
  border : 0;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
/** 画像を滑らかに縮小する設定 bicubic **/
  -ms-interpolation-mode: bicubic;
 
}

a{
	color: #3377b9;
  	text-decoration:none;
}

a:link{
  text-decoration:none;
}

a:visited{
  text-decoration:underline;
}

a:hover{
	color: #3377b9;
	text-decoration: underline;
}

a:active{
	color: #3377b9;
  	text-decoration:underline;
} 

a:focus{
	color: #3377b9;
	text-decoration:underline;
}

p{
	color : #2b2b2b;
/***   文字要素を2D変形、または、3D変形を適用するときのプロパティ **/
/**    ここでは使わない **/
/*	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
*/
}

/**************基本　領域**************/
#container{
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	clear: both;
}

/**************ヘッダ領域**************/
#head-area{
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	border-top-width: 0px;
	color: #333333;
	background-color: white;
	height: 60px;
}

#p-head-logo{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 1%;
	position: relative;
	width: 206px;
	height: 33px;
	float: left;
	margin-top: 1%;
	margin-left: 1%;
}

#p-head-navi{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 1%;
	position: relative;
	width: 100px;
	height: 30px;
	float: right;
	margin-top: 1%;
	margin-right: 1%;
}

/* ヘッダ領域 width height他 */

.fl-l{
	float: left;
}

.fl-r{
	float: right;
}

/**************バナー領域　ＰＣ版の右エリア****************/	
.texar-l {
	text-align: left;
}

.texar-r {
	text-align: right;
}

#div-banner {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
}

#div-banner ul {
	list-style-type: none;
	list-style-position: inherit;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#div-banner li {
	background-clip: border-box;
	display: inline-block;
	display: -moz-inline-box;/display: inline;/margin-right: 10px;
	width: 150px;
	height: 67px;/zoom: 1;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	vertical-align: top;
	margin-right: 5px;
}

#div-banner li a {
	display: block;
	text-decoration: none;
	width: 150px;
}

/**************メニュー領域**************/
#menu-area{
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 220px;
}

#menu-l {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 50%;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */ 	height : 160px;
}

#menu-r {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 50%;
	float: right;
	position: relative;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
}


/**************メニュー領域**************/
#menu-area ul{
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
	height: 150px;
}

#menu-area ul li{
	position: relative;
	height: 50px;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}

#menu-area ul li a{
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;/*height: 35px;*/
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */ 	width : 90%;
	color: white;
	width: 100%;
	height: 35px;
}

#menu01{
	border-bottom-color: #0066cc;
	float: right;
	background-color: #0066cc;
}

#menu01 a{
	/*color: #0066cc;*/
}

#menu02{
	float: left;
	background-color: #cc6666;
}

#menu02 a{
	/*color: #cc6666;*/
}

#menu03{
	float: right;
	background-color: #4b9713;
}

#menu03 a{
	/*color: #4b9713;*/
}

#menu04{
	float: left;
	background-color: #ff7f00;
}

#menu04 a{
	/*color: #ff7f00;*/
}

#menu05{
	float: right;
	background-color: #9933cc;
}

#menu05 a{
	/*color: #9933cc;*/
}

#menu06{
	float: left;
	background-color: #7f4000;
}

#menu06 a{
	/*color: #7f4000;*/
}

#menu-home {
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 50px;
	position: relative;
	float: left;
	background-color: black;
}

#menu-home p {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;/*height: 35px;*/
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
 	width : 100%;
	height: 50px;
	width: 100%;
	float: left;
	position: relative;
	color: white;
}

#menu-home a {
	display: block;
	color: white;
}

* html #menu-area ul li a{
	 /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/* Holly Hack for IE \*/
* html #ul-menu{
	height: 1%;
}
 /*Holly Hack for IE7 and below*/

/**************メニュー領域**************/
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
	 /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}



/**************メイン領域****************/
#main-area{
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	top: 0px;
	position: relative;
}

#page-guide{
	margin-top: 0px;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
	text-indent: 10px;
	float: left;
	position: relative;
	margin-left: 0px;
	height: 30px;
	list-style-type: none;
	list-style-position: inside;
}

#page-guide li {
	float: left;
	position: relative;
	height: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: left;
	font-weight: 100;
	color: #333333;
}


/**************メイン領域内アイテム****************/

/*　内容 */
.div-item-area {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 1%;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 99%;
	float: left;
	position: relative;
}

/**************工事中****************/
#p-comment {
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 300px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 500px;
	width: 730px;
	height: 1em;
	float: left;
	position: relative;
}


/**************フッタ領域****************/
#footer{
	height: 140px;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	position: relative;/*background-color: #004080;*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ff8000;
}

#footer-logo {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 80%;
	height: 46px;
	position: relative;
	text-align: left;
	text-indent: 10px;
}

#copystyle{
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: 100;
	height: 1.2em;
	clear: both;
	width: 90%;
	text-align: left;
}

/******　各ページ先頭画像用に使う　*****/
#p-page-title {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 30px;
	margin-right: 20px;
	padding-bottom: 0px;
	position: relative;
	height: 40px;
	float: left;
	margin-top: 10px;
	width: 680px;
	margin-bottom: 0px;
	background-color: #f5e2e2;
}

/***** h1 ページによって異なる *****/

h1{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	text-align: left;
}

h2{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	text-align: left;
}

h3{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	text-align: left;
}

h4{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
	text-align: left;
}

.title-00 {
	background-image: url(../img/public/title_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	height: 35px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	vertical-align: middle;
	text-align: left;
	text-indent: 5px;
}

.title-02{
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	padding-top: 3px;
	vertical-align: top;/*background-color: #cc6666;*/
	/*background-color: #fec1ac;*/
	background-color: #cc6666;
	color: white;
	padding-left: 15px;
	text-indent: 5px;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
 	height : 1.5em;
	padding-right: 0px;
}

/****** タイトル枠 *****/

.div-contents{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: white;
	margin-left: 0px;
	text-align: center;
	position: relative;
}

/****** 各ページ共通アイテム *****/

/* 募集について　*/
.div-bosyu {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0px;
	width: 98%;
	position: relative;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-bottom-left-radius: 2px 2px;
	background-color: #fef5f9;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
 	float : left;
	float: left;
}

.p-bosyu-title {
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;/*background-color: #f5e2e2;*/
	color: #ef729e;
	width: 95%;
	font-size: 18px;
	font-family: メイリオ;
	font-weight: 700;
	text-align: left;
}

.p-bosyu {
	color: #333333;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
	position: relative;
	width: 96%;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
	-webkit-box-sizing: border-box;　/* Safari,Google Chrome用 */  
	-moz-box-sizing: border-box;　/* Firefox用 */  
	-ms-box-sizing: border-box;　/* Internet Explorer 8用 */  
	box-sizing: border-box;　/* Opera用 */
}

.p-line {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	position: relative;
	height: 3px;
}
