@charset "utf-8";

body {
	background-attachment: fixed;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	color: #444;
	line-height: 1.6em;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0px;
}


#header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 107px;
}
#header_inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: relative;
}
#header #header_inner h1{
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 2px;
	right: 10px;
	text-align: right;
}
#header #header_inner #mainlogo {
	position: absolute;
	left: 5px;
	top: 18px;
}
#header #header_inner #mailtel {
	position: absolute;
	left: 548px;
	top: 57px;
}
#header #header_inner #headerlink {
	text-align: right;
	width: 20em;
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 0.9em;
	color: #CCC;
}

#header #header_inner #headerlink a:link {
	color: #666;
	text-decoration: none;
}
#header #header_inner #headerlink a:visited {
	text-decoration: none;
	color: #666;
}
#header #header_inner #headerlink a:hover {
	text-decoration: underline;
	color: #333;
}
#header #header_inner #headerlink a:active {
	text-decoration: none;
	color: #333;
}

#contents {
	width: 906px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contents_inner {
	background-image: url(../images/contents_bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 906px;
}
#footer {
	background-image: url(../images/contents_bg_btm.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 103px;
	width: 906px;
	position: relative;
	clear: both;
}
#footer #footertel {
	position: absolute;
	left: 30px;
	top: 45px;
}
#footer #copyright {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.8em;
	text-align: right;
	padding-top: 60px;
	padding-right: 30px;
}
#footer #pagetop {
	position: absolute;
	top: 20px;
	right: 38px;
}
#side-R {
	float: right;
	width: 620px;
	margin-right: 0px;
	padding-right: 20px;
}
#side-L {
	float: left;
	width: 218px;
	background-image: url(../images/navi_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 3px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#side-L #navi {
	padding-top: 10px;
	padding-bottom: 5px;
}
#side-L #navi a img {
	padding-bottom: 4px;
}
#side-L .addbox {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	font-size: 0.9em;
	line-height: 1.4em;
}
.txtRed {
	color: #EA0000;
}
.txtBlue {
	color: #0066FF;
}
.txtGray {
	color: #999999;
}
.txtS {
	font-size: 0.8em;
}
.txtL {
	font-size: 1.2em;
}

a:link {
	color: #06C;
}
a:visited {
	color: #0080FF;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F60;
}
#prog-mainnavi a img {
	padding-right: 1px;
}
