@charset "utf-8";

/* ブラウザスタイルの初期化 */

*{
	padding: 0;
	border: 0;
	background-color: transparent;
	color: black;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	font-family: "メイリオ", meirio, Verdana, Arial, sans-serif, "ＭＳ　Ｐゴシック";
	text-decoration: none;
	line-height: 1.7;
	font-size:14px;
	color:#333;
	margin: 0;
  }

/* body要素のスタイル */

body {
background:#FFEFE8;
}

/* div#containerのスタイル */

div#container {
  width:990px;
  margin:0 auto;
  background-color: white;
  padding:0px;
  border:solid #ccc;
  border-width:0 1px;
  overflow:auto;
  background:#fff;
}
 
/* div#headerのスタイル */

div#header { 
  height: 110px;
  background: url(image/head.jpg) bottom no-repeat;
  margin-bottom:20px;
}

div#header h1 {
	color:#fff;
  font-size:12px;
  padding:0 0 0 10px;
}
  
#header #helpNav {
	text-align:right;
	margin: 0 5px 0 0;
	font-size: 12px;
}

#header #helpNav li {
	display: inline;
	margin-left: 20px;
	color:#fff;
}

#header #helpNav li a {
	color:#fff;
}

#header #helpNav li a:hover {
	text-decoration: none;
}

#header #helpNav li + li {
	padding-left: 10px;
	border-left: 1px solid #fff;
}

#topmenu {
	background: url(./image/gnav_bg.png) repeat-x;
	border:solid #ccc;
	border-width:1px 0 0;
	margin-bottom:10px;
}

#topmenu ul {
	text-decoration:none;
}

#topmenu ul li {
	float:left;
	width:164px;
	height:40px;
	border-right:1px solid #ccc;
	border-bottom:3px solid #FF6600;
	list-style:none;
	text-align:center;
}

#topmenu ul li a {
	display:block;
	color:#333;
	line-height:40px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

#topmenu ul li a:hover {
	background:#ff6600;
	color:#fff;
}

/* div#topmenuのスタイル 

div#topmenu { 
  margin-bottom:20px;
  background: url(./image/gnav_bg.png) repeat-x;
}

div#topmenu li{
	height:40px;
	list-style: none;
	display: inline;
}

*/

/* div#sidebarのスタイル */

div#sidebar {
  float: right;
  width: 200px;
  padding-right:10px;
}

/* div#globalnavのスタイル */

div#globalnav {
	width:200px;
}

div#globalnav ul {
  margin: 6px 0px 10px 14px;
  }
 
div#globalnav li {
  list-style-image: url(image/li.gif);
  }

div#globalnav h2 {
  margin-bottom: 10px;
  padding:5px 0 5px 15px;
  background: url(./image/side_title.png) no-repeat;
  font-weight: bold;
}

div#globalnav h2 a:link {
  color: #ff6600;
  font-weight: bold;
}

div#globalnav h2 a:visited {
  color:#ff6600;
  font-weight: bold;
  }

div#globalnav h2 a:active {
  color: #ff6600;
  font-weight: bold;
  text-decoration: underline;
  }

div#globalnav h2 a:hover{
  color: #ff6600;
  font-weight: bold;
  text-decoration: underline;
  }

div#globalnav p{
  padding: 0.3em 0.5em;
  margin-bottom: 10px;
  background-color: #0066CC;
  color: white;
  font-weight: bold;
  }

div#globalnav p .top {
	padding: 0.3em 0.1em;
	margin-bottom: 10px;
	background-color: #FB3504;
	color: white;
	font-weight: bold;
  }

div#globalnav p a:link {
  color: #ffffff;
  font-weight: bold;
  }

div#globalnav p a:visited {
  color: #ffffff;
  font-weight: bold;
  }

div#globalnav p a:active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  }

div#globalnav p a:hover{
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
  }

div#globalnav a:link {
  color: #000000;
  }

div#globalnav a:visited {
  color: #000000;
  }

div#globalnav a:active {
  color: #0066FF;
  text-decoration: underline; 
  }

div#globalnav a:hover {
  color: #0066FF;
  text-decoration: underline; 
  }
 
 /* div#contentのスタイル */

div#content {
  float: left;
  width: 750px;
  margin-left:10px;
}
  
div#content h3 {
	margin-top:20px;
	margin-bottom: 20px;
	font-size:18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6600;
 }

/* リンク */
div#content a{
	font-weight:bold;
	text-decoration:underline;
}

div#content a:hover {
	text-decoration:none;
}

/* h3ダミー */
div#content .h3{
  color: #0066FF;
  font-weight: bold;
  border-bottom: 1px dotted #036;
  margin-bottom: 5px;
  margin-top:10px;
  }

div#content p {
    margin-top: 6px;
	}
div#content a:link {
  color: #0066FF;
  }

div#content a:visited {
  color: #0066FF;
  }

div#content a:active {
  color: #0042BB;
  text-decoration: underline; 
  }

div#content a:hover {
  color: #0066FF;
  text-decoration: underline; 
  }
 

/* div#visualのスタイル */

div#visual {
  width: 585px;
  height: 180px;
  background: #699 url(image/top_vidual_w.png) no-repeat;
  text-indent: -9999px;
  margin-bottom: 10px;
  }

/* div#mainのスタイル */

div#main {
  width: 585px;
  }

div#main h2 {
	background-color: #FF6600;
	color: #fff;
	font-weight: bold;
	padding-top: 0.3em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
  }

div#main .h2{
  padding: 0.3em 0.5em;
  margin-bottom: 10px;
  background-color: #FBA756;
  color: #333333;
  font-weight: bold;
  margin-top:10px;
  }

/* div#footerのスタイル */

div#footer {
	clear:both;
  color:#fff;
  background-color: #ff6600;
  font-size: 0.6em;
  text-align: center;
  padding: 0.6em;
  margin-top: 10px;
  }
  
div#footer a{
	color:#fff;
}

/* div#footercompanyのスタイル */

div#footercompany{
	clear:both;
  width: 970px;
  font-size: 0.7em;
  text-align: center;
  padding: 0.6em;
  }

div#footercompany img{
  float: left;
  }

/* その他の共通スタイル */

p.goto { text-align: right; }
p.gotop {
  text-align: right; 
  font-size: 0.7em;
  margin-bottom: 10px;
  }
.pl50
  {padding-left: 50px;
  }

img.left {
	float: left;
	margin-bottom: 10px;
  }

img.right {
  float: right;
  margin-bottom: 10px;
  }
#print{
	visibility:hidden;
	}
.clearfloat{
  clear: both;
  }
.mt10 {
  clear:both;
  margin-top:10px;
  }
.mb10 {
	margin-bottom:10px;
}
.attention {
  color: #FF0000;
  font-weight: bold;
  font-size:16px;
  }

.attention2 {
  color: #FF3300;
  font-weight: bold;
  font-size:16px;
  }
.attention3 {
  font-weight: bold;
  }
.orange {
  color: #FF6600;
  }
.gray {
  color: #999999;
  }
.blue {
  color: #0066CC;
  }
.img{
margin:0px;
padding:0px;
}

.priceBig,
.priceBig a {
	font-size:16px;
	font-weight:bold;
	color:#ff0000 !important;
	text-align:center;
}

.box {
	clear:both;
	margin-bottom:20px !important;
}
/* フロート */


.clr {
	clear:both;
}

.clrf {
  min-height: 1px;
}

.clrf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clrf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.notice li {
list-style:inside square !important;
}
