﻿@charset "utf-8";

/*
	File Name   : layout.css
	Author      : Kensuke Takahashi
	Description : 各ブロックのレイアウト
*/


/* Container
----------------------------------------------------------- */
div#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}


/* Header
----------------------------------------------------------- */
div#header {

}


div#header h1 {
	float: left;
	padding: 25px 0 20px;
}

div#header p {
	float: right;
	margin: 0;
	padding-top: 30px;
	color: /*#d1dde5;*/#666;
	font-size: 85%;
}

div#header p a {
	color: /*#d1dde5;*/#666;
	text-decoration: none;
}

div#header p a:hover {
	text-decoration: underline;
}

div#flash {
	clear: both;
	position: relative;
	left: -4px;
	width: 919px;
	height: 289px;
	margin-bottom: 4px; /* もと15px */
	padding: 9px 0 0 9px;
	/*background: url(../img/index/flash_bg.png) no-repeat 0 0;*/
	/*background-color:#eee;*/
	border:1px solid #ddd;
}

div#flash p {
	float: none;
	padding: 0;
}

div#header h1 img,
div#flash {
	behavior: url(js/iepngfix.htc);
}



/* Main	
----------------------------------------------------------- */
div#main {
	float: left;
	width: 652px;
	line-height: 1.5;
	margin-bottom: 1em;
}


/* Side
----------------------------------------------------------- */
div#side {
	float: right;
	width: 240px;
	margin-bottom: 1em;
	padding: 5px 5px 0;
	background-color: #f3f3f3;
}

div#side p {
	margin-bottom: 5px;
}

dl#PDFdownload {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border: 1px solid #dfdfdf;
}

dl#PDFdownload dt {
	padding: 5px 0 5px 10px;
}

dl#PDFdownload dd {
	margin-bottom: 3px;
	text-align: center;
}


/* Global navigation
----------------------------------------------------------- */
ul#globalNavi {
	position: absolute;
	top: ;
	left: ;
	width: ;
	height: ;
	background: ;
}

ul#globalNavi li {
	float: left;
}

ul#globalNavi li a {
	display: block;
	float: left;
}

ul#globalNavi li a:hover {
	background-color: transparent;
}

ul#globalNavi li a:hover img {
	visibility: hidden;
}


/* Footer
----------------------------------------------------------- */
div#footer {
	clear: both;
	padding: 45px 0 20px;
	background: #333 url(../img/common/footer_bg.png) repeat-x 0 0;
}

div#footer img {
	vertical-align: top;
}

div#footer div {
	width: 920px;
	line-height: 1;
	margin: 0 auto;
	text-align: left;
}

div#footer div dl {
	float: left;
	padding: 0 20px 5px 0;
	border-right: 1px solid #616161;
}

div#footer div dl dt {
	margin-bottom: 10px;
}

div#footer div ul {
	float: right;
	width: 485px;
}

div#footer div ul li {
	float: right;
	margin: 0 0 10px 12px;
	padding-left: 8px;
	background: url(../img/common/footer_icon.png) no-repeat 0 0;
}

div#footer div ul li.lastChild {
	margin-left: 0;
}

div#footer div ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

div#footer div p {
	clear: both;
	margin: 0;
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-align: center;
}