@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
 text-align: center;
	font-size: 75%;
	font-family: Verdana,Osaka,sans-serif;
	line-height: 1.5;
	color: #333;
	background: #F7F6F1 url(../images/body_bg.gif) top repeat-y;
}
a {
	color: #006699;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
 position: relative;
	width: 100%; /* for WIN IE6*/
 height: 93px;
	background: #FFFFFF;
	border-bottom: solid 1px #CCCCCC;
}
#logo {
 position: absolute;
	left: 0px;
	margin: 0px;
}
#fontsize {
	position: absolute;
	right: 0px;
	margin: 20px 20px;
	text-align: right;
}
#flash {
 padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #CCCCCC;
}

/* 3段組レイアウト
---------------------------------------------*/
#container {
 float: left;
	width: 560px;
	background: #FFFFFF url(../images/leftside_bg.gif) left top repeat-y;
}
#primary {
	float: left;
	width: 168px;
	margin: 0px 0px;
}
#secondary {
	float: right;
	width: 370px;
	margin: 16px 0px;
}
#advertisement {
 float: right;
	width: 170px;
	padding: 16px 10px;
 text-align: left;
}


/* サイドメニュー（プライマリー）
---------------------------------------------*/
#primary .list {
	margin-bottom: 20px;
}
#primary .list h1 {
	padding: 6px 5px 6px 15px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #006699;
}
#primary .list h2 {
	margin: 20px 0px;
	padding: 0px 0px 4px 12px;
}
#primary .list li {
	margin: 8px 0px;
	padding: 0px 0px 4px 28px;
	background: url(../images/arrow_01.gif) left bottom no-repeat;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
}
#primary .list li a {
 	text-decoration: none;
}
#primary .banner {
 	text-align: center;
	padding-right: 5px;
}
/* ボディー内容（セカンダリー）
---------------------------------------------*/
#secondary .pagetop {
	text-align: right;
 margin: 50px 5px 30px 5px;
}

/* コンテンツ（セカンダリー）: list01
---------------------------------------------*/
#secondary .list01 {
	margin-bottom: 20px;
}
#secondary .list01 h2 {
	padding: 8px 0px 8px 22px;
	color: #FF6600;
	font-weight: normal;
	background: url(../images/arrow_02.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;	
}
#secondary .list01 h2 a {
	color: #FF6600;
	font-weight: normal;
}
#secondary .list01 h2 a:hover {
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}
#secondary .list01 p {
	margin: 8px 0px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCCCCC;
}
#secondary .list01 p a {
 padding-left: 12px; 
 text-decoration: none;
 color: #006699;
	background: url(../images/arrow_09.gif) left center no-repeat;
}
#secondary .list01 p a:hover {
	color: #000000;
}

/* コンテンツ（セカンダリー）: list02
---------------------------------------------*/
#secondary .list02 {
	margin-bottom: 20px;
}
#secondary .list02 h2 {
	padding: 8px 0px 8px 22px;
	color: #009900;
	font-weight: normal;
	background: url(../images/arrow_03.gif) left center no-repeat;
	border-bottom: 1px solid #CCCCCC;	
}
#secondary .list02 h3 {
 	color: #009900;
margin-top: 8px;
	padding-left: 14px;
	font-weight: normal;
	background: url(../images/arrow_04.gif) left center no-repeat;
}
#secondary .list02 h3 a {
	color: #009900;
	text-decoration: none;
}
#secondary .list02 h3 a:hover {
	color: #000000;
}
#secondary .list02 h4 {
 margin-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
	font-weight: normal;
	background: url(../images/arrow_04.gif) left top no-repeat;
	border-bottom: 1px dotted #CCCCCC;
}
#secondary .list02 h4 a {
	color: #009900;
	text-decoration: none;
}
#secondary .list02 p {
	padding: 0px 0px 8px 14px;
	border-bottom: 1px dotted #CCCCCC;
}
#secondary .list02 p a {
 text-decoration: none;
	padding-left: 11px;
	background: url(../images/arrow_09.gif) left top no-repeat;
}
.img {
	margin : 6px 0 15px 0;
}


/* コンテンツ（アドバタイズメント）
---------------------------------------------*/
#advertisement h2 {
	padding: 8px 0px 8px 22px;
	color: #006699;
	font-weight: normal;
	background: url(../images/arrow_05.gif) left center no-repeat;
}
#infull {
	padding: 25px 0px 8px 22px;
	color: #006699;
	font-weight: normal;
	background: url(../images/arrow_05.gif) left center no-repeat;
}



/* フッター
---------------------------------------------*/
#footer {
 clear: both;
	position: relative;
	color: #FFFFFF;
	background: #006699 url(../images/footer_bg.gif) top repeat-x;
	height: 154px;
}
#footer ul {
 list-style: none;
}
#footer p {
	position: absolute;
	font-size: 80%;
	left: 20px;
	top: 30px;
}
#footer p a {
 text-decoration: none;
	color: #FFFFFF;
}
#footer p a:hover {
	color: #003366;
}
#footernav01 {
	position: absolute;
	left: 20px;
	top: 50px;
}
#footernav02 {
	position: absolute;
	right: 20px;
	top: 80px;
}

