@charset "utf-8";

/* 共通 */
/* --HTML-- */
html {
	overflow-y:scroll;
	height: 100%;
}

body{
	margin-top: 0px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 16px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 140%;
	color: #000000;
	padding: 0px;
	background-image: url(../image/bg.png);
}
/* --OTHER TAGS-- */
a img, img {
	border:0;
	vertical-align: top;
}
a:hover img.fade,.a:active img.fade{
filter:alpha(opacity= 50); /* IE */
-moz-opacity:0.50; /* Firefox CSS3以前 */
opacity:0.50; /* CSS3 */
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, var {
font-style:normal;
font-weight:normal;
}

caption, th {
text-align:left;
}
table{font-size:14px;}
table a{color:#53493F;}
table a:hover{color:#53493F;}
code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}


ol, ul {
list-style:none;
}

a:hover img.fade,.a:active img.fade{
filter:alpha(opacity= 50); /* IE */
-moz-opacity:0.50; /* Firefox CSS3以前 */
opacity:0.50; /* CSS3 */
}

.imgover{}


a{
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

img,fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
* { box-sizing : border-box}
* { -moz-box-sizing : border-box
	background-position: center top;
}
h1, h2, h3, h4, h5, h6 {
margin:0px;
}
#wrapper{
	width:100%;
	padding-top: 25px;
}

h3{
	color:#53493F;
	font-size: 26px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #53493F;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#header {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	background-image: url(../image/header.png);
	height: 100px;
	text-align: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	width: 1000px;

}
#stage {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../image/stage.png);

}
#container{
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/container.png);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

#contents {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 30px;
}
#contents .inner{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#contents .inner p{margin-bottom:40px;}
#contents #work{
	background-image:url(../image/work.png);
	background-repeat:no-repeat;
	height: 474px;
}
#contents #work p{
	margin: 0px;
	padding-top: 95px;
	padding-right: 300px;
	padding-bottom: 50px;
	padding-left: 50px;
	text-align: left;
}


#contents .contact{
	background-image:url(../image/contact.png);
	background-repeat:no-repeat;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 295px;
	position: relative;
	margin-bottom: 60px;
	 z-index: 1;
}
#contents .contact .inner{
	width: 720px;
	padding-right: 30px;
	padding-left: 40px;
	color: #FFFFFF;
	padding-top: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contents .contact .inner p{margin:0px;}
#contents .contact .inner p.toi{
	position:absolute;
	left: 142px;
	top: 158px;
}
#contents .contact .inner h3{
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.contact_btn{
	position:absolute;
	left: 504px;
	top: 145px;
}
.outer_midashi{
	background-image:url(../image/outer_midashi.png);
	background-repeat: repeat-x;
	margin-bottom: 25px;
}
#maingazo {
	background-image:url(../image/main.jpg);
	height:760px;
	background-repeat: no-repeat;
	background-position: 0px 50px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.waku{
	background-color:#FFFFFF;
	padding: 15px;
	margin-bottom: 0px;
	text-align: center;
}
.waku2{
	background-color:#FFFFF0;
	padding: 15px;
	margin-bottom: 0px;
	text-align: center;
	border: 1px solid #666666;
	line-height: 30px;
}

.waku h3{
	text-align:center;
	font-size: 24px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 15px;
	line-height: 50px;
	height: 50px;
}
#contents .inner .monitor1{
	text-align: left;
	margin-bottom: 30px;
	overflow: auto;
}
#contents .inner .monitor1 h3{
	color:#660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-bottom: 3px;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 120px;
}
#contents .inner .monitor1 img{
	float:left;
	margin-right: 15px;
}

#contents .inner .monitor1 p {
	padding-top: 0px;
	overflow: hidden;
	_zoom: 1;
	margin: 0px;
}

#contents .inner .monitor2{
	width:480px;
	float:right;
	text-align: left;
}
#contents .inner .monitor2 h3{
	color:#660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	padding-bottom: 3px;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 120px;
}
#contents .inner .monitor2 img{
	float:left;
}

#contents .inner .monitor2 p {
	padding-top: 0px;
	overflow: hidden;
	_zoom: 1;
	margin: 0px;
}


/*-----------------------------------------------
 __左メニュー
-----------------------------------------------*/
#gnav {
	height: 80px;
	clear: both;
	position: fixed;
	width: 100%;
	background-image: url(../image/menu_bg.png);
	text-align: center;
	 z-index: 2;

}
#gnav ul{
	text-align: left;
	list-style-type: none;
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#gnav ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float:left;
	}


#gnav ul li a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	margin: 0px;
	list-style-type: none;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	color: #FFFFFF;
	}
#gnav ul li a:hover{color:#FFCC66; text-decoration:none;}	




/*-----------------------------------------------
 __画像配置
-----------------------------------------------*/
.img_lf{float:left; margin-right:10px;}
.img_rt{
	float:right;
	margin-left: 10px;
}



/*-----------------------------------------------
 __フッター
-----------------------------------------------*/
#footer {
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	font-size: 10px;
}
#footer ul {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 60px;
}
#footer li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover{text-decoration:underline;}



/*-----------------------------------------------
 __右　コンテンツ　会社概要
-----------------------------------------------*/

#toi table{
	margin-bottom: 40px;
	width: 100%;
	line-height: 130%;
}

td {
	text-align:left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #E8E8E8;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 24px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	color: #53493F;
}
th {
	text-align:left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #EE879B;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}



/*-----------------------------------------------
 __文字関係
-----------------------------------------------*/
.red{color:#FF0000;}
.verysmall{font-size:70%;}
.blue{color:#0066FF;}
.normal{font-size:12px;}
.tel{font-size:14px;}

.big{font-size:120%;}
.verybig{
	font-size:200%;
	line-height: 140%;
}
.pink{color:#FF6699;}
.bold{
	font-weight:bold;
}
.small{font-size:10px;}
.orange{color:#FF6600;}
.brown{color:#660000;}
.form_text {
	font-size: 18px;
	padding-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 35px;
	width: 90%;
}

/*-----------------------------------------------
 __背景画像
-----------------------------------------------*/

.bg_img{
display:none;
}
.loader {
position:absolute;
z-index:9999;
width:100px;
height:25px;
top:49%;
left:48%
}
