@charset "shift_jis";

/* ページ全体
----------------------------------------------- */

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

p,h1,h2,h3,h4,h5,h6,dl {
	margin: 0;
	padding: 0;
	font-size:12px;
}

a img { border:0; }
li img { vertical-align: bottom; }

td {
	font-size: 12px;
	line-height: 16px;
}

.text_hidden {
	display:none;
}
.text_indent {
	text-indent:1em;
}

.clear {
	clear:both;
}

.clear2 {
	clear:both;
	padding:0 0 5px 0;
}
.clear3 {
	clear:both;
	height:20px;
	width:782px;
}
.clear4 {
	clear:both;
	height:10px;
}


a:link {
	color: #0066cc;
	background-color: inherit;
}
a:visited {
	color: #0066cc;
	background-color: inherit;
}
a:hover, a:active {
	color: #ff3000;
	background-color: inherit;
}

.normalsize {
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
	line-height: 16px;
}

.fontsmall {
	font-size: 10px;
	line-height: 14px;
}

.fontlarge {
	font-size: 15px;
	line-height: 20px;
}

.floatleft {
	float:left;
	margin:0;
	padding:0;
}

.floatright {
	float:right;
	margin:0;
	padding:0;
}

.reverse_indent {
	margin-left:1em;
	text-indent:-1em;
}

.indent {
	text-indent:1em;
}

.textcenter {
	text-align:center;
}

.textright {
	text-align:right;
}

.red_bold {
	color:#FF3333;
	font-weight:bold;
}
.red {
	color:#FF3333;
}
.font11 {  font-size: 15px; line-height: 18px;}
.font21 {  font-size: 12px; line-height: 15px;}
.font1 { font-size: 12pt; line-height: 15pt }
.font2 { font-size: 10pt; line-height: 14pt }

/* Header
----------------------------------------------- */

.header {
	height:	117px;
	background:url(../images/header_background.jpg) repeat-x;
}
.headerbox {
	position:relative;
	width: 904px;
	height:	117px;
	margin: 0 auto;
}

.headerbox h1 {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	text-decoration: none;
	width: 904px;
	height:	65px;
	background:url(../images/header.jpg) no-repeat;
}

.headerbox h1 a {
	display: block;
	width: 510px;
	height:	65px;
	text-decoration: none;
}

.topicpath {
	width: 904px;
	height:	30px;
	background:url(../images/topicpath.jpg) no-repeat;
	position:relative;
}
.topicpath p {
	position: absolute;
	font-size:12px;
	line-height:13px;
	top:5px;
	left:20px
}
/* body
----------------------------------------------- */

.contentsbody {
	background:url(../images/background.jpg);
}

.contentsbox {
	position:relative;
	width: 904px;
	margin: 0 auto;
	background:url(../images/body_background.jpg) repeat-y;
}

.contents {
	float:right;
	width:698px;
}



/* フッター
----------------------------------------------- */

.footer {
	clear:both;
	background:url(../images/footer_background.jpg) repeat-x;
	height:39px;
}

.footer address {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px; /* テキストを消す */
	background:url(../images/footer.jpg) repeat-x;
	width: 904px;
	height:39px;
	margin:0 auto;
	position:relative;
}

.googlesearch {
	width:675px;
	padding:15px 0 0 5px;
}

p.googlesearch {
	width:655px;
	margin-bottom:5px;
	padding:3px 3px 2px 3px;
	background:url(../images/background.jpg) repeat-x;
}