@charset "Shift_JIS";
/* CSS Document */

*{margin:0px;
padding:0px}

body {
	padding:0px;
	line-height: 140%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0px;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	width: 800px;
}

/*様々な共通指定*/
h1,h2,h3,p,div {
	padding: 0px;
	border: none;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
img {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {	
text-decoration: none;
}

a:link {
	color: #00F;
	text-decoration: none;
}

a:visited {
	color: #00F;
	text-decoration: none;
}

a:active {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}
#wrapper {
	height: auto;
	width: 800px;
	margin: 0px;
	padding: 0px;
}


#wrapper #contents #navi {
	float: left;
	list-style-type: none;
}
#wrapper #head {
	margin: 0px;
	padding: 0px;
	height: 362px;
	width: 800px;
}

#wrapper .button {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#wrapper #contents {
	width: 800px;
	background-image: url(../images/bg_bk.jpg);
	background-repeat: repeat;
}
#wrapper #contents .ProgramBox {
	padding-top: 30px;
}

#wrapper #contents .ProgramBox #boxtop {
	background-image: url(../images/box_03.jpg);
	background-repeat: no-repeat;
	width: 743px;
	margin-right: auto;
	margin-left: auto;
	height: 17px;
}
#wrapper #contents .ProgramBox #boxmid {
	background-image: url(../images/box_06.jpg);
	background-repeat: repeat-y;
	width: 743px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contents .ProgramBox #boxmid #naviBanner {
	padding-left: 30px;
	margin: 0px;
	padding-top: 10px;
}
#wrapper #contents .ProgramBox #boxmid .BoxText {
	padding-right: 30px;
	padding-left: 30px;
	color: #7A7A7A;
	padding-bottom: 20px;
}
#wrapper #contents .ProgramBox #boxmid .BoxText .textred {
	color: #FF0000;
}

#wrapper #contents .ProgramBox #boxbot {
	background-image: url(../images/box_08.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 743px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #contents .ProgramBox #boxmid .line {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#wrapper #contents .ProgramBox .png_line {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer {
	background-image: url(../images/bot_pt_14.gif);
	background-repeat: repeat-x;
	height: 126px;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#footer .copyright {
	padding-top: 60px;
	float: left;
	padding-left: 220px;
}
#footer .agqrlogo {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
#spacer {
	background-image: url(../images/spacer.gif);
	background-repeat: repeat;
	height: 400px;
	width: 800px;
}

