@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 {
	font: 80%/1.5 "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333333;
	background: #FFFFFF;
}
img {
	border: 0;
	vertical-align: bottom;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	margin-bottom: 10px;
}
img.left{
	float: left;
	margin-right: 25px;
}
img.right {
	float: right;
	margin-left: 25px;
}
img.right30 {
	float: right;
	margin-left: 30px;
}
a {
	color: #0033CC;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.txt80 {
	font-size: 80%;
}
.left10 {
	margin-left: 10px;
}
.top5 {
	margin-top: 5px;
}
.top_5 {
	margin-top: -5px;
}

.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: 1000px;
	margin: 0px auto;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../img/index/bg1.jpg);
	background-repeat: no-repeat;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0099FF;
	border-left-color: #0099FF;
}

#main {
	width: 790px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/* ==========================================================
gloval_navi
========================================================== */
/*
ul#gloval_navi {
	list-style: none;
	text-align: center;
}
ul#gloval_navi li {
	display: inline;
	margin-right: 2px;
}
*/

#main #news {
	width: 780px;
}
#main #news dl {
	background: url(../img/index/news_bg.png) repeat-y;
	padding: 10px 25px 5px 12px;
	margin-top: -10px;
}
#main #news dt {
	font-weight: bold;
	margin-left: 15px;
}
#main #news dd {
	margin-left: 10px;
	padding-left: 8.5em;
	margin-top: -1.5em;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	background: url(../img/index/dot_line.gif) repeat-x bottom;
}
#main #news dd.under {
	background: url(none) repeat-x bottom;
	margin-bottom: 0em;
	padding-bottom: 0em;
}
#main #news dd a {
	text-decoration: none;
}
#main #news img {
	vertical-align: top;
}
/* スクロールテキスト */
#main div#scroll_txt {
	margin-bottom: 10px;
}
#main div#scroll_txt p {
	margin-top: 8px;
}
#main div#scroll_txt_out {
	background: url(../img/index/news_scrol.png) no-repeat;
}

#main address {
	font-size: 14px;
}
h1 {
	text-align: center;
}

ul.footer_link {
	list-style: none;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}
ul.footer_link li {
	display: inline;
	border-right: 1px solid #333333;
	margin-right: 0.5em;
	padding-right: 0.5em;
}
ul.footer_link li a {
	color: #333333;
	text-decoration: none;
}
ul.footer_link li a:hover {
	text-decoration: underline;
}

