@charset "utf-8";
/* CSS Document */


/*---　全体　---*/

/*右のスクロールバー表示・非表示で画面がずれないための記述*/
html {
    margin-bottom:1px;
    height:100%;
　}
/**/

* {	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	font-family: Verdana,"MS P Gothic",Osaka,"ヒラギノ角ゴ　Pro W3",sans-serif;
	color: #444;
}

body {
	background-color: FFFEFE;
	background-image: url(images/bgcolor.jpg);
	background-repeat:repeat-x;
	padding: 20px 0;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	padding: 20px;
	width: 600px;
	margin: 20px auto 0 auto;
	text-align: center;
	border-color: #333;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-width: 1px;
	font-size: 16px;
	letter-spacing: 0.5em;
	background-image:url(images/line.gif);
	background-position: center bottom; 
	background-repeat: no-repeat;
}

h2 {
	padding: 20px;
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.75em;
	background-image:url(images/line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 0px none #333;
}

h2.l1 {
	padding: 10px 20px 0px 20px;
	width: 600px;
	margin: 5px auto;
	text-align: center;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-width: 0;
	font-size: 14px;
	letter-spacing: 0.75em;
	background-image: none;

}

h2.l2 {
	padding: 0px 20px 20px 20px;
	width: 600px;
	margin: 0 auto 20px auto;
	text-align: center;
	border-color: #333;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-width: 1px;
	font-size: 12px;
	letter-spacing: 0.18em;
	background-image:url(images/line.gif);
	background-position: center bottom; 
	background-repeat: no-repeat;

}

h3 {
	padding: 10px 10px 10px 39px;
	width: 510px;
	margin: 30px auto 10px auto;
	text-align: left;
	border-color: #074198;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-width: 10px;
	font-size: 14px;
	color: #251E00;
	letter-spacing: 0.25em;
	background-image: url(images/check.gif);
	background-position: left; 
	background-repeat:no-repeat;

}

/*---　ヘッダ　---*/

div#header {
	border-color: #666;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: none;
	border-width: 1px;
	padding: 0px;
	width: 800px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
}

/*---　メニュー　---*/

div#menu {
	border-color: #666;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-width: 1px;
	padding: 0px;
	width: 800px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	background-color: #666;
}

#menu {
	height: 50px;
	background: url(images/menu3.gif) no-repeat;
	margin: 0;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	display: inline;
	float: left;
	list-style-type: none;
	text-decoration: none;
}

#menu li a {
	display: block;
	width: 160px;
	height: 50px;
	float: left;
	list-style-type: none;
	text-decoration: none;
	overflow: hidden;
}

/* ---　メニュー off　---*/

#menu li.menu1 a {
	background: url(images/menu1.gif) no-repeat;
	width: 160px;
}

#menu li.menu2 a {
	background: url(images/menu2.gif) no-repeat;
	width: 160px;
}

#menu li.menu3 a {
	background: url(images/menu3.gif) no-repeat;
	width: 160px;
}

#menu li.menu4 a {
	background: url(images/menu4.gif) no-repeat;
	width: 160px;
}

#menu li.menu5 a {
	background: url(images/menu5.gif) no-repeat;
	width: 160px;
}


/* ---　メニュー hover　---*/


#menu li.menu1 a:hover {
	background: url(images/menu1_on.gif) no-repeat;
}

#menu li.menu2 a:hover {
	background: url(images/menu2_on.gif) no-repeat;
}

#menu li.menu3 a:hover {
	background: url(images/menu3_on.gif) no-repeat;
}

#menu li.menu4 a:hover {
	background: url(images/menu4_on.gif) no-repeat;
}

#menu li.menu5 a:hover {
	background: url(images/menu5_on.gif) no-repeat;
}


/* ---　メニュー on　---*/

#menu li.menu1_on a {
	background: url(images/menu1_on.gif) no-repeat;
	width: 160px;
}

#menu li.menu2_on a {
	background: url(images/menu2_on.gif) no-repeat;
	width: 160px;
}

#menu li.menu3_on a {
	background: url(images/menu3_on.gif) no-repeat;
	width: 160px;
}

#menu li.menu4_on a {
	background: url(images/menu4_on.gif) no-repeat;
	width: 160px;
}

#menu li.menu5_on a {
	background: url(images/menu5_on.gif) no-repeat;
	width: 160px;
}


/*---　メイン画像　---*/

div#picture {
	border-color: #666 #666 #033 #666;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 0px;
	width: 800px;
	height: 310px;
	margin: 0 auto;
	text-align: center;
}

/*---　メイン広告　---*/

div#main_add {
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	padding: 0px;
	width: 800px;
	text-align: center;
	background-color: #FFFEFE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #074198;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	height: 60px;
}

/*---　メイン本文　---*/

div#main {
	border-color: #507BAA #666 #666 #666;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	border-width: 5px 1px 1px 1px;
	padding: 0px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFEFE;
}

p {
	padding-left: 180px;
	padding-right: 180px;
	text-align: left;
	letter-spacing: 0.1em;
}

p.info {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.1em;
	font-size:12px;
}

#contents{
	background-repeat: no-repeat;
	border: 0px none #333;
	padding:20px 0 10px 100px;
	}

p.main {
	padding-left: 135px;
	padding-right: 135px;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.8em;
	font-size: 12px;
}

p.programh1 {
	padding-left: 135px;
	padding-right: 135px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}

p#error {
	padding-top: 5em;
	padding-bottom: em;
	text-align: center;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.strong {
	font-weight: bold;
	color: #F03;
	font-size: 14px
	}

p.right {
	padding-left: 135px;
	padding-right: 135px;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.8em;
	text-align: right;
	font-size: 12px;

}

p#pagetop {
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 30px;
	line-height: 1em;
	text-align: right;
	font-size: 10px;
}


/*---　フッタ　---*/

div#footer {
	border-color: #666;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	border-width: 1px;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #666;
}

p#footer {
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 9px;
	font-weight:bold;
}

.add_box {
	float: left;
	height: 60px;
	width: 160px;
	clear: left;
}
.program_table {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 550px;
}
.td_program {
	font-size: 10px;
	text-align: left;
	vertical-align: baseline;
	margin: 0px;
	padding: 20px;
	word-spacing: normal;
	width: 300px;
}
.td_program_span {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
