@charset "utf-8";
/*キャメル表記法*/

a:link { 
	color:#09F;/*未訪問*/
}
a:visited {
	color:#09F;	/*訪問済み*/  
}
a:hover {
	color:#09F;	/*カーソルオン時*/
}
a:active {
	color:#09F;		/*リンクをクリックしている状態*/
}
#header a {
	color:#09F;		/*未訪問*/
}



img {
	border:0;
}


table {
		border:none;
		border-collapse:collapse;
}


/*reset
変更不可。
================================================================================*/
body,p,h1,h2,h3,h4,h5,ul,ol,li,dl,dd,dt {
	margin:0;
	padding:0;
}

p {
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
}
.bottom {
	margin-bottom:50px;
}
ul {
	list-style-type: none;
}

/*layout
骨組みとなるレイアウトの記述。
基本的に変更不可。特にwidthなどは注意。
================================================================================*/

body {
	background-image:url(../images/base/BgBody.jpg);
	background-repeat:repeat-x;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC";
	line-height:1.4;
	color:#333;
	font-size:0.9em;
	background-color:#f8fdf4;
}
#wapper {
	width:1015px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/base/BgWapper.png);
	background-repeat:repeat-y;
	}
#page {
	width:965px;
	margin-left:auto;
	margin-right:auto;
}
#side_main {
	width:38px;
	float:right;
	height:300px;
}
#side_main #btn_bm {
	margin-bottom:30px;
}
#main {
	float:right;
	width:600px;
	background-image:url(../images/base/BgMain.jpg);
	background-repeat:repeat-y;
	margin-right:25px;
}
#side {
	float:left;
	width:250px;
	background-image:url(../images/base/BgSide.jpg);
	background-repeat:repeat-y;
	margin-left:25px;
	padding-bottom:25px;
}
#contents {
	background-image:url(../images/base/BgContents.jpg);
	background-repeat:repeat-y;
	padding-top:25px;
	padding-bottom:25px;
}
#header {
	background-image:url(../images/base/BgHeader.jpg);
	background-repeat:no-repeat;
	height:90px;
	padding-left:30px;
}
#footer {
	background-image:url(../images/base/BgFooter.jpg);
	background-repeat:no-repeat;
	height:85px;
	width:970px;
	padding-left:45px;
	padding-top:5px;;
	margin-left:auto;
	margin-right:auto;
}
#footer .inner {
	width:1015px;
	margin-left:auto;
	margin-right:auto;
}
#pageinfo {/*h1タグの外*/
	height:14px;
	background-repeat:no-repeat;
	padding-top:3px;
	font-size:12px;
}
#globalMenu {
	background-image:url(../images/base/BgGlobalMenu.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:50px;
	padding-left:5px;
	background-color:#36739e;
	
}
#mainimg {
	height:225px;
	width:900px;
	padding-top:25px;
	padding-left:25px;
	background-image:url(../images/base/MainImg2.jpg);
}



/*H tag

================================================================================*/
h1 {
	display:block;
	font-size:11px;
	font-weight:normal;
	color:#999;
}
h2 {
	background-image:url(../images/base/BgH2.jpg);
}
h3 {
	background-image:url(../images/base/BgH3.jpg);
}
h4 {
	background-image:url(../images/base/BgH4.jpg);
}
h5 {
	background-image:url(../images/base/BgH5.jpg);
}

h1,h2,h3,h4,h5 {
	background-repeat:no-repeat;
}

.himage {
	text-indent:-600px;
	overflow:hidden;
}





/*sideMenu accordion
================================================================================*/
.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 250px; /*width of menu*/
}
.glossymenu a.menuitem{
	display:block;
	width:215px;
	height:35px;
	padding-left:35px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	list-style-position:outside;
	background-image:url(../images/bg_sideMenu.jpg);
	text-decoration:none;
	line-height:35px;
	font-size:12px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{

}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	background-image:url(../images/bg_sideMenuHover.jpg);
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	margin: 0;
	padding: 0;

}
.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	font-size:12px;
	
}
.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding-top:7px;
	padding-bottom:7px;
	padding-left: 15px;
	
}
.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	colorz: white;
}
