@charset "Shift_JIS";

/* BODY ページ全体について ----------------------------------------*/
body {
 margin: 0;
 padding: 0px;
 background-position: center;
 background-image: url("image/body-bg.gif");
 background-color: #effadd;
 text-align:center;
 background-repeat: repeat-y;
}

#wrapper {
 width: 697px;
 margin: 0px auto;
 padding: 0px;
 text-align: center;
 padding-top: 0px;
 background-color: #ffffff;
}

/* ヘッダ */
#header {
 margin: 0px;
 padding: 0px;
 text-align:left;
}

#menu {
	 background-image: url("image/menu-bg.gif");
	font-size:90%;
	text-align:center;
	line-height:23px;
	letter-spacing:3px;
}

/* トップページ */
#top-left {
	float:left;
	width:485px;
	font-size:0.9em;
	line-height:1.4em;
  font-style: normal;
 text-align:left;
	}
#top-right {
	float:left;
	width:212px;
}
.clear{
	clear:both;
}
#new{
	margin:10px auto;
	float:left;
	width:485px;
	}
#banner{
	float:left;
	width:212px;
	margin:28px auto;
	text-align:left;
}

#hako-left {
	float:left;
	width:514px;
	font-size:0.9em;
	line-height:1.4em;
	margin-left:5px;
	margin-right:5px;
	font-style: normal;
	text-align:left;
	}

#hako-right {
	float:left;
	width:163px;
	padding-top: 5px;
}

/* フッタ */
#footer {
	clear:both;
	width:697px;
	margin:0px auto;
	font-size:80%;
 text-align:center
}


/* その他 */

img { border: 0; }
h1 {
 padding-top: 0px;
 font-size: 0.7em;
  font-style: normal;
  line-height: 0.9em;
  font-weight: bold;
}
h2 { font-size: 1.1em ;
 line-height: 1.3em;
  font-weight: bold;
 padding: 5px;
 text-align:left;
  margin: 5px;}

/*hr { color: #00CCCC; width:95%; ; border-style: dotted }*/
hr {
	color: #CCFF80;
	width:100%;
	border-style: normal;
}


/* link リンクについて ----------------------------------------*/ 
A:link		{color:#000099;}
/*A:visited	{color:#310031;}*/
A:active	{color:#666666;}
A:hover		{color:#cc0033; text-decoration:none; }
A {text-decoration:none;}

/* text 文字列 ----------------------------------------*/

.P{
	font-size:0.9em;
	line-height:1.4em;
  font-style: normal;
 text-align:left;
}

.kakomi {
	text-align:left;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding:4px;
	border: #6BB300;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; list-style-position: outside; list-style-type: square; color: #000000;
}


/* contents中身*/ 
.dl {
	line-height: 140%;
	margin-left: 2em;
}
.dd {
	margin-bottom: 0.5em;
}

