﻿/* *********************************
FileName: style.css
UpdatedBy: -
*********************************** */

/* *********************************
特記事項：


*********************************** */

/* *********************************
000: reset
001: 基本レイアウト
*********************************** */

/* *********************************

/* 000: reset

*********************************** */

body,div,pre,p,blockquote,form,fieldset,input,textarea,select,option,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,table,th,td,embed,object {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
img {
	border: 0;
}
table,th,td {
	text-align: left;
}
ul {
	list-style: none outside none;
}
ol {
	list-style: decimal outside none;
	margin: 0;
	padding: 0 0 0 3em;
}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

div {
	zoom:1;/* IE用 */
}

/* For Win IE 7 */
/*:first-child + html body{font-family: "メイリオ", Meiryo;}*/
*:first-child + html body{font-family: "メイリオ", Meiryo;}
/* For Win IE 6 */
/* html body{font-family: "メイリオ", Meiryo;}*/
* html body{font-family: "メイリオ", Meiryo;}


/* *********************************

/* 001: 基本レイアウト

*********************************** */

html {
    display:table;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    border-spacing:0;
}


body {
    display:table-row;
	margin: 0;
	padding: 0;
	text-align:center;
	color: #666;
	font-size: 80%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 130%;
}


#center {
    display:table-cell;
    padding:0;
    text-align:center;
    vertical-align:middle;
	width:894px;
}

#main_box {
	position:relative;
	height:660px;
	width:894px;
	margin:auto;
	background:url(images/bg.jpg) 50% 50% no-repeat;
}


/********* ボタン01 **********/

#main_box div.pdf01 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:390px;
	height:69px;
	left: 431px;
	top: 58px;
	background:url(images/btn_pdf01_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf01 a:hover {background:url(images/btn_pdf01_on.jpg) 0 0 no-repeat;}



/********* ボタン02 **********/

#main_box div.pdf02 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:390px;
	height:69px;
	left: 431px;
	top: 127px;
	background:url(images/btn_pdf02_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf02 a:hover {background:url(images/btn_pdf02_on.jpg) 0 0 no-repeat;}


/********* ボタン03 **********/

#main_box div.pdf03 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:390px;
	height:69px;
	left: 431px;
	top: 195px;
	background:url(images/btn_pdf03_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf03 a:hover {background:url(images/btn_pdf03_on.jpg) 0 0 no-repeat;}

/********* ボタン04 **********/

#main_box div.pdf04 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:390px;
	height:69px;
	left: 431px;
	top: 263px;
	background:url(images/btn_pdf04_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf04 a:hover {background:url(images/btn_pdf04_on.jpg) 0 0 no-repeat;}

/********* ボタン05 **********/

#main_box div.pdf05 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 169px;
	top: 349px;
	background:url(images/btn_pdf05_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf05 a:hover {background:url(images/btn_pdf05_on.jpg) 0 0 no-repeat;}

/********* ボタン06 **********/

#main_box div.pdf06 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 169px;
	top: 404px;
	background:url(images/btn_pdf06_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf06 a:hover {background:url(images/btn_pdf06_on.jpg) 0 0 no-repeat;}

/********* ボタン07 **********/

#main_box div.pdf07 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 169px;
	top: 460px;
	background:url(images/btn_pdf07_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf07 a:hover {background:url(images/btn_pdf07_on.jpg) 0 0 no-repeat;}

/* safari only ¥*/
html[xmlns*=""] body:last-child #main_box div.pdf07 a {top: 461px;}

/********* ボタン08 **********/

#main_box div.pdf08 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 169px;
	top: 516px;
	background:url(images/btn_pdf08_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf08 a:hover {background:url(images/btn_pdf08_on.jpg) 0 0 no-repeat;}

/********* ボタン09 **********/

#main_box div.pdf09 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 457px;
	top: 349px;
	background:url(images/btn_pdf09_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf09 a:hover {background:url(images/btn_pdf09_on.jpg) 0 0 no-repeat;}

/********* ボタン10 **********/

#main_box div.pdf10 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 457px;
	top: 404px;
	background:url(images/btn_pdf10_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf10 a:hover {background:url(images/btn_pdf10_on.jpg) 0 0 no-repeat;}

/********* ボタン11 **********/

#main_box div.pdf11 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 457px;
	top: 460px;
	background:url(images/btn_pdf11_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf11 a:hover {background:url(images/btn_pdf11_on.jpg) 0 0 no-repeat;}


/********* ボタン12 **********/

#main_box div.pdf12 a {position:absolute; text-indent: -9999px; display:block; overflow:hidden;
	width:288px;
	height:56px;
	left: 457px;
	top: 516px;
	background:url(images/btn_pdf12_off.jpg) 0 0 no-repeat;
}

#main_box div.pdf12 a:hover {background:url(images/btn_pdf12_on.jpg) 0 0 no-repeat;}
