@charset "shift-jis";


#framebox{
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/logo.gif) left top no-repeat;
}

h1{
	position: absolute;
	width: 730px;
	top: 20px;
	color: #fff;
	text-align: right;
}



a img{
	opacity: 1.0;
	filter: alpha(opacity=100);
}


a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*		ヘッダー
 -------------------------------------------------- */

#header{
	position: relative;
	width: 750px;
	height: 250px;
	top: 60px;
	background: url(../img/header.gif) left top no-repeat;
}

#header img{
	float: right;
	display: inline;
	margin: 25px 30px 0px 30px;
}

#header p.title{
	padding: 60px 330px 0px 30px;
	color: #333333;
	font-size: 160%;
}

#header p.subtitle{
	padding: 7px 350px 0px 50px;
	color: #666;
}



/*		メインコンテンツ
 -------------------------------------------------- */

#mainbox{
	clear: both;
	margin: 80px 0px 0px;
	padding: 0px 0px 10px 0px;
	background: #ffffff url(../img/main.gif) left bottom no-repeat;
}

#mainbox h2{
	clear: both;
	color: #fff;
	font-size: 130%;
	text-indent: 35px;
	line-height: 50px;
	background: url(../img/h2.gif) left top no-repeat;
}

#mainbox h3{
	clear: both;
	color: #141a22;
	font-size: 130%;
	text-indent: 35px;
	line-height: 50px;
	background: url(../img/h3.gif) left top no-repeat;
}

#mainbox p{
	clear: both;
	margin: 25px 35px;
	padding: 0px 0px 10px;
	font-size: 1.1em;
}

#mainbox p.link{
	padding-left: 20px;
	font-size: 1.8em;
	background: url(../img/link.gif) left 10px no-repeat;
}

#mainbox img.l{
	float: left;
	display: inline;
	margin: 0px 15px 25px 0px;
}

#mainbox img.r{
	float: right;
	display: inline;
	margin: 0px 0px 25px 15px;
}


#mainbox ul{
	margin: 25px 45px;
}

#mainbox ul li{
	margin: 3px 0px 0px 25px;
	color: #333333;
	font-weight: bold;
	list-style: circle none outside;
}


#mainbox dl{
	margin: 25px 35px;
	padding: 10px;
}


#mainbox dl dt{
	margin: 10px 0px;
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 1px #333333 dotted;
}

#mainbox dl dd{
	margin: 3px 20px;
}



/*		フッター
 -------------------------------------------------- */

#footer{
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px;
	background: url(../img/footer.gif) left top no-repeat;
}

#footer p{
	padding: 0px 20px 10px;
	text-align: right;
	font-size: 0.80em;
}
#footer a {
	color: black;
}
#footer address{
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	background: url(../img/address.gif) left top no-repeat;
}

#footer ul{
	margin: 0px 0px 0px 10px;
	text-align: left;
}


#footer ul li{
	display: inline;
	margin: 0px 5px 0px 0px;
	font-size: 0.75em;
}


#footer ul li a{ color: #999; text-decoration: none;}
#footer ul li a:hover{ color: #999; }
