@charset "utf-8";
/**************** Body and tag styles ****************/
*{margin:0; padding:0;}
body {
	background-color: #F0F0E1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.3em;
	color: #333333;
}
table, td, th {
	font-size: 100%;
}
form, fieldset {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, p, blockquote, ul, ol, dl, dd {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}

/**************** ページ部分 ****************/
#wrapper {
	padding: 0px;
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
/**************** トップFlash onlineshop バナー ****************/
#topbanner {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	height: 90px;
	margin-left: 20px;
	margin-right: 20px;
}
#topflash {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 90px;
	width: 570px;
}
#onlineshop {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 90px;
	width: 180px;
}

/**************** ヘッダー　ナビ　部分 ****************/
#header {
	width: 760px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CECECE;
	height: 75px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
	background-image: url(image/headerback.gif);
	background-repeat: repeat-x;
}
#header_l {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 75px;
	width: 365px;
	text-align: left;
}
#header_r {
	margin: 0px;
	float: right;
	height: 75px;
	width: 390px;
	padding: 0px;
}

#menu {
	padding: 0px;
	width: 760px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#topmenu {
	height:2.2em;
	line-height:2.2em;
	width:760px;
	margin:0;
	background:#96b4eb;
	color:#ffffff;
}

#topmenu li{
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
	width: 83px;
	text-align: center;
}

#topmenu li a{
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
}
#topmenu2 {
	margin:0;
	background:#96b4eb;
}

* html #topmenu a {width:1%;}

#topmenu a:hover{
background:#aabee6;
color:#ffffff;
text-decoration:none;
white-space:nowrap;
width: 83px;
text-align: center;
}
#topmenu .selected a:hover{
background:#aabee6;
color:#ffffff;
text-decoration:none;
white-space:nowrap;
width: 83px;
text-align: center;
}

#topmenu .selected {
background:#6e82b4;
color:#ffffff;
text-decoration:none;
}

#topmenu .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 88px;
}

/**************** 各ページトップバナー　パンくずリスト ****************/

#pagetop {
	padding: 0px;
	width: 760px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}
#pankuzu {
	padding: 0px;
	width: 760px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

/**************** 表紙メイン ****************/

#content {
	padding: 0px;
	width: 770px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

/**************** ページメイン ****************/

#pagecontent {
	padding: 0px;
	width: 760px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#pagecontent2 {
	padding: 0px;
	width: 763px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 17px;
}


/**************** footer and footermenu ****************/

#footermenu {
	padding: 0px;
	width: 760px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}
#footermenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footermenu a:hover {
	color: #003366;
	text-decoration: none;
}

#footer {
	width: 760px;
	height:20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-color: #EDEDED;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float:left;
}
#footermenu table {
	font-size: 10px;
	color: #FFFFFF;
}

/* +++ UPDATE +++ */
.update {
      margin-left:20px;
}
.update ul {
    list-style:none;
}
.update ul li p,
.update ul li h2 {
	display:inline;
	padding:0px;
	margin:0px;
}
.update ul li h2 {
	background-image:none;
        font-size:1em;
	font-weight:normal;
	margin:0px 1em;
	border:none;
}
