@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	background-color: #FFF;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6,h7{
	font-size:12px;
	line-height:160%;
	font-weight:normal;
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
}

ul,li {
	margin:0;
	padding:0;
	list-style-type: none;
}

#wrapper {
	width:940px;
	margin:0 auto;
}


/************************
	header
************************/

#header {
	position:relative;
	width:940px;
	height:110px;
	margin:0 auto;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#header h1{
	position:absolute;
	top:5px;
	left:0px;
	font-size:10px;
	color:#666;
}
#header #logo{
	position:absolute;
	top:34px;
	left:12px;
}
#header #headerBtn01{
	position:absolute;
	top:0px;
	right:239px;
}
#header #headerBtn02{
	position:absolute;
	top:0px;
	right:133px;
}
#header #headerBtn03{
	position:absolute;
	top:0px;
	right:0px;
}
#header #brand-new-laurel{
	position:absolute;
	top:57px;
	right:15px;
}

/************************
	navi
************************/
#naviArea {
	width:100%;
	height:50px;
	line-height:0;
	margin:0;
	padding:0;
	background-image: url(../images/header/naviBtnBack.jpg);
}
#navi {
	position:relative;
	width:940px;
	height:50px;
	line-height:0;
	margin:0 auto;
	padding:0;
}
#navi #naviBtn01{
	position:absolute;
	top:0px;
	left:0px;
}
#navi #naviBtn02{
	position:absolute;
	top:0px;
	left:135px;
}
#navi #naviBtn03{
	position:absolute;
	top:0px;
	left:269px;
}
#navi #naviBtn04{
	position:absolute;
	top:0px;
	left:403px;
}
#navi #naviBtn05{
	position:absolute;
	top:0px;
	left:537px;
}
#navi #naviBtn06{
	position:absolute;
	top:0px;
	left:671px;
}
#navi #naviBtn07{
	position:absolute;
	top:0px;
	left:805px;
}

/************************
	address
************************/
#addressArea {
	width:100%;
	margin:0 auto;
	height:124px;
	background-image: url(../images/footer/addressBack.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#address {
	position:relative;
	width:940px;
	height:124px;
	margin:0 auto;
}
#address #tel{
	position:absolute;
	top:37px;
	left:10px;
}
#address #footerLogo01{
	position:absolute;
	top:43px;
	right:217px;
}
#address #footerLogo02{
	position:absolute;
	top:41px;
	right:10px;
}
#address #footerLink01{
	position:absolute;
	top:100px;
	left:10px;
	font-size:11px;
}
#address #footerLink02{
	position:absolute;
	top:100px;
	right:160px;
	font-size:11px;
}
#address #footerLink03{
	position:absolute;
	top:100px;
	right:10px;
	font-size:11px;
}

#address a:link {
	color:#666;
	text-decoration: underline;
}
#address a:visited {
	color:#666;
	text-decoration: underline;
}
#address a:active {
	color:#666;
	text-decoration: underline;
}
#address a:hover {
	color:#657AC2;
	text-decoration: none;
}

/************************
	footer
************************/
#footerArea {
	width:100%;
	height:36px;
	margin:0 auto;
	background-color:#334082;
}
#footerArea #footer {
	width:940px;
	height:36px;
	margin:0 auto;
	text-align:center;
}
#footerArea #footer #copyright {
	padding:12px 0 0;
}


#win {
	position: fixed;
	width:183px;
	top: 170px;
	right: 0px;
	z-index:20000;
}


#win #winBar{
	width:183px;
	height:16px;
}
#win #winCon{
	width:181px;
	background-color:#FFF;
	padding:10px 0 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align:center;
}
#win #winCon .winBtn{
	padding:0 0 7px;
}


.notes {
	padding:10px 0 0;
	font-size:10px;
	line-height:120%;
}

/** クリア **/
.clear{
	display:block;
	clear:both;
	color:#FFFFFF;
	font-size:0px;
	line-height:0px;
	height:0px;
}

































/*******************/
