body{
	color: #000000;
	/*
	background-image: url(images/bg.gif);
	*/
	background-repeat: repeat-y;
	background-position: top center; 
	background-color: #000066;
	margin: 10px;
	padding: 0px;
	text-align: center;
}

#layout{
	background-color: #fff;
	background: url(images/bg_main.gif) repeat-y top left; 
	width: 720px;
	padding: 0px;
	margin: 0px auto;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
}

/*-------------------------------------------------------------------------------*/
/*  ヘッダー設定  */
#home_header{
	display: block ;
	background: transparent url(images/key_visual.jpg) top right no-repeat ;
	width: 720px ;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none ;
	text-align: left;
}

#header{
	display: block ;
	background: transparent url(images/key_visual.jpg) top left no-repeat ;
	width: 720px ;
	height: 89px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none ;
	text-align: left;
}

h1{
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

h1#logo_top a{
	display: block ;
	background: transparent url(images/logo_top.gif) top left no-repeat ;
	width: 220px ;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none ;
}

h1#logo a{
	display: block ;
	background: transparent url(images/logo.gif) top left no-repeat ;
	width: 150px ;
	height: 89px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none ;
}

#sub_nav{
	margin: -24px 0px 0px 520px;
	height: 24px;
	width: 200px;
	display:block;
	text-align: left;
}

#sub_nav #link{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 100px;
	display:block;
}

#sub_nav #sitemap{
	float: right;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 100px;
	display:block;
}

/*-------------------------------------------------------------------------------*/
/*  グローバルナビ設定  */
#navbar{
	width: 720px;
	height: 34px;
	background: url(images/bg_navbar.gif) repeat-x;
	padding: 0px;
	margin: 0px auto;
}

#main{
	width: 720px;
	padding: 0px;
	margin: 0px auto;
}

.menu{
	float: left;
	margin: 11px 12px 0px 12px;
}


#navbar li{
	display: inline;
	list-style: none;
	font-size:13px;
}

#navbar a{
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}
#navbar a.this_category{
	color:#ff3;
	font-weight: bold;
	text-decoration:none;
}

#navbar a:hover{
	color:#ff3;
	font-weight: bold;
	text-decoration: none;
}

/*-------------------------------------------------------------------------------*/
/*  メインコンテンツ設定  */
.images{
	float: left;
}

.link{
	float: left;
	margin: 0px;
	padding: 10px;
	width: 480px;
}

.feature{
	margin: 0px 0px 16px 0px;
}

#headline{
	float: left;
	background: url(images/bg_h2_bottom.gif) bottom left repeat-x;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	width: 520px;
	color: #900;
}

#headline h2{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
	/*
	width: 500px;
	*/
	border-width: 0px;
	border-style: solid;
	border-color: #c00;
	text-align: left;
	color: #900;
}

#headline h5{
	font-weight:normal;
	font-size:12px;
	text-align: right;
	color: #900;
	padding: 0px 10px 6px 10px;
	margin: 0px;
}

p{
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 10px;
}

p.right{
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 10px;
}

/*  テーブル設定  */
.tablehead {
	color: #000;
	font-style: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#dcdcdc;
 	vertical-align:top;
	width: 100%;
	margin:5px 0 5px 0;
}

table{
	background:#666;
	vertical-align:top;
	margin:5px 0 5px 0;
	width: 100%;
	font-size: 12px;
	text-align: left;
}

caption {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border-width: 0px 0px 0px 14px;
	border-style: solid;
	border-color: #c00;
	margin: 6px 0px 0px 0px;
	padding: 0px 6px;
}

.oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #ececff;
}

.col1 {
	background-color: #ffc;
}

.col2 {
	background-color: #ececec;
}

.bottom{
	color: #fff;
	background-color: #666;
}

/*  コンテンツ本文設定  */

#contents{
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

#contents h3{
	background: url(images/bg_h3.jpg) top left no-repeat;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	text-indent: 6px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #c00;
	width: 480px;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

#contents h4{
	background: url(images/bg_h4.gif) center left no-repeat;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin: 6px 0px 0px 6px;
	border-width: 0px;
	border-style: solid;
	border-color: #c00;
	padding: 8px 16px;
}

#contents ul{
	color: #c00;
	margin: 0px 30px;
	padding: 6px 0px;
}

#contents ol{
	color: #c00;
	margin: 0px 30px;
	padding: 6px 0px;
}

#contents li{
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#contents dl{
	color: #00c;
	margin: 0px 30px;
	padding: 6px 0px;
}

#contents dt{
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#contents dd{
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	text-indent: 12px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#contents img{
	padding: 10px;
}

#contents img.banner{
	margin: 0px;
	padding: 0px;
}

img.left{
	float: left;
}

img.right{
	float: right;
}

#leftside{
	float: left;
	margin: 0px;
	padding: 0px;
	width:500px;
	border: 10px solid #fff;
	background-color: #eee;
}

#contents li.bottom_nav{
	font-size:12px;
	font-weight: normal;
	list-style: none;
}

#center{
	float: left;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	width: 248px;
	background-color: #fff;
}
/*-------------------------------------------------------------------------------*/
/*  右サイドコラム設定  */
#Rightside{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 200px;
	background-color: #333;
}

#Rightside ul{
	margin: 0px;
	padding: 0px 10px;
	list-style: none;
	background-color: #333;
}

#Rightside li{
	font-size: 12px;
	text-align: left;
	background-color: #333;
	margin: 0px;
	padding: 6px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
}

#Rightside a{
	font-size: 12px;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #ccc;
}

#Rightside a.this_page{
	font-weight: bold;
	color: #f00;
}

#Rightside a:hover{
	font-size: 12px;
	text-align: left;
	margin: 0px;
	text-decoration: none;
	color: #f00;
}

/*  サイドナビ設定  */
ul#side_nav{
	list-style-type: none;
}

ul#side_nav li{
	background: url(images/li_mark.gif) no-repeat left center;
	padding: 6px 0px 6px 16px;
}

/*-------------------------------------------------------------------------------*/
/*  フッター設定  */
#footer{
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 720;
	background-color: #fff;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
	border-color: #c00;
}

#footer p{
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 6px;
}

#footer a{
	font-size: 10px;
	margin: 0px;
	padding: 6px;
}
