@charset "Shift_JIS";

/*初期化*/
* {
	font: normal 12px/140% "ＭＳ Ｐゴシック", "Osaka";
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a img {
	border-style: none;
}

a:link,a:visited {
}

a:hover,a:active,a:focus {
	color: #7155A9;
}

strong {
	font-weight: bold;
}



/* 全体レイアウト */
@media screen {
html{
	height: 100%;
}

body{
	height: 100%;
	text-align: center;
}
}

#container{
	position: relative;
	height: 100%;
	min-height: 100%;
	min-width: 740px;
}

body > #container {
    height: auto;
}

#main{
	width: 740px;
	margin: 0px auto;
	padding-bottom: 106px;
	background: url(../images/back_head.jpg) no-repeat center 90px;
}

#header{
	text-align: left;
}
#header a {
	outline: none;
}
#header img {
	margin: 90px 0px 45px 20px;
}

h1{
}

address {
	text-align: center;
}

address img {
	margin-bottom: 77px;
	border-top: 1px solid #9A9CCD;
}

div#footer{
	position: absolute;
	text-align: center;
	bottom: 0px;
	width: 100%;
	min-width: 740px;
	left: 0px;
	padding-bottom: 10px;
	border-bottom: 46px solid #515397;
}

/*メインメニュー*/
.mainManu {
	width: 168px;
	position: absolute;
	left: 549px;
	top: 230px;
	border-top: 1px solid #CABDE7;
}
.mainManu p {
	border-bottom: 1px solid #CABDE7;
}
.kanban {
	width: 140px;
	position: absolute;
	left: 565px;
	top: 365px;
}
.kanban p {
	font: 10px/12px "ＭＳ Ｐゴシック", Osaka;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.1em;
}
.kanban p strong {
	font: bold 12px/15px "ＭＳ Ｐゴシック", Osaka;
	color: #FFFFFF;
}



/* フロート解除 */
.kaijo {
	clear: both;
}

/* ポジション配置用初期タグ */
.positionSet {
	position: relative;
}



/* begin clearfix 〜ボックス終わりに自動フロートクリア */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;zoom:1;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end clearfix */

/* iepngfix efect */
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}
/* end iepngfix efect */

