@charset "shift_jis";

body {
	text-align: center;
	background-color:#FFFFFF;

}
* {
	margin:0;
	padding:0;
	font-family:Meiryo,Verdana,"MS UI Gothic",Osaka;
	font-size:12px;
}

em {
	quotes:"“" "”";
	font-style:normal;
}
em:before { content: open-quote }
em:after { content: close-quote }



A:link    { color:#0000FF; text-decoration:none; }
A:visited { color:#0000FF; text-decoration:none; }
A:active  { color:#0000FF; text-decoration:underline; }
A:hover {
	color:#0000FF; 
	position: relative; 
	text-decoration: underline;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 200px;
	margin: 0px;
	text-align: center;
	background-image: url(main_im/top_02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#container {
	position: relative;
	margin: 10px 0;
	width: 700px; /* ボックスの幅を指定 */
}
#containernopage {
	position: relative;
	margin: 10px 0;
	width: 700px; /* ボックスの幅を指定 */
	height:300px;
	margin-top:100px;
}

#yesno {
	position:absolute;
	top:0;
	right:0;
	width:220px;
	text-align: center;
	font-size:12px;
	line-height: 1.2em;
}
#yesno p {
	text-align:left;
}
#yesno a {
	display: block;
	overflow: hidden;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image:url(main_im/yesno.jpg);
}
/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -80px  0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -100px; }
	#nav02 a.stay { background-position: -80px  -100px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -100px; }
	#nav02 a:hover { background-position: -80px  -100px; }


#main {
	margin-right:250px;
}
#main p {
	text-indent:1em;
	text-align:left;
	font-size:12px;
	line-height: 1.3em;
	letter-spacing:2px;
}
#footer {
	text-align:left
	clear: both;
	background-image: url(main_im/copyright.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size:12px;
	line-height: 1.2em;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}
#footer ul {
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
#footer li {
	display:inline;
	line-height:1.4;
	white-space:nowrap;
}
#footer a {
	padding:0.4em;
}
#whatnew {
	width: 440px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	margin-top:20px;
	letter-spacing: 0.1px;
}
#whatnew h2 {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dashed #FF0000;
}
#whatnew ol {
	list-style-type:circle;
	list-style-position:inside;
	line-height: 1.6em;
	padding-bottom:10px;
	padding-left:5px;
	margin:0px;
	border-bottom:1px dashed #FF0000;
}

.c2 {
	font-weight:normal;
	padding:0px;
	border-collapse: separate;
	empty-cells: show;
	margin-bottom:20px;
}
.c2 caption{
	color:#D60000;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
/*=== header ===*/



h1 {
  color:#333333;
  font-size: 10px;
  font-weight: normal;
  padding: 0;
  margin: 1px;
  position: relative;
  left: 0px;
  z-index: 2;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 5px;
  position: relative;
  left: 0px;
  z-index: 2;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 5px;
  position: relative;
  left: 0px;
  z-index: 2;
}