﻿@charset "utf-8";

/* reset
---------------------------------------------------------------------------------------------*/

html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}

/* clearfix
---------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* common
---------------------------------------------------------------------------------------------*/

body {
	font:13px Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background:url(../img/common/bg.gif) repeat;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#d62600;
}

.mgb10 { margin-bottom:10px; }
.mgb20 { margin-bottom:20px; }
.mgb30 { margin-bottom:30px; }
a.redlink, .red { color:#ea3e16; }
a:hover.redlink { text-decoration:underline; }
.center { text-align:center; }

/* header
---------------------------------------------*/

#head {
	width:100%;
	height:80px;
	background:url(../img/common/head_bg.gif) repeat-x;
	text-align:center;
}
#head_in {
	margin:0 auto;
	padding-top:14px;
	width:980px;
	text-align:left;
}
#logo {
	float:left;
	width:227px;
	height:53px;
}
ul#menu {
	float:right;
}
ul#menu li {
	float:left;
	width:140px;
	height:66px;
}

/* contents
---------------------------------------------*/

#contents {
	margin:0 auto;
	width:980px;
}
#contents p {
	line-height:1.8;
}

.main {
	float:left;
	width:680px;
}

#side {
	float:right;
	width:270px;
}
#side .bnr, #side p {
	margin-bottom:10px;
}
#side p {
	font-size:12px;
}

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

#foot {
	padding:30px 0;
	width:100%;
	background:url(../img/common/foot_bg.gif) repeat;
	text-align:center;
	color:#fff;
}
#foot a {
	color:#fff;
}
#foot_in {
	margin:0 auto;
	width:980px;
	text-align:left;
}
#foot_menu {
	padding:0 3px 15px;
	margin-bottom:15px;
	background:url(../img/common/foot_bdr.png) no-repeat center bottom;
	font-size:12px;
}
#foot_logo {
	float:left;
	margin-right:10px;
	width:170px;
	height:37px;
	text-align:left;
}
#foot_in p {
	float:left;
	margin-right:20px;
	width:510px;
	font-size:10px;
	line-height:1.5;
}
#copy {
	float:left;
	margin-top:10px;
	width:270px;
	text-align:left;
	font-size:12px;
}

/* News list
---------------------------------------------*/

#news ul {
	margin-bottom:20px;
}
#news ul li {
	padding:8px 10px;
	border-bottom:1px dotted #000;
}
#news ul span, #news ul img {
	margin-right:15px;
}
#news ul li img {
	vertical-align:middle;
}

#news ul li a { color:#ea3e16; }
#news ul li a:hover { text-decoration:underline; }


/* ----------------------------------------------------------------------
 table
---------------------------------------------------------------------- */
table.tbl01 {
	margin: 0 0 1em 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-left-color: #C1C1C1;
}
table.tbl01 td {
	background: #fefefe;
	padding: 0.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c1c1c1;
	border-bottom-color: #c1c1c1;
}
table.tbl01 th {
	background: #eee;
	font-weight: normal;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-right-color: #c1c1c1 !important;
	border-bottom-color: #c1c1c1 !important;
	padding: 0.5em;
}