/* CSS Document */

/*========================================
 +reset styles
========================================*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, iframe{
    margin: 0; 
    padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}

ol, ul{ list-style: none; }

fieldset, img{ border: 0; }

table{
    border-collapse: collapse; 
    border-spacing: 0;
}

caption, th{ text-align: left; }

address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

img {
	vertical-align: bottom;
	border: 0;
}

a img {border: 0;}

.clear { clear: both; }


#contents iframe {
	display: block;
	border: none;
}



/*========================================
 +body styles
========================================*/

body {
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(imeges/back01.jpg);
	background-color: #F5F5F5;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	}


/*========================================
 +header styles
========================================*/

#header {
	margin: 0 auto;
	padding: 0 0 27px 0;
	height: 88px;
	width: 770px;
	margin: 0 auto;
	
}
#header #left {
	float: left;
	width: 514px;
}
#header #right {
	float: right;
	width: 256px;
	text-align: right
}



/*========================================
 +contents left styles
========================================*/
#contents {
	width: 770px;
	margin: 0 auto;
	padding-bottom: 30px;
	clear: both;
	}

#cont02_2 {
	background: url(imeges/cont02_07.png) center center no-repeat;
	width:770px;
	height:785px;
	position:relative;
}

/*========================================
 +footer styles
========================================*/

#footer {
	width: 100%;
	margin: 0 auto;
	height: 60px;
	bottom: 0px;
	background-image: url(imeges/back02.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 15px 0 0 0;
	background-position: bottom;
}


