@charset "utf-8";
/* CSS Document */

/*共通設定*/

* {
	margin:0;
	padding:0;
	zoom:1;
}
body {
	font-size:12px;
	line-height:1.7em;
	color:#333333;
	background:url(../images/common/bg.jpg) top repeat-x #fff;
	text-align:center;
}
.clear {
	clear:both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

.blank {
	margin-bottom:12px;
}
.blank2 {
	margin-bottom:20px;
}
.ls {
	letter-spacing:-1px;
}
.wblank {
	margin-top:12px;
	margin-bottom:12px;
}

.wblank2{
	margin-top:24px;
	margin-bottom:12px;
}

.bold {
	font-weight:bold;
	margin-bottom:13px;
	zoom:0;

}
.center {
	text-align:center;
}
img {
	border:none;
	vertical-align:bottom;
}
li {
	list-style:none;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
h1 {
	font-size:12px;
	font-weight:normal;
}
#Wrap {
	width:898px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;
}
/*ヘッダー部*/
#header {
	width:898px;
	height:65px;
}
#header h1 {
	width:283px;
	height:60px;
	float:left;
	margin-left:15px;
	display:inline;
}
#header_right {
	width:433px;
	height:60px;
	float:left;
	margin-left:158px;
	display:inline;
}
#header_right li {
	float:left;
}
/*フッター部分*/

#footer {
	margin-top:13px;
	height:93px;
	background:url(../images/footer_bg.jpg) repeat-x;
}
#footer ul {
	width:867px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color:#FFF;
}
#footer a {
	color:#FFF;
	font-size:11px;
}
#footer li {
	float:left;
	font-size:11px;
	line-height:1.2em;
}
#footer address {
	text-align:center;
	line-height:24px;
}
/*段組み*/

#contents{
	width:898px;
}

#left_box {
	width:330px;
	height:auto;
	margin-top:11px;
	float:left;
}
#right_box {
	width:553px;
	height:auto;
	margin-top:11px;
	margin-left:15px;
	float:left;
}
/*レフトボックス*/
#news_box {
	border-bottom:1px solid #797979;
	border-left:1px solid #797979;
	border-right:1px solid #797979;
	padding-bottom:10px;
	margin-bottom:12px;
}
#news_box li {
	letter-spacing:5px;
	width:295px;
	border-bottom:1px dotted #ccc;
	padding:7px 7px 7px 15px;
	margin-left:5px;
	background:url(../images/left/li.jpg) no-repeat left 10px;
}
#news_box a:link ,
#news_box a:visited {
	text-decoration:underline;
}
#news_box a:hover ,
#news_box a:active {
	text-decoration:none;
}

#contact_box {
	margin-bottom:12px;
	width:330px;
	height:151px;
	background:url(../images/left/contact.jpg) no-repeat;
}
#contact_box .form {
	padding-top:90px;
	text-align:center;
}
#qr_box {
	position: relative;
	width:329px;
	height:200px;
	background:url(../images/left/qrcode.jpg) left top no-repeat;
}
#qr_box .qrcode {
	position: absolute;
	width: 170px;
	top: 90px;
	right: 0px;
}
#qr_box a:link,
#qr_box a:visited {
	color: #006699;
	text-decoration: underline;
}
#qr_box a:hover,
#qr_box a:active {
	color: #006699;
	text-decoration: none;
}

/*フッターインフォ部分*/
#info {
	width: 898px;
	margin: 20px auto 0 auto;
}

/*フッター部分*/
#foot_link {
	width:898px;
	margin:0 auto;
}

#foot_link li {
	float:left;
}
#footer {
	margin-top:60px;
	height:24px;
	background-color:#333333;
	color:#fff;
}
#footer address {
	font-style:normal;
	font-size:14px;
}

.mb10 {
	margin-bottom:10px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt30{
	margin-top:30px;
}
.mb30 {
	margin-bottom:30px;
}
.mt30 {margin-top: 30px;}.mt50 {margin-top: 50px;}
.mr50 {margin-right: 50px;}

.font16{
	font-size:133%;
}
.font14{
	font-size:116%;
}

.color_green{
	color:#338888;
}

.fleft { float: left;} .fright { float: right;}
.clear {
	clear: both;
}

.w300 { width: 300px;}
