/* reset css 
---------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}


/* main css
---------------------------------*/
#wrapper{
	width: 740px;
}

#header{
	width: 740px;
	height: 70px;
	position: relative;
	border-bottom: solid 5px #cc0000;
	background:#FFFFFF;
}

#header .header_logo{
	position: absolute;
	top: 10px;
	left: 10px;
}

#header .header_txt{
	position: absolute;
	top: 25px;
	left: 115px;
}

#header .header_btn{
	position: absolute;
	top: 25px;
	right: 10px;
}

#main .visual{
	position: relative;
	height: 160px;
	background:url(../images/bg_index_01.jpg) left top no-repeat;
}

#main .visual .visual_btn{
	position: absolute;
	left: 175px;
	top: 65px;
}

#main .visual .visual_note{
	position: absolute;
	bottom: 0px;
	left: 123px;
	font-size: 12px;	
}

#main .content{
	position: relative;
	height: 324px;
	background:url(../images/bg_index_02.jpg) left bottom no-repeat;
}

#main .content .content_btn01,
#main .content .content_btn02,
#main .content .content_btn03,
#main .content .content_btn04,
#main .content .content_btn05{
	position: absolute;
}

#main .content .content_btn01{
	top: 15px;
	left: 25px;
}

#main .content .content_btn02{
	top: 15px;
	left: 265px;
} 

#main .content .content_btn03{
	top: 15px;
	left: 505px;
} 

#main .content .content_btn04{
	top: 155px;
	left: 145px;
} 

#main .content .content_btn05{
	top: 155px;
	left: 385px;
} 

#main .content .content_note{
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 10px;
	color: #000;
}

#footer{
	position: relative;
	height: 29px;
}

#footer .footer_credit{
	position: absolute;
	top: 8px;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #333333;
}
