@charset "Shift_JIS";

/* 共通 */
body {
	padding:0px;
	margin:0px;
	height:100%;
}
html {
	height:100%;
	margin-bottom:1px;
	font-family:Verdana, "ＭＳ Ｐゴシック" ,Osaka;
	font-size:13px;
	color:#333333;
}
a {
	color:#005500;
	text-decoration:none;
}
a:hover {
	color:#55bb55;
	text-decoration:underline;
}

/* レイアウト */
#container {
	margin-right:auto;
	margin-left:auto;
	width:640px;
	padding-top:20px;
	text-align:left;
}
#title h1{
	background: url(./images/title3_2.jpg) no-repeat;
	width:640px;
	height:70px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom:20px;
	display:block;
}
#left {
	float:left;
	width:320px;
}
#right {
	float:right;
	width:320px;
	text-align:left;
}

/* メニュー部 */
.menu01 {
	background:url(./images/menubar01.jpg) no-repeat;
	background-position:left top;
	line-height:22px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu02 {
	background:url(./images/menubar02.jpg) no-repeat;
	background-position:left top;
	line-height:22px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu03 {
	background:url(./images/menubar03.jpg) no-repeat;
	background-position:left top;
	line-height:22px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu04 {
	background:url(./images/menubar04.jpg) no-repeat;
	background-position:left top;
	line-height:22px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu05 {
	background:url(./images/menubar05.jpg) no-repeat;
	background-position:left top;
	line-height:22px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu06 {
	background:url(./images/menubar06.jpg) no-repeat;
	background-position:left top;
	line-height:22px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu07 {
	background:url(./images/menubar07.jpg) no-repeat;
	background-position:left top;
	line-height:18px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
	padding-right:19px;
}
.menu08 {
	background:url(./images/menubar08.jpg) no-repeat;
	background-position:left top;
	line-height:18px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}
.menu09 {
	background:url(./images/menubar09.jpg) no-repeat;
	background-position:left top;
	line-height:16px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
	padding-right:19px;
	font-size:11px;
	color:#555555;
}
.menu10 {
	background:url(./images/menubar10.jpg) no-repeat;
	background-position:left top;
	line-height:18px;
	margin-bottom:33px;
	padding-top:32px;
	padding-left:13px;
}

/* 画像 */
.img1 {
	margin-bottom:10px;
}
.img2 {
	margin-left:90px;
}

/* メニュー */
.menu {
	line-height:200%;
	margin-bottom:40px;
}
.notice {
	font-size:10px;
	line-height:130%;
}

/* テキスト */
.bar {
	background-image:url(./images/bar.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-weight:bold;
	padding-top:5px;
	padding-left:17px;
	padding-bottom:6px;
	margin-bottom:10px;
	line-height:19px;
}
.text {
	padding-left:5px;
	line-height:130%;
}
