@charset "utf-8";

/*====================index====================*/
/* base element
/* link pseudo-class
/* branding
/* globalnav
/* tagline
/* container
/* contents

/*   primarycontents
/*   secondarycontents

/* siteinfo
/*====================index====================*/

/*====================
 base element
====================*/
html {
	margin:0 auto;
	padding:0 auto;
	width:960px;
}

body {
	margin:0 auto;
	padding:0 auto;
	padding-bottom: 25px;
	width:960px;
	color: #333;
	font-family: Vedrana, sans-serif; 
	font-size: 84%; /* IE6のみ別指定 */
	line-height: 1; /* 基本を１として、各文字部分で別指定 */
	background: url(../images/common/bg.png) center top repeat-x;
	}
*html body {
	margin:0 auto;
	padding: 0 auto;
	width:960px;
	color: #333;
	font-family: Vedrana, sans-serif; 
	font-size: 84%; /* IE6のみ別指定 */
	line-height: 1; /* 基本を１として、各文字部分で別指定 */
	background: url(../images/common/bg.png) center top repeat-x;
	}

#container {
	margin: 0 auto;
	background: url(../images/common/bg_container_top.jpg) center top no-repeat;
	width: 960px;
	height: 800px;
	}
*html #container {
	margin: 0 auto;
	padding: 0 auto;
	background: url(../images/common/bg_container_top.jpg) center top no-repeat;
	width: 960px;
	height: 800px;
	position: relative;
	}

/*====================
 link pseudo-class
====================*/
a {
	color: #af9c1d;
	text-decoration: underline;
	}
a:visited {
	color: #F8F7D1;
	}
a:hover {
	color: #ff3366;
	}
a:active {
	position: relative;
	top: 1px;
	left: 1px;
	color: #ffcc33;
	}

img {
		border: 0;
	}

/*====================
 branding
====================*/


#branding h1 {
	display: none;
}

/*====================
 globalnav
====================*/
div#globalnav {
	margin: 0 auto;
	padding: 0;
	width: 870px;
	height: 28px;
	background: #fff url(../images/common/bg_globalnav.jpg) left top no-repeat;
	clear:both;
	}
*html div#globalnav {
	margin: 0 auto;
	margin-left: 45px;
	padding: 0;
	width: 870px;
	height: 28px;
	background: url(../images/common/bg_globalnav.jpg) left top no-repeat;
	clear:both;
	position: absolute;
	top:72px;
	left:20px;
	}

div#globalnav ul {
	margin: 0 auto;
	padding: 5px 110px;
	list-style: none;
	}
div#globalnav li {
	float: left;
	}
div#globalnav li.nor a {
	padding: 2px 20px;
	border-right: 1px solid #d3d3d3;
	color: #fff;
	font-size:110%;
	text-decoration: none;
	display: block;
	}
div#globalnav li.last a {
	padding: 2px 20px;
	color: #fff;
	font-size:110%;
	text-decoration: none;
	display: block;
	}

div#globalnav li a:hover {
	color: #ff3366;
	}
div#globalnav li a:active,
div#globalnav li a.current {
	position: relative;
	top: 1px;
	left: 1px;
	color: #ffcc33;
	}

/*====================
 tagline
====================*/
div#tagline {
	margin: 0 auto;
	padding: 0;
	width: 860px;
	height: 220px;
	background: #fff url(../images/common/bg_tagline.jpg) left top no-repeat;
	}

*html div#tagline {
	margin: 0 auto;
	margin-left: 50px;
	padding: 0;
	width: 860px;
	height: 220px;
	background: #fff url(../images/common/bg_tagline.jpg) left top no-repeat;
	position: absolute;
	top:100px;
	left:20px;
	}
	
/*====================
 tagline2
====================*/
div#tagline2 {
	margin: 0 auto;
	padding: 0 0 0 10px;
	width: 813px;
	height: 125px;
	}
*html div#tagline2 {
	margin: 0 auto;
	margin-left: 50px;
	padding: 248px 0 0 48px;
	width: 813px;
	height: 125px;
	}

/*====================
 contents
====================*/
div#contents {
	margin: 0 auto;
	width: 813px;
	}
*html div#contents {
	margin: 0 auto;
	margin-left: 50px;
	padding: 0 10px 0 50px;
	width: 860px;
	}

/* primarycontents */

div#primarycontents {
	margin-top: 20px;
	float: left;
	width: 400px;
	}

div#primarycontents p.index {
	margin: 10px 0 10px;
	color: #333;
	font-size: 110%;
	line-height: 1.6;
	text-align:left;
	}

/* secondarycontents */

div#secondarycontents {
	margin-top: 20px;
	padding-right: -100px;
	float: right;
	width: 410px;
	height: 170px;
	background: #fff url(../images/common/bg_info.jpg) left top no-repeat;
	}
*html div#secondarycontents {
	margin-top: 20px;
	padding-right: 50px;
	float: right;
	width: 410px;
	height: 170px;
	background: url(../images/common/bg_info.jpg) left top no-repeat;
	}

div#secondarycontents ol {
	margin: 16px 0 0 20px;
	height: 130px;
	padding: 10px;
	border: 0 solid #f5f5f5;
	overflow: auto;
	list-style: none;
	margin-left: 0;
	}
div#secondarycontents ol dl {
	margin: 5px;
	font-size: 84%;
	line-height: 1.4;
	}

div#secondarycontents ol dl dt {
	float: left;
	width: 7.5em;
	padding-left: 0.5em;
	border-left: 0.5em solid #FFCC33;
	}
div#secondarycontents ol dl dd {
	margin-left: 9em;
	text-align:left;
	}

/*====================
 siteinfo
====================*/
div#siteinfo {
	margin: 0 auto;
	padding: 23px 0 15px;
	width: 870px;
	height: 95px;
	background: url(../images/common/bg_footer.jpg) left 20px no-repeat;
	clear:both;
	}
*html div#siteinfo {
	margin: 0 auto;
	margin-left: 40px;
	width: 960px;
	height: 95px;
	background: url(../images/common/bg_footer.jpg) 30px 20px no-repeat;
	clear:both;
	}

*html #siteinfo ul {
	margin: -1px auto 0;
	width: 870px;
	text-align: center;
}
*html #siteinfo li {
	margin-right: 15px;
	list-style: none;
	display: inline;
	}
*html #siteinfo li a {
	text-decoration: none;
	color: #FFF;
	}
*html #siteinfo li+li.before {
	content: "|";
	margin-right: 10px;
	}


div#siteinfo dl {
	margin-left: 20px;
	float: left;
	}
*html div#siteinfo dl {
	margin-left: 20px;
	float: left;
	}

div#siteinfo dl dt {
	font-size: 110%;
	line-height: 1.6;
	}
div#siteinfo dl dd {
	font-size: 95%;
	line-height: 1.4;
	}
div#siteinfo p {
	margin-right: 30px;
	padding-top: 25px;
	text-align: right;
	font-size: 87%;
	line-height: 1.4;
	}
*html div#siteinfo p {
	margin-right: -30px;
	padding-top: 25px;
	text-align: right;
	font-size: 87%;
	line-height: 1.4;
	}


/*====================
 general class
====================*/
.access_aid {
	height: 0;
	margin: 0;
	overflow: hidden;
	}

/*====================
 clearfix
====================*/
div#tagline p:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}
div#globalnav ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}
div#container:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	}

