@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}
body {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
    font-family: sans-serif;
    color: #666666;
	width:100%;
	background: url(../img/bg_header3.jpg) no-repeat 48% 0;
}
/*iWin IE6j*/
* html body {
    font-size: 75%;
    font-family: "ＭＳ Ｐゴシック", sans-serif;
}
/*iWin IE7j*/
*:first-child+html body {
    font-size: 75%;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

ul {
	list-style: none;
}

em {
	font-weight: bold;
	font-style: normal;
}

img {
	border: 0;
	vertical-align: top;
}

p {
	letter-spacing: 1px;
}

/*----- links color scheme -----*/
a {
	color: #0099cc;
}
a:visited {
	color: #0099cb;
}
a:hover {
	color: #0000ff;
}


/*----- layout -----*/

.container {
	width: 901px;
	margin: 0 auto;
	text-align: center;
}

.header {
	width: 901px;
	height: 120px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/bg_header4.jpg) no-repeat 0 0;
}


.header h1 {
	float: left;
	padding: 40px 0 0 20px;
}

.header ul.siteNavi {
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
}

.header ul.siteNavi li{
	margin-top: 12px;
	margin-right: 20px;
	display: inline;
	float: left;
}

.header ul.siteNavi li.last-navi {
	margin: 0;	
}

.header .globalNavi {
	float: right;
	display: inline;
	margin-top: 38px;
	margin-right: 18px;
	width: 492px;
}

.header ul.globalNavi li {
	float: left;
}

.content {
	width: 901px;
	padding-left: 16px;
	background: url(../img/bg_content2.gif) no-repeat 0 100px;
}

.content h2 {
	text-align: left;
	margin: 0 0 0 4px;
}


/*-----   left-content   -----*/


.left-content {
	text-align: left;
}

.l-navi {
	position: absolute;
	top: 145px;
	background: url(../img/bg-lnav.gif) no-repeat 0 0;
	width: 210px;
	height: 100%;
	margin: 0 0 0 0;
}

.l-navi ul {
	margin-left: 10px;
	padding-top: 10px;
}

.l-navi ul ul {
	margin: 0;
	padding: 0;
}

/*--  パンナビ  --*/
p.topicpath {
	position: absolute;
	top: 129px;
	margin: 0 0 0 20px;
	padding-top: 1px;
	text-align: left;
	font-size: 10px;
}

.topicpath a {
	text-decoration: none;
}

/*iWin IE6j*/
* html p.topicpath {
    font-size: 80%;
}

* html p.topicpath a {
	text-decoration: none;
}

* html p.topicpath a:visited {
	text-decoration: none;
}

/*iWin IE7j*/
*:first-child+html p.topicpath {
    font-size: 80%;
}

*:first-child+html p.topicpath a {
	text-decoration: none;
}

*:first-child+html p.topicpath a:visited {
	text-decoration: none;
}


/*-----   main-content   -----*/
/*---  l-navi  ---*/
.maincontent {
	margin-top: 30px;
	margin-left: 219px;
	float: left;
	display: inline;
	width: 650px;
}
/*--- lnavi-none  ---*/
.maincontent2 {
	width: 870px;
}

.no-line {
	background: none;
}

/*-----   footer   -----*/
.container-footer {
	padding-top: 18px;
	background: url(../img/bg_footer.jpg) repeat 0 0;
	clear: both;
}

.footer {
	font-size: 85%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 65px;
}

.footer a {
	text-decoration: none;
}

.footer ul {
	margin-left: 16px;
}

.footer ul li {
	display: inline;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #666666;
}
.footer ul li.last {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}
.footer p {
	margin-top: 21px;
}

.contents {
	margin: 0 auto;
	text-align: left;
	width: 861px;
}



/*---------------------------------------------------
* clearfix
*--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE7, MacIE5 */
.clearfix {
	display: inline-block;
}
/* for MacIE5 \*/
* html.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


.clear {
	clear: both;
}
