@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");


/*--------------------
   20101203 GOTO DESIGN RENEWAL
   Sugii
--------------------*/

/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ffffff;
}

#wrapper {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(images/main-bg.jpg) left top no-repeat;
    text-align: left;
	line-height:1.6;
}

#content {
    width: 670px;
	margin: 0 0 0 100px;
	padding: 20px 0px 0 0px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
}

.layout-2column #article {
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}

.layout-1column #article {
    clear: both;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 500px;
}

.layout-2column-right #aside {
    width: 140px;
}

/* レイアウト・2カラム左サイドバー */

.layout-2column-left #article {
    left: 200px;
    width: 600px;
}

.layout-2column-left #aside {
    left: -600px;
    width: 200px;
}

/* レイアウト・2カラム等幅 */

.layout-2column #article #left {
    width: 400px;
}

.layout-2column #article #right {
    width: 400px;
}

/* レイアウト・1カラム */

.layout-1column #article {
	width: 640px;
}

.layout-1column #content {
	margin: 0 0 0 130px;
	padding: 20px 0 0;
	width: 640px;
}

/* style ----------------------------------------------------------------- */


a { color:#333333;	}
a:hover { color:#7F1184; }
a:hover img { filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }

#header {
    margin: 0;
    padding: 0;
	background: url(images/header-bg.jpg) no-repeat right top;
	height: 220px;
}

#header h1 {
    margin: 0;
	font-size: 10px;
	color: #ffffff;
	text-align:right;
	padding-right:5px;
}

#header h1 a {
    text-decoration: none;
}

#header p {}

#header a img{
	margin: -14px 0 0 70px;
	float:left;
	overflow: hidden;
	_zoom: 1;}


#banner {
    margin: 0;
    border: 0;
}

#banner img{
	vertical-align: bottom;
	float: right;
	margin-top: 25px;}

#nav {
    background: none;
    height: 40px;
    margin: 0 0 0 0 ;
    padding: 0 0 0 10px ;
}

#nav ul {
	width: 747px;
    margin: 0 0 0 53px;
    padding: 0;
    height: 40px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 40px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 40px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 146px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 146px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 146px;
}

#nav ul li.nav04 a {
    background: url(images/img-nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 146px;
}

#nav ul li.nav05 a {
    background: url(images/img-nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 146px;
}


#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
  background-position: 0 -40px;
}


#banner {
    margin: 0;
    padding: 0;
}


#article {
    margin: 0 auto;
    padding: 0;
}
	

#aside {
    float: right;
    width: 200px;
}

#aside .section {
    margin-bottom: 2em;
}

#aside .section h4 {
	background-color:#7F1184;
	color:#ffffff;
	text-align:center;
	margin-bottom:8px;
	}

#aside .section h4 a {
    text-decoration: none;
}

#aside .section ul {}

#aside .section ul li {}

#aside .section img {
	margin-bottom:8px;
		vertical-align:bottom;
}


#footernav {
margin:70px 0 1em 0;
padding-left:100px;
font-size:85%;}

#footernav ul {
	width: 800px;
	overflow: hidden;
    margin: 0;
    padding: 0;
}

#footernav ul li {
	display: inline;
	margin-left: -1px;
	padding: 0 7px 0 11px;
	border-left: 1px #999999 solid;
	list-style-type: none;
}


#footer {
    margin: 0;
	background:url(images/bg-footer.jpg) repeat-x bottom;
	color:#ffffff;
	font-size:85%;
	padding: 10px 0 0 0;
	line-height:1.6;
}

#footer p{}

/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
    border: 0px solid #f5f5f5;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
    border: 0px solid #f5f5f5;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }
.quotation { padding: 1em; background: #eee; }

.red { color: #ee0000; }
.blue { color: #0066ff; }
.purple{ color: #812A90;}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.flt-right{	float:right;}
.flt-letf{	float:left;}

/* box ----------------------------------------------------------------- */

.box-gray {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #f5f5f5;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.box-white {
    margin: 10px 40px 10px 40px;
    padding: 20px 10px 10px 10px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}




/* index ----------------------------------------------------------------- */

/* news */
#news dl{	
	background-color:#ffffff;
	margin:1em 0 1em 0;
	height:100%;
	border-bottom:dashed 1px #cccccc;}
	
#news dt{	
	background:url(images/dt-bg.jpg) no-repeat 3px 8px ;
	width:7em;
	background-color:#ffffff;
	display:inline-block;
	display: -moz-inline-box;
	height:100%;
	padding:5px 0 0 25px;
	}
	
#news dd{	
	background-color:#ffffff;
	width:380px;
	margin:-1.6em 0 1em 9em;}



/* second ----------------------------------------------------------------- */

#article .section {
	margin:0 0 40px 0 ;}
	
#article h3,
#article .section h3.title{
	font-weight:bold;
	color: #812A90;
	font-size:138.5%;
	padding-left:15px;
	background:none;
	}

#article .section h3{
	background-color: #F8E4F5;
	color: #812A90;
	padding: 0 0 0 10px ;
	font-size: 100%;}
		
#article h3.recruit{
	border-bottom: solid 2px #DFC3E0;
	margin-bottom:0.5em;
	}

#article p.recruit{
	font-weight: bold;
	font-size:113%;
	margin-left :15px;}

#article p.recruit span{
	color: #812A90;}
	
.section{
	clear:both;}

.section h4{
	margin-left:15px;
	padding-left:25px;
	background:url(images/dt-bg.jpg) no-repeat left;
	font-size:123.1%;}	
	
.section p{
	margin-left:15px;}
	
.section ul{	list-style:none;
	margin:0 0 10px 0px;
	padding:0px;}

.section li{	list-style:none;
	background:url(images/img-list.jpg) no-repeat 0px 0.2em ;
	margin:0px;
	padding:0 0 0 16px;}

/* results */

.box-two{
	background:url(images/img-results-bg.jpg) no-repeat top left;
	width:270px;
	height:180px;
	float:left;
	padding:10px 0 0 22px;
	margin:0 15px 20px 20px;
	}
	
.box-two p{
	font-size:11px;
	line-height:1.2;
	margin:0px 0 0 10px;
	height:50px;}
	
.margin-0{	margin:0;}


/* TABLE */	

.section table.business{
	width: 400px;
	margin: 10px auto 30px auto;
	border: solid 1px #999999;}
	
.section table.business caption{
	text-align: left;}
	
.section table.business th,
.section table.business td{
	border: solid 1px #999999;
	padding-left: 1em;}
	
.section table.business th{
	width:100px;}
	
/* TABLE for mailform */

.section table.mailform{
	width:540px;
	margin:0 auto;}

.section table.mailform tr th{
	background:url(images/img-list.jpg) no-repeat 3px 11px;
	padding:7px 0 7px 20px ;
	text-align:left;
	border-bottom:0px;}
	
.section table.mailform th span {
	font-size: 10px;
	color: #999999;
	display:inline;
	padding:0 0 0 10px ;
}	

.section table.mailform th span.must{	font-size:110%; color:#CC0000;}

.section table.mailform td{
	border-bottom:0px;
	padding:0px 0 20px 10px ;}
	

/* GoogleMap */
#map_canvas{
	margin-left:15px;}
	
	
	
	
	
	
	
	
