@charset "utf-8";
.noborder { border:none; outline:none; }
body {
	font-family: "Meiryo UI", "MS UI Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	background-color: #FFF;
	min-width:1200px;
	background-attachment: fixed;
	background-image: url(../img_cmn/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
ruby {
	ruby-align: distribute-letter;
	margin: 0px;
	padding: 0px;
}
.ct {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
H2 {
	display: none;
}
H1 {
	background-image: url(../img_top/h1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 120px;
	width: 320px;
	margin-bottom: 15px;
}
H1 A {
	height: 100%;
	width: 100%;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
#hd {
	background-image: url(../img_cmn/hd_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 255px;
}
#hd .ct {
	margin-top: -240px;
}
#hd .title {
	background-repeat: no-repeat;
	background-position: center -50px;
	min-width:1200px;
	height: 255px;
}
#hd .menu UL {
	height: 100px;
	/*padding-right: 6px;*/
	/*padding-left: 6px;*/
	padding-right: 138px;
	padding-left: 138px;
}
#hd .menu UL LI {
	display: block;
	height: 100px;
	width: 130px;
	float: left;
	padding-right: 1px;
	padding-left: 1px;
}
#hd .menu UL LI A {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	height: 100px;
	width: 130px;
	border-radius: 
}
#hd .menu UL LI A:hover {
	background-position: 0px -100px;
}
#hd .menu UL LI.now A, #hd .menu UL LI.now A:hover {
	background-position: 0px -200px;
}
#hd .menu UL LI A.menu01 {
	background-image: url(../img_cmn/menu01.jpg);
}
#hd .menu UL LI A.menu02 {
	background-image: url(../img_cmn/menu02.jpg);
}
#hd .menu UL LI A.menu03 {
	background-image: url(../img_cmn/menu03.jpg);
}
#hd .menu UL LI A.menu04 {
	background-image: url(../img_cmn/menu04.jpg);
}
#hd .menu UL LI A.menu05 {
	background-image: url(../img_cmn/menu05.jpg);
}
#hd .menu UL LI A.menu06 {
	background-image: url(../img_cmn/menu06.jpg);
}
#hd .menu UL LI A.menu07 {
	background-image: url(../img_cmn/menu07.jpg);
}
#hd .menu UL LI A.menu08 {
	background-image: url(../img_cmn/menu08.jpg);
}
#hd .menu UL LI A.menu09 {
	background-image: url(../img_cmn/menu09.jpg);
}
#ft {
	padding-top: 30px;
	padding-bottom: 15px;
	background-color: #B9E5C4;
	border-top: 5px solid #393;
	height: 145px;
	width: 100%;
}

#ft .menu {
	margin-bottom: 15px;
}
#ft .menu UL {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ft .menu UL LI {
	display: inline;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#ft .menu UL LI A {
	padding-right: 15px;
	padding-left: 15px;
}
#ft .copyright P {
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}
#ct {
}
#ct .ct {
	padding-top: 45px;
	padding-right: 50px;
	padding-left: 50px;
	width: 1100px;
}
#ct .ct .left {
	float: left;
	width: 250px;
}
#ct .ct .left UL LI {
	margin-bottom: 15px;
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
}
#ct .ct .left UL LI A {
	background-color: #B9E5C4;
	display: block;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
	color: #333333;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
	background-image: url(../img_cmn/keronstar.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#ct .ct .left UL LI A.now {
	background-color: #339933;
	color: #FFF;
}
#ct .ct .left UL LI A:hover {
	background-color: #393;
	color: #FFF;
}
#ct .ct .right {
	float: left;
	width: 800px;
	padding-left: 50px;
}
#ct .ct H3  {
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#ct .ct .clearbox {
	height: 45px;
	clear: both;
}
#ct .pagetop {
	height: 32px;
	display: block;
	margin-bottom: 30px;
	clear: both;
}
#ct .pagetop A {
	font-size: 12px;
	line-height: 12px;
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	color: #FF0;
	background-color: #696;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#ct .pagetop A:hover {
	background-color: #096;
	color: #FFF;
}
a {
	color: #063;
}
a:hover {
	color: #900;
}
#ct .news_link UL {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#ct .news_link UL LI {
	float: left;
	height: 51px;
}
#ct .news_link UL .prev {
	width: 120px;
}
#ct .news_link UL .next {
	width: 120px;
}
#ct .news_link UL .home {
	width: 60px;
}
#ct .news_link UL LI A {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 51px;
	text-align: left;
	text-indent: -9999px;
}
#ct .news_link UL LI A:hover {
	background-position: 0px -51px;
}
#ct .news_link UL .prev A {
	background-image: url(../img_cmn/btn_prev.png);
	width: 120px;
}
#ct .news_link UL .next A {
	background-image: url(../img_cmn/btn_next.png);
	width: 120px;
}
#ct .news_link UL .home A {
	background-image: url(../img_cmn/btn_home.png);
	width: 60px;
}
#ct .ct .under {
	background-image: url(../img_cmn/under.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	text-indent: -9999px;
	display: block;
	width: 1100px;
	height: 273px;
	margin-bottom: 30px;
}
