@charset"euc-jp";

/*layout.css*/

/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map,
strong {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #0066FF; text-decoration: underline; }
a:active  { color: #E74077; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
　画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}



/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}
a.btn:hover img{
filter: alpha(opacity=80);
}


/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background:url(../img/header_bg.jpg) 0 0 repeat-x;
	font-size:12px;
}


#wrapper {
	width:850px;
	margin:0 auto;
	text-align:left;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:850px;
	height:112px;
	margin-top:20px;
}


/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {
}

/* ---------------------------------------------------------
　left_content
--------------------------------------------------------- */

#left_content {
	width:580px;
	padding:10px;
	float:left;
}

#left_content p {
	padding:15px;
}

/* ---------------------------------------------------------
　right_content
--------------------------------------------------------- */

#right_content {
	width:250px;
	padding:5px 0;
	float:right;
}

#right_content img {
	margin:5px 0;

}

/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#bottom_bg {
	background:url(../img/bottom_hr.jpg) 0 0 repeat-x;
}



#footer {
	width:850px;
	height:30px;
	padding-top:5px;
	margin:0 auto;
	text-align:center;
}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
	clear:both;
}

ul.menu li {
	display:inline;
	padding:0 1px;
}

/* ---------------------------------------------------------
■ class
--------------------------------------------------------- */

.font12 {
	font-size:12px;
	padding-top:2px;
}

.bold {
	font-weight:bold;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.serch {	
	margin-top:25px;
	margin-right:15px;
}

.red {
	color:#FF0000;
}

.orenji {
	color:#F28512;
	font-weight:normal;
}

.gry {
	color:#666666;
	font-weight:bold;
}

.bg_color01 {
	background-color:#EAEAEA;
}

.kensaku {
	margin-top:5px;
}

/* ---------------------------------------------------------
■ table
--------------------------------------------------------- */

.lined_table{
	border-collapse:collapse;
	margin:0 auto;
	width:580px;
	margin:15px 0 0 0;
}

.lined_table tr td, table.lined_table tr th{
	border-top:1px dotted #B3B3B3;
	border-bottom:1px dotted #B3B3B3;
	border-collapse:collapse;
	padding:0.3em;
}



.lined_table tr th{
	background-color:#EAEAEA;
	font-weight:normal;
}


.lined_table2{
	border-collapse:collapse;
	margin:5px auto;
	width:500px;
	margin:15px auto 0 auto;
}

.lined_table2 tr td, table.lined_table2 tr th{
	border-top:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	border-collapse:collapse;
	padding:0.3em;
}



.lined_table2 tr th{
	background-color:#EAEAEA;
	font-weight:normal;
}


.sitemap{
	border-collapse:collapse;
	margin:0 auto;
	width:500px;
	margin:15px 0 0 0;
}

.sitemap tr td, table.sitemap tr th{
	border-top:1px solid #B3B3B3;
	border-bottom:1px solid #B3B3B3;
	border-collapse:collapse;
	padding:0.3em;
	width:180px;
}



.sitemap tr th{
	background-color:#EAEAEA;
	font-weight:normal;
}
