@charset "utf-8";

/*preparation
--------------------------------------*/
*		{
		margin: 0;
		padding: 0;
}

h1, h2, h3, h4, h5, h6, p ,address {
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
}

/*content
--------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_image/bg.jpg);
	background-repeat: repeat;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #FFC;
	border-right-width: 3px;
	border-right-color: #FFC;
}

#header {
	height: 110px;
	background-image: url(../_image/keyvisual.jpg);
	background-repeat: repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
	padding-top: 10px;
}
h1 {
	font-size: 2.4em;
	color: #FFF;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 10px;
}
#header h2 {
	font-size: 1em;
	color: #FFF;
	margin-left: 30px;
}
.weblink {
	background-color: #FC9;
	height: 290px;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
.icon {
	float: left;
	background-color: #Fc9;
	width: 250px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.caption {
	float: right;
	width: 640px;
	padding-top: 40px;
	height: 240px;
	padding-right: 40px;
	background-color: #FC9;
}
a {
	text-decoration: none;
	color: #00F;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
p {
	line-height: 2.4em;
	margin-left: 30px;
	font-weight: bold;
}
.captionbar {
	clear: both;
}










/*footer
--------------------------------------*/
#footer {
	color: #FFF;
	background-image: url(../_image/footer_bg.png);
	height: 50px;
	width: 960px;
}
address {
	text-align: center;
	line-height: 2.5em;
}
