/*前ページ共通*/
* {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

#top h1 {
	font-size: 8px;
	color: #999999;
	font-weight: lighter;
	background-image: url(../image/base/titlelogo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
	padding-top: 0px;
	padding-right: 0px;
	margin: 0px;
	text-align: right;
	vertical-align: top;
}

/*外枠*/
#all {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/*トップ*/
#top {
	text-align: center;
	background-color: #FFFFFF;
}

/*左枠*/
#side_left {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
}

/*右枠*/
#side_right {
	float: right;
	width: 200px;
	background-color: #FFFFFF;
}

/*フット*/
#foot {
	width: 800px;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: small;
}

#foot table {
	color: #006600;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.foot_logo {
	float: left;
}
.menu a:visited {
	color: #0000FF;
	text-decoration: none;
}
/*リンクナビ*/
.menu {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.menu a {
	text-decoration: none;
}

.menu a:hover {
	color: #FF6600;
	text-decoration: none;
}

.menuend {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	line-height: 0px;
}

address {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #006600;
	width: 800px;
	text-align: right;
}

#kage {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/base/kabe.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#gaikan {
	background-image: url(../image/base/gaikan.jpg);
	background-position: top;
	width: 100%;
	background-repeat: repeat-x;
}

.menu li {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
}


/*文字の色や太さなど*/
.current {
	color: #FF6600;
	text-decoration: none;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

.bule {
	font-weight: bold;
	color: #0066FF;
}

.orengi {
	font-weight: bold;
	color: #FF6600;
}

.grey {
	color: #999999;
	font-size: 11px;
}
.smoll {
	font-size: 9px;
}
.right {
	text-align: right;
}
.right {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
