@charset "utf-8";

@import "default.css";

/* ===================================================================
format
=================================================================== */

/*	body
----------------------------------------------------*/
body {text-align:center;font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*	a:link,a:visited,a:hover,a:active
----------------------------------------------------*/
a			{color:#0068b7;text-decoration:none;}
a:link		{color:#0068b7;text-decoration:none;}
a:visited	{color:#0068b7;}
a:hover		{text-decoration:underline;}
a:active	{color:#0068b7;}

/* ===================================================================
Layout
=================================================================== */
#main_wrap		{width:100%; height:688px; background:url(../images/mainImg_bg.png) repeat-x;}
#mainImg		{position:relative; width:1200px; height:688px; margin:0 auto; background:url(../images/mainImg.png) no-repeat;}
#footer			{width:950px; margin:20px auto;}

/* ===================================================================
Layout-contents
=================================================================== */

/*	mainImg
----------------------------------------------------*/
#mainImg h1 {
position:absolute;
top:27px;
left:114px;
}

#mainImg .btn {
position:absolute;
top:50px;
left:440px;
}

#mainImg .btn li {
float:left;
margin-right:7px;
}

#container .center {
text-align:center;
}

#contact_area {
position:relative;
width:940px;
height:313px;
margin:66px auto 45px auto;
background:url(../images/contact_bg.png) no-repeat;
}

#contact_area .btn01 {
position:absolute;
top:170px;
left:56px;
}

#contact_area .btn02 {
position:absolute;
top:170px;
left:476px;
}

h2 {
width:100%;
height:71px;
margin-top:45px;
text-align:center;
background:url(../images/h2_bg.png) repeat-x;
}

/*	footer
----------------------------------------------------*/
#footer ul {
border-bottom:1px #000 solid;
margin-bottom:10px;
padding-bottom:10px;
}

#footer .fl {
float:left;
}

#footer .fr {
float:right;
}

#footer .txt {
margin-top:50px;
}