@charset "UTF-8";

*{
	-webkit-text-size-adjust:none;
}
body{
	width:100%;
}

body,h1,h2,h3,h4,p,ul,ol,li,dl,dt,dd,img,header,nav,footer{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,p,li,dt,dd,th,td{
	line-height:1;
	font-family:’ヒラギノ角ゴ Pro W3’,’Hiragino Kaku Gothic Pro’,’ＭＳ Ｐゴシック’,sans-serif;
	font-size:16px;
}
ul{
	list-style-type:none;
}
ol{
	list-style-type:decimal;
	margin-left:24px;
}
a{
	text-decoration:underline;
}
a:link{
	color:#1111cc;
}
a:visited{
	color:#1111cc;
}
a:hover{
	color:#d0121b;
	text-decoration:none;
}
img{
	border:none;
	vertical-align:bottom;
}

/*-----------------------
	head
-----------------------*/
div#container{
	width:900px;
	margin:0 auto;
}
header{
	background-color:#000;
	width:100%;
	height:38px;
	padding-top:4px;
}
header div{
	position:relative;
	width:900px;
	margin:0 auto;
}
header p#my{
	padding-left:4px;
}
header p#link{
	position:absolute;
	right:0;
	top:11px;
	font-size:14px;
	color:#fff;
}
header p#link a{
	color:#fff;
	text-decoration:none;
}
header p#link a:hover{
	color:#fff000;
	text-decoration:underline;
}


/*main*/
#titlearea{
	position:relative;
	height:105px;
	margin-top:16px;
	margin-bottom:28px;
}
h1{
	width:445px;
	font-size:20px;
	color:#534413;
}
#cambtn{
	display:block;
	position:absolute;
	top:1px;
	right:0;
}

#present{
	position:relative;
	margin-bottom:24px;
}
#pr_btn{
	position:absolute;
	left:23px;
	top:30px;
	display:block;
	width:440px;
	height:52px;
	background:url(../image/pr_button2.png) no-repeat bottom;
}
#pr_btn:hover{
	text-indent:-9999px;
}
#pr_mark{
	position:absolute;
	top:8px;
	left:2px;
}

#about{
	position:relative;
	margin-bottom:24px;
}
#ab_btn{
	position:absolute;
	left:268px;
	top:183px;
	display:block;
	width:349px;
	height:52px;
	background:url(../image/ab_button2.png) no-repeat bottom;
}
#ab_btn:hover{
	text-indent:-9999px;
}

#mark1{
	position:absolute;
	left:31px;
	top:73px;
}
#mark2{
	position:absolute;
	left:310px;
	top:73px;
}
#mark3{
	position:absolute;
	left:589px;
	top:73px;
}

/*各リンク*/
#linkbutton{
	position:relative;
}
#linkbutton a{
	display:block;
	width:180px;
	height:42px;
	position:absolute;
	top:136px;
}/*
#linkbutton a#bt1{
	left:272px;
	background:url(../image/button1b.png) no-repeat bottom;
}
#linkbutton a#bt2{
	left:468px;
	background:url(../image/button2b.png) no-repeat bottom;
}
#linkbutton a#bt3{
	left:664px;
	background:url(../image/button3b.png) no-repeat bottom;
}*/
#linkbutton a#bt4{
	width:500px;
	left:308px;
	background:url(../image/button4b.png) no-repeat bottom;
}
#linkbutton a:hover{
	text-indent:-9999px;
}

/*foot*/
p#pagetop{
	font-size:14px;
	text-align:right;
	margin-top:36px;
}
p#pagetop a{
	background:url(../image/pagetop.png) no-repeat left 50%;
	padding-left:13px;
}
p#footer{
	clear:both;
	color:#fff;
	background-color:#000;
	font-size:12px;
	text-align:center;
	padding:9px 0;
	margin-top:14px;
}


