@charset "UTF-8";

* {
	margin: 0;
    padding: 0;
    font-size: 98%;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', osaka, arial, helvetica, sans-serif;
	line-height: 150%;
	color: #333333;
	background: #FFF;
	text-align: center;
}

img {
	border: 0;
	vertical-align: top;
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #ec6a00;
}

/* Header */
#header {
	width: 978px;
	margin: 0 auto;
}

#sublink {
	border-bottom: #333 3px solid;
	height: 32px;
	text-align: right;
}

#sublink img.linklist {
	margin-right: 80px;
}

#nav {
	height: 131px;
	text-align: left;
}

/* Toppage */
#mainimg {
	width: 100%;
	height: 352px;
	overflow: hidden;
}

#flashlike {
	width: 978px;
	height: 274px;
	margin: 0 auto;
	padding-top: 40px;
}

.top_container {
	width: 978px;
	margin: 35px auto;
	text-align: left;
}

#news ul, .feature ul {
	margin: 10px 0 35px 0;
	list-style: none;
	font-size: 15px;
}


#news ul li, .feature ul li {
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	border-bottom: #333 1px dotted;
}

#news ul li span, .feature ul li .orange {
	color: #ec6a00;
	font-size: 12px;
}

#news ul li a, .feature ul li a {
	color: #333;
}

#news ul li a:hover, .feature ul li a:hover {
	color: #ec6a00;
	position: relative;
	top: 1px;
	left: 1px;
}

.feature {
	margin: 18px 0 0 0;
}

.calendar iframe {
	margin: 15px 0 15px 0;
}

/* Content Page */

.container {
	width: 978px;
	margin: 0 auto 35px auto;
	text-align: left;
}

#pagetitle {
	width: 977px;
	height: 63px;
	margin: 0 0 35px 0;
}

#contents_container {
	width: 978px;
}

#sidemenu {
	background: #eee;
	width: 222px;
}

#sidemenu ul {
	list-style: none;
	margin: 25px 20px 8px 20px;
}

#sidemenu ul li {
	list-style: none;
	margin: 0 0 15px 0;
}

#contents {
	width: 726px;
}

#contents h1 {
	margin: 0 0 25px 0;
}

#contents h2 {
	margin: 0 0 25px 0;
	color: #ec6a00;
	font-size: 120%;
}

#contents h3 {
	margin: 0 0 15px 0;
	font-size: 110%;
}

#contents p {
	margin: 0 0 15px 0;
}

#contents p.last {
	margin: 0 0 40px 0;
}

#contents ul, #contents ol {
	margin: 0 0 20px 25px;
}

#contents li {
	margin: 0 0 5px 0;
}

#contents #philosophy {
	width: 684px;
	margin: 0 0 40px 0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 2px 2px 2px;
	-moz-box-shadow: #ccc 2px 2px 2px;
	box-shadow: #ccc 2px 2px 2px;
	border: #ccc 1px solid;
	behavior: url(http://www.erdefort.com/js/PIE.htc);
	text-align: center;
}

#contents .servicemenu {
	margin: 0 0 0 70px;
	width: 585px;
}

#contents .smlast {
	margin: 0 0 70px 70px;
}

#contents .servicemenu h2 {
	margin: 0 0 10px 0;
	font-size: 100%;
	padding: 3px 5px 3px 5px;	
	background: url("../images/arrows.gif") no-repeat 550px -29px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #ccc 1px 1px 1px;
	-moz-box-shadow: #ccc 1px 1px 1px;
	box-shadow: #ccc 1px 1px 1px;
	border: #ccc 1px solid;
	display:block; 
}
 
#contents .servicemenu h2 a {
	color: #333;
}

#contents .servicemenu h2 a:hover {
	color: #ec6a00;
}

#contents .servicemenu .active {
	background-position: 550px 2px;
	background-color: #f6f3ee;
}

#contents .servicemenu p {
	margin: 0 0 15px 5px;
}

#contents #ourservice {
	width: 684px;
	margin: 0 0 40px 0;
	padding: 20px 20px 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #ccc 2px 2px 2px;
	-moz-box-shadow: #ccc 2px 2px 2px;
	box-shadow: #ccc 2px 2px 2px;
	border: #ccc 1px solid;
	behavior: url(http://www.erdefort.com/js/PIE.htc);
}

#ourservice .ourservice {
	margin: 0 0 15px 0;
	padding: 3px 8px;
	border-bottom: #999 1px solid;
	font-weight:bold;
	display: block;
	font-size: 105%;
}

#ourservice h3 {
	margin: 0 0 10px 0;
}


/* Footer */
#pagetop {
	width: 978px;
	height: 40px;
	margin: 35px auto 20px auto;
	clear: both;
}

#footer {
	width: 978px;
	margin: 0 auto;
	text-align: left;
}

#footer p {
	font-size: 12px;
}

#footer .marginbottom {
	margin-bottom: 35px;
}

#copyright {
	width: 978px;
	margin: 0 auto 100px auto;
	clear: both;
	border-top: #333 3px solid;
}

#copyright p {
	font-size: 11px;
	margin: 5px 0 0 0;
}

/* 978px Grid System */
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11 {
	float: left;
	margin-left: 30px;
}
.grid1 {
	width: 54px;
}
.grid2 {
	width: 138px;
}
.grid3 {
	width: 222px;
}
.grid4 {
	width: 306px;
}
.grid5 {
	width: 390px;
}
.grid6 {
	width: 474px;
}
.grid7 {
	width: 558px;
}
.grid8 {
	width: 642px;
}
.grid9 {
	width: 726px;
}
.grid10 {
	width: 810px;
}
.grid11 {
	width: 894px;
}
.first {
	margin-left: 0;
	clear: left;
}

/* Modal Window */
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#companyname {
    width: 500px;
	padding: 30px; 
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#companyname p {
	margin: 15px 0 0 0; 
	text-align: left;
}
        
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../img/modal_close.png); z-index: 2; }



