@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: #FFF url(../images/bg.gif) repeat-x 0 0;
	font: 10pt/1.4 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color: #444;
}
a{
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
#container {
	text-align: center;
}
#t_off{
	text-indent:-10000px;
	position:absolute;
}

#pagetop {
	clear: both;
	text-align: right;
	padding: 0 0 10px 0;
}

/* header
------------------------------------------------- */
#header {
	width: 920px;
	height: 70px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#header #logo {
	padding: 15px 0;
	position: absolute;
	width: 190px;
}

/* Navigation
------------------------------------------------- */
#nav {
	width: 650px;
	height: 30px;
	text-align: left;
	position: absolute;
	left: 200px;
	top: 70px;
}
#nav li {
	float: left;
	width: 130px;
	height: 30px;
}

/* Topic Path
------------------------------------------------- */
#topicPath {
	margin: 0;
	background: url(../images/topicpath_bg.gif) repeat-x 0 0;
	height: 30px;
}
#topicPath p {
	font-size: 9pt;
	text-align: left;
	width: 920px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}
#topicPath p a:link,
#topicPath p a:visited {
	text-decoration: underline;
	color: #444;
}
#topicPath p a:hover {
	text-decoration: none;
	color: #AA1423;
}

/* Decoration
------------------------------------------------- */
#MesTitleLine{
	border-bottom:dotted #555 1px;
	padding:10px 0 3px 0;
	margin:0 0 7px 0;
	font-size:11pt;
}

/* Footer
------------------------------------------------- */
#footer {
	clear: both;
	background: url(../images/footer_bg.gif) repeat-x 0 0;
}
#footerContent {
	width: 920px;
	height: 180px;
	text-align: left;
	margin: 0 auto;
}
#footerContent ul {
	width: 210px;
	margin:20px 10px;
}
#footerContent li{
	padding: 2px 0;
}
#footerContent a{
	background: url(../images/icn_arrow_02.gif) no-repeat 0 50%;
	color:#777;
	font-size:9pt;
	padding: 0 12px;
}
#footerContent strong{
	font-size:10pt;
	border-left:solid #777 3px;
	padding:0 0 0 8px;
}
#footerContent .copyright {
	text-align: right;
}
