@charset "utf-8";

/*キャメル表記法。*/

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



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-top:15px;
	padding-left:15px;
	padding-right:15px;
}
.bottom {
	margin-bottom:50px;
}

ul {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 30px;
}
li {
	list-style-position: outside;
	color: #90C;
}


/*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;
}
#wapper {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/base/BgWapper.png);
	}
#page {
	width:925px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
}
#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;
}
#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:930px;
	padding-left:45px;
	padding-top:5px;;
	margin-left:auto;
	margin-right:auto;
}

#pageinfo {/*h1タグの外*/
	height:17px;
	background-repeat:no-repeat;
	padding-top:3px;
}
#globalMenu {
	background-image:url(../images/base/BgGlobalMenu.jpg);
	background-repeat:no-repeat;
	width:920px;
	height:50px;
	padding-left:5px;
	background-color:#36739e;
	
}
#mainimg {
	height:364px;
	width:900px;
	padding-left:25px;
	background-image:url(../images/base/MainImg5.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);
	font-size: 14px;
}
.price {
	font-size: 20px;
	font-weight: bold;
	color: #F00;
}

h5 {
	background-image:url(../images/base/BgH5.jpg);
}

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

.himage {
	text-indent:-400px;
	overflow:hidden;
}
.bg-pink {
	background-color: #FFEEF7;
}





/*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;
}
.center {
	text-align: center;
}
