@charset "utf-8";
/* reset *************************** 
    
	html5doctor.com Reset Stylesheet
	v1.4.1 
	2010-03-01
	Author: Richard Clark - http://richclarkdesign.com

----------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:13px;
	vertical-align:baseline;
	background:transparent;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/* basic ************************** */

/* basic font
------------------------------*/
body, div, p {
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
h1, h2 {
	font-size:1em;
}
h3, h4, h5, h6 {
	font-size:0.857em;
}
p, blockquote, ul, ol, dl, table, address, form, fieldset, pre, figure, mark {
	font-size:1em;
}
/* group  */
ul p, ol p, dl p, table div, table p, ul ul, ol ol, ul ol, ol ul, form div, form p, fieldset div, address p, blockquote p {
	font-size:1em;
}
/* basic link
------------------------------*/
a:link {
	color:#0099cc;
}
a:visited {
	color: #0080C0;
}
a:hover {
	color: #36A5C9;
}
a:active {
	color:#343535;
}

/* basic style
------------------------------*/
p {
	line-height:1.5;
}
/* img
------------------------------*/
/*img {
	max-width:100%;
	-moz-border-box:border-box;
	-webkit-border-box:border-box;
	border-box:border-box;
}*/
/** img {/* ie6 
	width:100%;
}*/
/* struct *************************** */
html, body {
	height: 100%;
}

body {
	margin:0 auto;
	color:#000;
	font-size:14px;
	line-height: 1.4em;
	padding: 0;
	background: #fff url(../index-img/head_bg.png) no-repeat top center;
}
#container {
 width: 950px;
/* min-height: 100%;
 height: auto !important;
 height: 100%;*/
 margin: 0 auto /*-265px*/;
}

#footer {
	margin-top: 30px;
	clear: both;
	background: url(../index-img/foot_bg.png) no-repeat bottom center;
	height: 265px;
}
#footerInr {
	 width: 950px;
		margin: 0 auto;
		padding-top: 25px;
		}
/* IE6 Layout
------------------------------*/
* html body {
	background:#fff;
	background: url(../index-img/head_bg.jpg) no-repeat top center;
}
* html #footer {
	background:#fff;
	background: url(../index-img/foot_bg.jpg) no-repeat bottom center;
}
/*========================================================================
	  Clear 
========================================================================*/
.clr {
  clear: both;
  line-height: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: 0 -1px -1px 0;
  padding: 0;
  border: 0;
  font-size: 0;
}
.clearfix:after{
  content:".";
  display:block;
	 height:0px;
  clear:both;
  visibility:hidden;
}
/* Win版IE7とMac版IE5対策 */
.clearfix{
  display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
  height:1px;
}
.clearfix{
  display:block;
}
/*========================================================================
	  font style,layout
========================================================================*/
strong,b {
  font-weight: bold !important;
 }
.font84 {
  font-size: 11px;
		line-height: 1.5;
		margin: 15px 0;
 }
.pRight {
  text-align: right !important;
}
.fRed {
  color: #f00;
}
img.grbord {
border: 1px solid #ccc;
}
.mcenter {
margin: 0 auto;
text-align: center;
}
#mcenter img {
margin: 30px auto;
text-align: center;
}
br{
letter-spacing:0;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
p.fleft,img.fleft,p.fright,img.fright {
	padding: 10px 15px;
}
