﻿@charset "UTF-8";
/***************************************************************
* layout.css
***************************************************************/

/*エンターページ**********************************************************************/
#header{
width:745px;
height:130px;
background:url(../img/headerBg1.gif) no-repeat;
margin:0 auto 0;
position:relative;
padding:0 0 0 115px;
}
h1 a{
width:128px;
height:117px;
position:absolute;
background:url(../img/logo.png) no-repeat;
text-indent:-9999px;
overflow:hidden;
top:-10px;
left:-10px;
}
#header h2{
color:#003E7B;
width:280px;
}
#header h2 a{
font-size:24px;
font-weight:bold;
color:#003E7B;
}
#header address{
position:absolute;
width:285px;
top:80px;
left:108px;
text-align:right;
}
#header p{
position:absolute;
width:382px;
top:5px;
right:65px;
text-align:left;
}
#header table.info{
position:absolute;
top:65px;
left:413px;
}
table.info{border:none;}
table.info td{
color:#003E7B;
font-size:16px;
font-weight:bold;
line-height:1;
padding:0 1em 0.5em 0;
border:none;
}
table.info td a{
color:#003E7B;
font-weight:bold;
}
#header img#QR{
position:absolute;
top:60px;
right:22px;
}
#enter{
width:860px; height:auto;
margin:0 auto;
}
.enterCon1{
border-top:#CCCCCC 1px solid;
padding:10px 0px;
}
.enterCon2{
float:left;
width:480px;
}
.enterCon3{
float:right;
width:360px;
}
