@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 {
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}


/* 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:'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 12px;
	line-height:1.5;
	background:url(../images/bg_body.jpg) repeat-x left top;
}
.fo10 { font-size:10px;}
.fo11 { font-size:11px;}
.fo13 { font-size:13px;}
.fo14 { font-size:14px;}
.fo15 { font-size:15px;}
.fo18 { font-size:18px;}
/*--------------------------------------------------
+5: #wrap
==================================================*/
div#wrap {
	width:100%;
	margin:0 auto;
	background:url(../images/bg_wrap.jpg) no-repeat center top;
}
/*--------------------------------------------------
+6: #container
==================================================*/

div#container{
	width:970px;
	margin:0 auto;
}
/*----------------------------------------------------------------------*/

/*--------------------------------------------------
+7: #header
==================================================*/
div#header {
	width:970px;
	height:230px;
	position:relative;
}
div#header #logo {
	position:absolute;
	top:61px;
	left:0px;
}
div#header .htel {
	position:absolute;
	top:57px;
	right:0px;
}
div#header .txt {
	position:absolute;
	top:10px;
	left:0px;
	color:#666;
}
div#header .btn {
	position:absolute;
	top:10px;
	left:543px;
}
div#header .btn li {
	padding-right:10px;
	float:left;
}
div#header .search {
	position:absolute;
	top:12px;
	right:0px;
	width:157px;
}
div#header .search dl {
	width:157px;
	overflow:hidden;
	clear:both;
}
div#header .search dl dt {
	float:left;
	width:117px;
	height:16px;
	border:1px solid #CCC;
	margin-top:1px;
}
div#header .search dl dt input {
	width:110px;
	height:13px;
	border:none;
	background:none;
}
div#header .search dl dd {
	float:right;
}
div#header .hnavi {
	position:absolute;
	top:130px;
	right:0px;
	color:#838383;
}
div#header .hnavi li {
	display:inline;
	padding-left:24px;
}
div#header .hnavi li a {
	color:#838383;
}
div#header #navi {
	position:absolute;
	top:150px;
	left:0px;
}
div#header #navi li {
	float:left;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/

div#mainBody {
	width:970px;
	overflow:hidden;
	clear:both;
	padding:30px 0 50px 0;
}
ul.path {
	width:970px;
	clear:both;
	text-align:right;
	padding:20px 0 32px 0;
}
ul.path li {
	color:#979797;
	display:inline;
}
ul.path li a {
	color:#979797;
	padding:0 10px 0 6px;
}
ul.path li span {
	padding:0 0 0 5px;
	text-decoration:underline;
}
ul.fnavi {
	width:970px;
	overflow:hidden;
	clear:both;
	text-align:center;
	padding-top:2px;
}
ul.fnavi li {
	display:inline;
	color:#838383;
	padding-left:20px;
}
ul.fnavi li a,
ul.fnavi li a:visited {
	color:#838383;
	text-decoration:underline;
}
ul.fnavi li a:hover {
	text-decoration:none;
}
.gotop {
	text-align:right;
	clear:both;
	padding:15px 0 4px 0;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
div#footer {
	width:100%;
	min-width:970px;
	background:url(../images/bg_footer.jpg) repeat-x left top;
	clear:both;
}
div#finner {
	width:970px;
	height:150px;
	margin:0 auto;
	position:relative;
}
div#finner .flogo {
	position:absolute;
	top:20px;
	left:35px;
}
div#finner .fbtn {
	position:absolute;
	top:15px;
	right:53px;
}
div#finner .fbtn li {
	float:left;
	margin-left:8px;
	background-color:#FFF;
}
div#finner .ftel {
	position:absolute;
	top:47px;
	right:20px;
}
div#finner address {
	position:absolute;
	top:63px;
	left:35px;
	color:#FFF;
    font-size: 95%;
}
div#finner address span {
	display:inline-block;
	width:80px;
}
div#finner .copyright {
	position:absolute;
	bottom:10px;
	left:35px;
	color:#4260A4;
}
.Box h4 {
	font-size: 13px;
	height: 20px;
	font-weight: bold;
	color: #751A2C;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #751A2C;
	text-indent: 10px;
	margin-bottom: 7px;
}
h3 {
	text-align: center;
}
.Box {
	margin-right: auto;
	margin-left: auto;
}
.Box2 {
	margin-left: 60px;
	float: left;
	width: 620px;
}
.Box2 h4 {
	margin-bottom: 20px;
}
.Box2 p {
	height: 70px;
	margin-left: 30px;
}


.Box p {
	font-size: 14px;
	width: 910px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.alignright {
	padding-left: 530px;
}
