@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ffffff;
}

#wrapper {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    text-align: left;
}

#content {
    width: 780px;
	padding: 20px 10px 0 10px;
}

#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: 540px;
}

.layout-2column-right #aside {
    width: 200px;
}

/* レイアウト・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: 800px;
}


/* style ----------------------------------------------------------------- */


a { color:#333333;	}
a:hover { color:#7F1184;	 }
a:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }


#header {
    margin: 0;
    padding: 0;
	background: url(images/img-header.jpg) no-repeat;
	height: 120px;
}

#header h1 {
    margin: 0;
	font-size: 10px;
	color: #ffffff;
	text-align:right;
	padding-right:35px;
}

#header h1 a {
    text-decoration: none;
}

#header p {}

#header img{
	float:right;
	margin-top:45px;
}

#banner {
    margin: 0;
    border: 0;
}

#banner  img{
	vertical-align:bottom;}

#nav {
    background: none;
    height: 47px;
    margin: 0 0 0 0 ;
    padding: 0 0 0 10px ;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 47px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 47px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 47px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 155px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 156px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 156px;
}

#nav ul li.nav04 a {
    background: url(images/img-nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 156px;
}

#nav ul li.nav05 a {
    background: url(images/img-nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 156px;
}

#nav ul li.nav06 a {
    background: url(images/img-nav06.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav07 a {
    background: url(images/img-nav07.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.nav08 a {
    background: url(images/img-nav08.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 100px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
  background-position: 0 -47px;
}


#banner {
    margin: 8px 0 0 10px;
    padding: 0;
}

#content {
    margin: 0 0 20px 0;
	line-height:1.6;
}

#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:50px 0 1em 0;
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: 3px 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; }

.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%; }


/* 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;
}




/* 20090408 top ----------------------------------------------------------------- */

#news{}

#news dl{	
	background-color:#ffffff;
	margin:1em 0 1em 0;
	height:100%;
	border-bottom:dashed 1px #cccccc;}
	
#news dt{	
	background:url(images/img-list.jpg) no-repeat 3px 8px ;
	width:7em;
	background-color:#ffffff;
	display:inline-block;
	display: -moz-inline-box;
	height:100%;
	padding:5px 0 0 23px;
	}
	
#news dd{	
	background-color:#ffffff;
	width:380px;
	margin:-1.6em 0 1em 9em;}


#article .section {
	margin:0 0 40px 0 ;}

#article .section h3,.section h3.title{
	background-color:#F8E4F5;
	color:#920392;
	padding:0 0 0 10px ;}
		
.section h4{
	color:#920392;}	
	
.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;}	
	


.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 ;}
	