@charset "utf-8";

body,div,pre,p,blockquote, 
form,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6, 
embed,object { 
	margin: 0;
	padding: 0;
	vertical-align: baseline; 
	font-size: 100.01%;
}
body {
	color: #333333;
	background: #F1F1F1;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 1.5;
	font-size: 80%;
}
img {
	border: 0;
}

address {
	font-style: normal;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	margin-bottom: 10px;
}
img.left{
	float: left;
	margin-right: 15px;
}
img.right {
	float: right;
	margin-left: 15px;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	color: #3366CC;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
.txt10 {
	font-size: 88%;
	line-height: 1.4em;
}
.left10 {
	margin-left: 10px;
}
.top5 {
	margin-top: 0.5em;
}
.top_5 {
	margin-top: -5px;
}
.bottom0 {
	margin-bottom: 0px;
}
.bottom5 {
	margin-bottom: 0.5em;
}
.bottom1 {
	margin-bottom: 1em;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ==========================================================
layout
========================================================== */
#container {
	width: 780px;
	margin: 0px auto;
	background: #FFFFFF url(../img/common/cont_bg.jpg) repeat-y;
	padding: 20px 40px 20px;
}
#header {
	background: #F0F0F0 url(../img/common/header/head_bg.jpg) repeat-x;
}
#header_in {
	width: 830px;
	margin: 0px auto 0px;
}
#g_navi {
	background: url(../img/common/header/g_navi_bg.jpg) repeat-x;
	text-align: center;
}
#main {
	width: 530px;
	float: left;
}
#side_navi {
	width: 228px;
	float: right;
	
}
#footer {
	background: #005DA6;
	color: #FFFFFF;
}
#footer_in {
	width: 780px;
	margin: 0px auto;
	background: #0062B0 url(../img/common/footer/footer_bg.jpg) repeat-y;
	padding: 20px 40px 10px;
}

/* ==========================================================
header
========================================================== */
#header h1 {
	float: left;
}
#header ul {
	list-style: none;
	float: right;
	margin-top: 6px;
}
#header ul li {
	display: inline;
	margin-left: 0.5em;
}
#header ul li a {
	background: url(../img/common/header/head_navi.gif) no-repeat 0.5em;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
}
#header ul li a:hover {
	background: url(../img/common/header/head_navi_o.gif) no-repeat 0.5em;
	text-decoration: underline;
}
/*
#header ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
*/
/* ==========================================================
global_navi
========================================================== */
#g_navi ul {
	width: 830px;
	margin: 0px auto 0px;
}
#g_navi li {
	display: inline;
	list-style: none;
	float: left;
}
#g_navi li img {
	vertical-align: bottom;
}



/* ==========================================================
side_navi
========================================================== */
#side_navi h3 {
	margin-bottom: 2px;
}
#side_navi div.navi_box {
	padding: 14px;
	background: #E6F3FF;
	margin-bottom: 1em;
}

#side_navi div.navi_box ul {
	list-style: none;
}
#side_navi div.navi_box ul li {
	margin-bottom: 6px;
}
#side_navi ul.side_btn li {
	background: #F7FBFF;
	margin-bottom: 3px;
	border: 1px solid #FFFFFF;
}
#side_navi ul.side_btn li a {
	padding: 0.3em 0.6em;
	display: block;
	border-left: 3px solid #1368B8;
	text-decoration: none;
	color: #333333;
	background: url(../img/common/side_navi/btn_bg.jpg) repeat-y;
}
#side_navi ul.side_btn li a:hover {
	border-left: 3px solid #FF9933;
	background: url(../img/common/side_navi/btn_bg_o.jpg) repeat-y;
}


#side_navi #side_bnr a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* ==========================================================
footer
========================================================== */
#footer h3 {
	margin-bottom: 10px;
}
#footer ul {
	list-style: none;
	margin-bottom: 5px;
	width: 500px;
	float: left;
}
#footer ul li {
	display: inline;
	margin-right: 0.5em;
	line-height: 1.7;
	position: relative;
}
#footer ul li a {
	background: url(../img/common/footer/list.gif) no-repeat 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 16px;
	white-space: nowrap;
}
#footer ul li a:hover {
	background: url(../img/common/footer/list_o.gif) no-repeat 0.5em;
	text-decoration: underline;
}

#footer #footer_right {
	float: right;
	text-align: right;
	margin-bottom: 0.5em;
}
#footer #tel {
	text-align: right;
}

/* ==========================================================
main
========================================================== */
#main p {
	margin-bottom: 1em;

}
#main p.bottom0 {
	margin-bottom: 0em;
}
#main p#page_top {
	text-align: right;
	margin-top: 70px;
	margin-bottom: 0px;
}



/* ===========================
news
=========================== */
#main #news {
	margin-bottom: 2em;
}
#main #news table {
	background: #F7FBFF;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#main #news table th {
	font-weight: normal;
	vertical-align: top;
	padding: 0.5em 1em 0.5em 1.5em;
}
#main #news table td {
	padding: 0.5em 1.5em 0.5em 0em;
}
#main #news table .even {
	background: #E6F3FF;
}

