﻿@charset "utf-8";

/* レイアウト
--------------------------------------------------*/
#index_left {
	width: 220px;
	float: left;
	display: block;
	padding-top: 30px;
}

#index_center {
	width: 380px;
	float: left;
	display: block;
	padding-top: 40px;
}

#index_right {
	width: 300px;
	float: left;
	display: block;
	text-align: right;
	padding-top: 40px;
}


/* 説明文
--------------------------------------------------*/
.explanation {
	width: 100%;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.5;
}

.explanation02 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.5;
}


/* フラッシュ
--------------------------------------------------*/
.topimage {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



.text_box p {
	font-size: 100%;
	line-height: 1.5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.center {
	font-size: 100%;
	line-height: 1.4;
	padding-top: 5px;
	text-align: center;
}

/* PDF
--------------------------------------------------*/
.forpdf {
	width: 250px;
	overflow: hidden;
	padding-top: 20px;
	margin-left: 50px;
}
#pdf {
	width: 100%;
	text-align: center;
}
#pdf ul{
	list-style:none;
	width:100%;
}
#pdf li{
	list-style:none;
	width:250px;
	margin-bottom: 5px;
	margin-left: 4px;
	text-align: center;
}
#pdf a{
    display:block;
    width:250px;
    text-indent:-9999px;
    overflow:hidden;
}
#pdf01 a{
width:250px;
background:url(../index_img/downrord.jpg) no-repeat center;
height:50px;
text-decoration:none;
text-align:center;
}
#pdf01 a:hover{
background:url(../index_img/downrord_on.jpg) no-repeat center;
}



