/* ページレイアウト */
*{
	margin:0;
	padding:0;
	line-height:150%;
}

body {
	width : 100%;
	font-size: 12px;
	color: #333333;
	background-color: #DFF1FF;
	background-image: url(../img/back.gif);
}
#body {
	width : 805px;
	border: 1px solid #000000;
	margin: 0px auto;
}
#miniheader {
	height: 14px;
	width : 795px;
	font-size: 10px;
	background-color: #003399;
	color: #FFFFFF;
	padding-left:10px;
	text-align: left;
}
#minifooter {
	height: 14px;
	width : 795px;
	font-size: 10px;
	background-color: #003399;
	color: #FFFFFF;
	padding-right:10px;
	text-align: right;
}
#minifooter a {	color: #FFFFFF;
	text-decoration: none; }
#minifooter a:visited { color: #FFFFFF; } 
#minifooter a:hover { color: #FFFFFF; } 
#minifooter a:active { color: #FFFFFF; }
#header {
	width : 100%;
}
#title {
	background-image: url(../img/header.gif);
}
#header #title .title_logo {
	text-align: left;
	padding : 9px 10px 9px 20px;
}
#main {
	clear: both;
	background-color: #FFFFFF;
}
#navigation {
	float : left;
	width : 200px;
}
.kaisou {
	font-size: 10px;
	padding: 3px 3px 1px;
	color: #666666;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 590px;
}
#contents {
	margin-left: 198px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#footer {
	width : 100%;
	clear : both;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 15px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.clear {
	clear: both;
}
img {
	border:none;
}

/* リンク */
#body a {
	text-decoration: none;
}
a:link { color: #000000; } 
a:visited { color: #000000; } 
a:hover { color: #0000DD; } 
a:active { color: #0000EE; }





/* 上部メニュー */
.topmenu {
	margin: 0;
	padding :0;
	list-style-type : none;
	width:100%;
	font-size:12px;
}
.topmenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.topmenu li{
	display : inline;
	padding :0;
	margin:0px;
	float: left;
}
/*トップメニュー*/
.topmenu .menu01 a {
	text-align: left;
	padding:5px 0px 14px 5px;
	width:110px;
	height:24px;
	display:block;
	background:#000 url(../img/menu01.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu .menu02 a {
	text-align: left;
	padding:3px 0px 14px 5px;
	width:110px;
	height:26px;
	display:block;
	background:#000 url(../img/menu02.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu .menu03 a {
	text-align: left;
	padding:3px 0px 14px 5px;
	width:110px;
	height:26px;
	display:block;
	background:#000 url(../img/menu03.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu .menu04 a {
	text-align: left;
	padding:3px 0px 14px 5px;
	width:110px;
	height:26px;
	display:block;
	background:#000 url(../img/menu04.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu .menu05 a {
	text-align: left;
	padding:3px 0px 14px 5px;
	width:110px;
	height:26px;
	display:block;
	background:#000 url(../img/menu05.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu .menu06 a {
	text-align: left;
	padding:4px 0px 14px 5px;
	width:110px;
	height:25px;
	display:block;
	background:#000 url(../img/menu06.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu .menu07 a {
	text-align: left;
	padding:3px 0px 14px 5px;
	width:110px;
	height:26px;
	display:block;
	background:#000 url(../img/menu07.gif) no-repeat left top;
	color: #FFFFFF;
	line-height:1;
}
.topmenu a:hover{
	background:#000 url(../img/menu_on.gif) no-repeat left top;
	color: #003366;
}
/*トップメニューここまで*/




/* サイドメニュー */
.sidemenu {
	margin: 0; 
	padding :0; 
	list-style-type : none; 
	width:100%;
}
.sidemenu li{
	display : inline; 
	padding :0; 
	margin:0px 0px 2px;
}
.sidemenu .menu a {
	font-size:10px;
	text-align: left;
	padding:7px 0px 2px 22px;
	width:178px;
	height: 21px;
	display:block;
	background: url(../img/sidemenu.gif) no-repeat left top;
	margin-bottom:2px;
}
.sidemenu .menu a:hover{
	background: url(../img/sidemenu_on.gif) no-repeat left top;
}
/* フォント */
h1,h2,h3,h4,h5 {
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:12px;
}
#font_10px{
	font-size:10px;
}
#font_12px{
	font-size:12px;
}
#font_14px{
	font-size:14px;
}
#font_16px{
	font-size:16px;
}
#font_18px{
	font-size:18px;
}
#font_red {color: #FF0000}


/* コピーライト */
.copy_right {
	font-size: 11px;
	text-align: right;
	padding: 3px;
	color: #FFFFFF;
	background-color: #000;
	font-weight: bold;
}
.copy_right a {
	color: #FFFFFF;
	text-decoration: none;
}
.copy_right a:visited { color: #FFFFFF; } 
.copy_right a:hover { color: #FFFFFF; } 
.copy_right a:active { color: #FFFFFF; }
.topmenu .menu #last {
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
