@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/


/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
/*html {
	overflow-x: visible;
}*/
/*--------------------------------------------------
+2: Redefine
==================================================*/
a:link{
	color:#0066CC;
	text-decoration:underline;
	}
a:visited{
	color:#3D8AD8;
	text-decoration:underline;
	}
a:active{
	color:#0066CC;
	text-decoration:underline;
	}
a:hover{
	color:#E1091B;
	text-decoration:underline;
}

.btnStyle a:hover img{
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}



/* clearfix
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}/*IE7逕ｨ*/

/* Hides from IE-mac ¥*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+4: body
==================================================*/
/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
---------------------------------------------------*/

body {
	color: #333;
	font-family:Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック",sans-serif;
	_font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size: 86%;
	line-height:1.5;
	background:url(/img/contact/bg_body.jpg) repeat-x left top;
}
/*--------------------------------------------------
+5: #wrap
==================================================*/
div#wrap {
	width:100%;
	margin:0 auto;
}
/*--------------------------------------------------
+6: #container
==================================================*/

div#container{
	width:700px;
	margin:0 auto;
}
/*----------------------------------------------------------------------*/

/*--------------------------------------------------
+7: #header
==================================================*/
div#header {
	width:700px;
	height:100px;
	position:relative;
	margin-bottom:50px;
}
div#header #logo {
	position:absolute;
	top:20px;
	left:10px;
}

/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/

div#mainBody {
	width:680px;
	padding-bottom:50px;
	margin:0 10px;
	clear:both;
	overflow:hidden;
}
div.mainContent {
	width:680px;
	float:right;
}
p.close {
	width:180px;
	height:44px;
	font-size:14px!import;
	background:url(/img/contact/btn_close_bg.png) 0 0 no-repeat;
	margin:50px auto;
	padding:12px 0 0 5px;
	text-align:center;
}


/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
div#footer {
	width:100%;
	background-color:#444;
	margin:0 auto;
	clear:both;
}
div#finner {
	width:700px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
div#finner p {
	text-align:center;
	color:#CCCCCC;
	padding:16px 0;
	font-size:90%;
}