@charset "UTF-8";
/* CSS Document */

/* 基本情報
---------------------------------------------------- */
body {
	font-size: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	background-color: #000000;
	background-image: url(../common_images/etc/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}

/* コンテンツ
---------------------------------------------------- */
#content {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 10px;
	background-color: #ffffff;
}
#center {
	margin: 0 10px 20px 10px;
	width: 780px;
}
.section {
	clear: both;
	margin: 0 0 0 0;
	width: 100%; /* for WinIE6,7 */
}
.section h1 {
	margin-bottom: 15px;	
}
.section h2,
.section-1 h2,
.section-2 h2 {
	margin-bottom: 3px;	
}
.section p {
	margin-bottom: 10px;	
}
.img-1 {
	margin-bottom: 3px;	
}
.img-2 {
	margin-bottom: 20px;	
}
.img-3 {
	float: left;
	margin: 0 5px 0 0;	
}
.img-4 {
	float: right;
	margin: 0 0 0 5px;
}
.p-1 {
	line-height: 1.3;
}
.p-2 {
	line-height: 1.3;
	font-size: 90%;
}
ul {
	list-style-position: inside;
}
li {
	list-style-type: disc;
	font-size: 90%;
	margin-bottom: 5px;
	list-style-position: inside;
}

/* フッター
---------------------------------------------------- */
#footer {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding:20px 0 10px 0;
}
#footer img{
	float:right;
	padding-bottom: 10px;
}
.f-section {
	clear: both;
	padding:50px 30px 10px 15px;
	background-color: #ffffff;
	text-align: right;
	font-size: 90%;
}

/* for WinIE6,7
---------------------------------------------------- */
.clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0;  
    clear: both;
	visibility:hidden
}
.clearfix {
	display: inline-block;
}
/* Hides form IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
