body {
	margin: 0px;
}

img {
	border:none;
}
ul	{margin:0;padding:0;list-style:none}

/* リンクの上に行ったときに文字色、背景変える(メニューバー) */
A.menu01 {text-decoration:none; font-size: 9pt; color: #FFFFFF; line-height: 12pt; font-weight: normal; font-style: normal}
A.menu01:hover,A.menu01:active {text-decoration:none; font-size: 9pt; color: #FFFFFF; line-height: 12pt; font-weight: normal; font-style: normal; background-color: #397ABB}
A {color:#3366CC; text-decoration:underline}
A:hover {color:#F26522; text-decoration:underline; background-color: #EAEAEA}
A:active {color:#0000FF; text-decoration:underline; background-color: #EAEAEA}

/* ヘッダー */

#header {
	width:740px;
	height:55px;
	background: url(img/bg.jpg) no-repeat;
	padding: 15px 0px 0px 10px;
}

/* 本文 */

#menu {
	width:170px;
	padding: 1px 0px 0px 0px;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

#menu li.list{
	width:170px;
	height:25px;
	background: url(/img/list.gif) no-repeat;
	font-size:13px;
	font-weight:bold;
	padding: 4px 0px 0px 20px;
}

#menu li.link{
	width:170px;
	height:25px;
	background: url(/img/link.gif) no-repeat;
	padding: 5px 0px 0px 23px;
	font-size:13px;
}

#thead {
	width:170px;
	height:24px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	background: url(/img/menu.gif) no-repeat;
	padding: 5px 0px 0px 0px;
}

#main		{width:560px; padding: 1px 0px 0px 0px;}

#title {
	width:563px;
	height:26px;
	font-size:12px;
	background: url(/img/bar.jpg) no-repeat;
}
#title H1{
	padding: 6px 0px 0px 25px;
	font-size:14px;
	color:#FFFFFF;
}

#title H2{
	padding: 3px 0px 0px 30px;
	font-size:14px;
}


#navi {
	font-size:12px;
	padding: 3px;
}

#topmenu {
	font-size:12px;
	width:180px;
	height:60px;
}

#archive {
	width:560px;
	margin-left:5px;
	font-size:14px;
	line-height:23px;
}

#archive B {
	font-size:14px;
}



/* 文字スタイル定義 */
.title {font-size: 13px; line-height:15px; font-weight: normal; font-style: normal width: 500px;}
.title1 {font-size: 10px; line-height:100%; font-weight: normal; font-style: normal}
.title2 {font-size: 11px; line-height:100%; font-weight: normal; font-style: normal}
.title3 {font-size: 12px; line-height:100%; font-weight: normal; font-style: normal}
.title4 {font-size: 13px; line-height:20px; font-weight: normal; font-style: normal}
.title5 {font-size: 14px; line-height:100%; font-weight: normal; font-style: normal}
.archive {font-size: 12px; line-height:120%; font-weight: bold; font-style: normal}
H1 {font-size : 14px;margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px;}


#footer {
	width:740px;
	height:18px;
	text-align:center;
	font-size:13px;
	background:#EFEFEF;
}
