﻿@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
img { vertical-align:baseline; }
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a {
	color:#039;
	overflow:hidden;
}
a:hover {
	color:#f90;
}
img{
	vertical-align:bottom;
}
.cb {
	clear:both;
}
.none {
	display:none;
}
.fl {
	float:left;
}
.fBox {
	display:block;
	float:left;
	margin-right:10px;
}
.essence {
	clear:both;
	color:#999;
	font-size:0.7em;
	text-align:right;
	margin-bottom:20px;
}
.hBox {
	position:absolute;
	top:25px;
	right:15px;
	width:760px;
	color:#999;
}
.hBox img{
	float:right;
}

/* +++++++++++++++++++++++++++++++++ コンテンツブロック ++++++++++++++++++++++++++++++++++ */
html {
	overflow-y:scroll;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	text-align:center;
	color:#333;
	height:100%;
}
div#header {
	width:960px;
	margin:0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
	margin-bottom:5px;
}
div#r_footer {
	clear:both;
	text-align:left;
	background:url("/images/common/header_footer.png") repeat-x center -85px;
	padding:5px 0px 0px;
	font-size:0.8em;
}
div#i_footer {
	clear:both;
	text-align:left;
	background:url("/images/common/header_footer.png") repeat-x center -135px;
	padding:5px 0px 0px;
	font-size:0.8em;
}
.footer {
	clear:both;
	padding:5px 10px;
	font-size:0.8em;
	border-top:1px solid #eee;
	background:url("/images/common/header_footer.png") repeat-x center -86px;
}
.containerOuter {
	background-color:#fff;
	width:976px;
	background:url("/images/common/container_background.png") repeat-y center top;
	margin:0 auto 0;
	position:relative;
}
* html .containerOuter {
	background:url("/images/common/container_background.gif") repeat-y center top;
}
.containerInner {
	width:960px;
	padding:0 8px;
}
.wrap {
	clear:both;
	height: auto !important;
	padding:0 20px;
	font-size:14px;
	line-height:1.6;
}
.leftBox {
	float:left;
	width:660px;
	text-align:left;
	margin-bottom:20px;
	position:relative;
}
.rightBox {
	float:right;
	width:235px;
	text-align:left;
	margin-bottom:20px;
	position:relative;
}

/* clearfix */
.clf{
	zoom:1;/*for IE 5.5-7*/
}
.clf:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
	line-height:0;
}

/* +++++++++++++++++++++++++++++++　共通　+++++++++++++++++++++++++++++++ */
.fs10 {
	font-size:10px;
}
.fs12 {
	font-size:12px;
}
.fL {
	float:left;
}
.fR {
	float:right;
}
.mB10 {
	margin-bottom:10px;
}
.mB20 {
	margin-bottom:20px;
}
.mL10 {
	margin-left:12px;
}
.w150 {
	width:150px;
}
.w170 {
	width:170px;
}
.w200 {
	width:200px;
}

.w270 {
	width:270px;
}
.w300 {
	width:300px;
}
/* +++++++++++++++++++++++++++++++ header +++++++++++++++++++++++++++++++ */

a#home {
	display:block;
	position:relative;
	left:15px;
	top:0px;
	text-indent:-9999px;
	width:125px;
	height:73px;
}
span#home {
	display:block;
	position:relative;
	left:10px;
	top:0px;
	text-indent:-9999px;
	width:122px;
	height:70px;
}
#r {
	text-indent:-9999px;
}
p#description {
	background-color:#000;
	color:#fff;
	font-weight:bold;
	text-indent:5px;
	font-size:0.8em;
	margin-bottom:5px;
}
/* +++++++++++++++++++++++++++++++ pankuzu +++++++++++++++++++++++++++++++ */

.pankuzu {
	clear:both;
	margin:5px 0 5px;
	font-size:0.6em;
	padding:0 15px;
	text-align:left;
}
.pankuzu li {
	/*float:left;*/
	display:inline;
	margin-right:5px;
}

/* +++++++++++++++++++++++++++++++　見出し　+++++++++++++++++++++++++++++++ */

h1 {}
h2 {
    background-color: #eee;
    border-left: 3px solid #ccc;
    color: #555;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 0px;
    padding: 2px 2px 2px 6px;
    text-align:left;
}

/* +++++++++++++++++++++++++++++++ footer +++++++++++++++++++++++++++++++ */

.serviceList {
	margin:10px 20px 10px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}
.serviceList li {
	float:left;
	margin-right:20px;
}
.rLink {
	clear:both;
	margin:0 0 20px 20px;
	font-size:0.9em;
}
.fBlock {
	display:block;
	float:left;
	margin-right:10px;
}
.fBorder {
	background:url("/images/common/footer_border.png") no-repeat 0px 0px;
}
.fBlock dt {
	font-weight:bold;
	margin-top:10px;
	padding-left:25px;
}
.fBlock dd {
	padding-left:25px;
}
.subLink {
	margin:5px 10px 0 10px;
}
.subLink li{
	float:left;
	font-size:0.7em;
	line-height:1.4em;
	white-space:nowrap;
}

.footerBottom {
	clear:both;
	margin: 10px 0px 0px 5px;
	text-align:left;
}
a#rLogo {
	font-size: 10px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	text-decoration: none;
}
a#Rgroup {
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 0px 0px;
	font-size: 11px;
	text-decoration: underline;
	color: #6B8E23;
	text-align:left;
}
.footerRgroup{
	clear:both;
	height:70px;
	margin: 0px 0px 0px 5px;
	text-align:left;
}


.footer ul{
	float:right;
}
.footer ul li{
	float:left;
}
.bT1g {
	border-top:1px dotted #eee;
	padding-top:10px;
	margin-top:0px;
}
.bT1w {
	border-top:1px dotted #fff;
	padding-top:10px;
	margin-top:0px;
}

/* +++++++++++++++++++++++++++++++ footer +++++++++++++++++++++++++++++++ */
.pageTop {
	position:relative;
	height:34px;
}
.pageTop a {
	display:block;
	width:44px;
	height:34px;
	background:url("/images/common/header_footer.png") no-repeat -128px -0px;
	font-size:0.8em;
	line-height:2.4em;
	position:absolute;
	right:5px;
	bottom:0px;
	text-indent:-9999px;
}
.pageTop a:hover {
	background:url("/images/common/header_footer.png") no-repeat -128px -37px;
}

/* +++++++++++++++++++++++++++++++　sns　+++++++++++++++++++++++++++++++ */

.snsBox {
	clear:both;
	height:24px;
	width:100%;
}
.gplus {
    float: right;
}
.twitter {
    display: inline;
    float: right;
}
.facebook {
    display: inline;
    float: right;
    padding-right:10px;
    line-height: 1;
    font-size: 10px;
    margin:0;
}
* html .facebook {
    position:relative;
}
.mixi {
    display: inline;
    float: right;
    font-size: 13px;
    line-height: 1;
    padding-right: 10px;
}
.hatena {
    display: inline;
    float: right;
    padding-right:10px;
}
.ngiBox {
   margin-bottom: 20px;
}
