a:link  {color: #F39700;}
a:visited {color: #F39700;}
a:hover  {color: #F39700;}
a:active {color: #F39700;}
img{ border: 0px;}
body,h1,h2,h3,h4,h5,h6,div,p,ul,li,dl,dt,dd,table,tr,th,td{
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

body {
	text-align: center;
	background-color: #F3F3F3;
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}


#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #FFFFFF;
}

/*header*/
#header {
	width: 800px;
	height: 100px;
	background-image: url(../images/header.gif);
}

h1 a{
	display: block;
	width: 180px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
}



/*main*/
#main {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 760px;
}

#main h2{
	height: 20px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	text-indent: 20px;
	line-height: 20px;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
}
#main #newsBox{
	margin-top: 10px;
}

#main #newsBox p.dateText{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
#main #newsBox p.mainText{
}
#main #newsBox p.style1{
	font-size: 16px;
	font-weight: bold;
	line-height: 2.3em;
	letter-spacing: 0.1em;
	color: #75161B;
}
#main #newsBox p.style2{
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.1em;
}
#main #newsBox p.caption{
	font-size: 10px;
	line-height: 1.3em;
	letter-spacing: 0em;
}
#main #newsBox h3{
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 20px;
}
#main #newsBox .left{
	float: left;
}
#main #newsBox .right{
	float: right;
}

#main #closeBox{
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
}

a.bt_contact{
	float:right;
	margin-top:-50px;
}

a.bt_contact:after{
  content : "";
  display : block;
  height : 0;
  clear:both;
}
a.bt_contact img{
	clear:both;
	display:block;
}

a.bt_contact:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

#footer {
	margin-top: 20px;
	background-color: #FFFFFF;
}
#footer p{
	margin-top: 5px;
	font-size: 12px;
	color: #111111;
	text-align: right;
}

.caution{
	color: #bf2500;
}
.caution2{
	font-size: 14px;
	font-weight: bold;
}

.mincho{
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho";
}

.w100{
	width: 100px;
}
.w200{
	width: 200px;
}
.w250{
	width: 250px;
}
.w300{
	width: 300px;
}
.w400{
	width: 400px;
}
.w450{
	width: 450px;
}
.w500{
	width: 500px;
}
.w600{
	width: 600px;
}
