body {
	background: #f0ffff url(images/bg.gif);
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #8A8A8A;
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
}

li{
	list-style-type: none;
}

images {
	border: none;
}

#container {
	text-align: left;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/*コンテンツ部ボックス定義
------------------------------------------------------------------*/
#content { 
background: url(images/content.gif) repeat-y;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#main {
	float: right;
	width: 520px;
	margin-bottom: 80px;
	display: inline;
	margin-right: 20px;
}

#sub {
	float: left;
	width: 230px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/header_1.gif) no-repeat left top;
	height: 320px;
	position: relative;
	width: 800px;
	color: #8A8A8A;

}
#header h1 {
	text-align: left;
	padding-top: 70px;
	padding-left: 20px;
}

#header h2 {
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
}

#header images {
	position: absolute;
	left: 50px;
	top: 50px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h3 {
	background: url(images/midashi_blue.gif) no-repeat left top;
	height: 70px;
	width: 520px;
	font-size: 12px;
	padding: 5px 20px 0 5px ;
}

.link {
font-weight: bold; 
font-size: 14px; 
background-color: #bed1e8;
text-align: right;
}

#main a {
	color: #696969;
}

#main a:hover {
	color: red;
}

/*サブコンテンツ　メニュー
------------------------------------------------------------------*/

#left h4 {
     background: url(images/side_top_blue.gif) no-repeat left bottom;
     width: 100%;
     height: 100%;
     color: #ffffff;
     font-weight: bold;
     font-size: 1.3em;
     text-align: center;
     margin: 10px 0px;
     padding: 25px 0px 20px 0px;
}

#menu ul {
	border-bottom: 5px solid #5d87f2;
}

#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #678FF3;
	text-decoration: none;
	background: url(images/side_menu_blue.gif) no-repeat left bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu a:hover {
	background: url(images/side_menu_hover_blue.gif) no-repeat left bottom;
	color: red;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/footer.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

