@charset "utf-8";

/*レイアウト*/

body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#header {
	background-image: url(../images/base/header_bg.jpg);
	height: 100px;
	width: 855px;
}
#navigation {
	background-image: url(../images/base/navi_bg.jpg);
	height: 22px;
	width: 835px;
}
#contentsu {
	width: 855px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	margin: 0px;
}
#footer {
	background-image: url(../images/base/footer_bg.jpg);
	height: 52px;
	width: 855px;
}
#right {
	float: right;
	height: auto;
	width: 600px;
	padding-right: 10px;
}
#left {
	float: left;
	height: auto;
	width: 220px;
	padding-left: 10px;
}

/*テキスト*/

.footer {
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 27px;
}
.link_navi_top {
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-weight: bold;
	color: #000000;
	padding-right: 20px;
	padding-top: 4px;
}
.text_prof {
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	padding-right: 13px;
	padding-left: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.text_sitemap a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.text_sitemap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.text_sitemap a:hover {
	color: #FF0000;
	text-decoration: none;
}
.text_sitemap a:active {
	color: #FFFFFF;
	text-decoration: none;
}	
.text_sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.text_red {color: #FF0000}	
	
h1 {
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.text_td_left {
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 28px;
}
.text_td_right {
	font-size: 12px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
hr {
	color: #CCCCCC;
}
.style1 {font-family: "メイリオ", "ＭＳ Ｐゴシック"}