html {
	height: 100%;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	width: 880px;
	height: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	background-color: #f4f4f4;
}

#header h1 {
	text-align: center;
	margin: 0;
	padding: 60px 0 60px 0;
	font-size: 1.7em;
}

#wrapper {
	position: relative;
	min-height: 100%;
	background-color: #ffffff;
	background-image: url("../images/backgroundimage.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 900px;
	background-attachment: fixed; 
}

#main {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	padding-bottom: 40px;
	margin: 0 10px 0 10px;
}

#box1 {
	width: 190px;
	margin-right: 10px;
	font-size: 90%;
}

/* --- メニュー設定 -- */
.menu {
    list-style: none;
    overflow: hidden;
    margin-top: 0;
    padding-left: 0;
}
 
.menu li {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
 
.menu li a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #333;
}
 
.menu li a span {
    display: block;
    margin: 3px 0 0 0;
    color: #AAA;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 1px;
}
 
.menu li a:hover {
    background: #EEE;
}
 
.menu li.active a {
    background: #333;
    color: #EEE;
}

.menu div.active2 li {
	border: 0;
	border-left: 5px solid #333; 
	border-right: 1px solid #DDD;
}

/*
li::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #DDD;
}

.menu div.active2 a {
	border-left: 5px solid #333; 
}
*/

.menu li.active3 a {
	background: #DDD;
    color: black;

}

.end_menu {
	border-bottom: 1px solid #DDD;
}

/* -- メニュー設定終わり --*/


#box2 {
	width: 650px;
	margin-left: 10px;
}

#box2 h2 {
	margin-top: 0;
	background-color: #EEE;
	border-left: 6px solid #333;
	padding: 5px 0 5px 10px;
	font-size: 1.3em;
}

h3 {
	margin-bottom: 10px;
}

#border {
	margin-top: 0;
	border-left: 6px solid #333;
	border-bottom: 2px solid #333;
	padding: 5px 0 5px 10px;
}

#box2 p {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 180%;
	margin-top: 10px;
}

#box2 li {
	line-height: 180%;
}

#box2 img {
	max-width: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	font-size: 0.7em;
	text-align: center;
}


#thumbnail {
	float: left;
	margin: 5px 10px 5px;
}

#thumbnail img {
	width: 200px;
}

.support {
	margin-top: 20px;
	margin-bottom: 5px;
}

.support p {
	margin: 0px;
	font-size: 90%;
}

.image {
	text-align: center;
}

/* --- 新着情報エリア --- */
div.update {
width: 650px; /* 新着情報エリアの幅 */
font-size: 70%;
}

/* --- 見出し --- */
div.update h4 {
margin: 10px 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
height: 150px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: #f9f9f9; /* 新着リストの背景色 */
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
border-bottom: 1px #c0c0c0 dotted; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 9em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


