* {
	margin: 0px;
	padding: 0px;
}
a:link,
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
ul,
ol {
	list-style-type: none;
}

h1{
	background-repeat: no-repeat;
	width: 750px;
}
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
img{
	border:none;
}

/* ======================================================== */
html{
	width:100%;
	height:100%;
}
body{
	text-align:center;	/*IE5用ブロック要素センタリング*/
	width:100%;
	height:100%;
	background:url(../commonimg/footer_bg.gif) top repeat-y;
	font-size:14px;
	font-family:メイリオ,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
}
#wrap{
	width:100%;
	background-color:#FFFFFF;
}
#all {
	text-align:left;	/*IE5対策のためのセンタリングを戻す*/
	width: 750px;
	/*margin-top: 10px;*/
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 750px;
	padding-bottom:0px;
	color: #464646;
	clear: both;
	background:url(../commonimg/sub_container_bg.gif) repeat-y;
}
#container.nosubmenu {
	min-height:330px;
	_height:330px;
	background-image:none;
}
#container.usesubmenu {
}
#container.usesubmenu #main {
	background:url(../commonimg/sub_main_bg.gif) no-repeat bottom;
	padding-bottom:10px;
}

#main {
	width: 750px;
	line-height: 150%;
	color: #464646;
	padding-top: 15px;
}

/* text */
#text {
	width:570px;
	float: left;
}

/* submenu */
#submenu {
	width: 180px;
	min-height:300px;
	float: left;
	font-size: 12px;
}

#submenu li {
	line-height:120%;
	padding-right:20px;
	min-height:30px;
	_height: 30px;
	padding-bottom:5px;
	margin-left:-15px;	/*WinIE5.5用設定*/
	margin-left:/**/0;	/*通常設定*/
	background:url(../commonimg/submenu_divline.gif) left bottom no-repeat;
}

#submenu li a {
	padding-left: 30px;
	margin-bottom:5px;
	display:block;
}
#submenu li.select a {
	background-image: url(../commonimg/sikaku.gif);
	background-repeat: no-repeat;
	background-position: 9px 3px;
}
#submenu li a.child {
	margin-left: 10px;
	padding-left: 30px;
}

#submenu a:link,
#submenu a:visited {
	color: #666666;
}
#submenu a:hover,
#submenu a:active {
	color: #FF9900;
}

/* footer */
#footer {
	/*text-align:left;*/
	text-align:center;
	clear:both;
	width: 100%;
	margin: 0 auto;
	background-image: url(../commonimg/copyright.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 23px;
	line-height:0;
}
#footer #footercontents {
	background: url(../commonimg/copyright.gif) -40px 0 no-repeat;
	text-align:left;
	width:750px;
	margin:0 auto;

}
#footer div.btn{
	padding-left:20px ;
}

#footer ul.banner{
	padding:10px 0 10px 40px ;
}
#footer ul.banner li{
	float:left;
	width:230px;
	text-align:left;
	padding-bottom:10px;
}

/* header ======================================================== */
#header {
	padding-top:10px;
	background: #FFFFFF url(../commonimg/headerbg.gif) 0 10px no-repeat;
	header:115px;	/*WinIE5.5用設定*/
	_height:/**/115px;	/*通常設定*/
	width: 750px;
	line-height:0;
}

#header a:link,
#header a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header a:hover {
	text-decoration: underline;
	color: #888888;
}
#header a:active {
	text-decoration: none;
	color: #888888;
}

#header #logo {
	height: 51px;
	width: 92px;
}



/*　ヘッダーのリンクボタンに関する設定　*/
#gmenu {
	margin-top: 44px;
	height:30px;
	_overflow:hidden;
}

#gmenu li ul.droplist a {
	color: #FFFFFF;
	text-decoration: none;
}
#gmenu li ul.droplist a:link,
#gmenu li ul.droplist a:visited {
	color: #FFFFFF;
}
#gmenu li ul.droplist a:hover,
#gmenu li ul.droplist a:active {
	color: #333333;
}


#gmenu li.dd {
	position:relative;
	float: left;
	height:30px;
	margin-right: 15px;
	z-index:5;
}

#gmenu li ul.droplist{
	display:none;
	position: absolute;
	top:30px;
	left:0;
	z-index:10;
}

#gmenu li ul.droplist li{
	float:none;
}

#gmenu li ul.droplist li a {
	font-size:85%;
	padding:6px 0;
	margin:0;
	display: block;
	background-color: #96A7BF;	/*毎月の色変更はここのbgcolorを変更　ir.cssも変更*/
	text-align: center;
	line-height:200%;
}
#gmenu li ul.droplist li.chapter1 a{
	width: 12em;
}
#gmenu li ul.droplist li.chapter2 a,
#gmenu li ul.droplist li.chapter3 a {
	width: 9em;
}


/* Clear ------------------------------*/

.clr {clear: both;}

.clrfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clrfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */
