@charset "Shift_JIS";

*{
padding:0;
margin:0 auto;
}
/* BODY ページ全体について ----------------------------------------*/
body {
	background-image: url(images/bg.jpg);
padding:0;
margin:0 auto;
}
#naiyou {
	padding: 25px;
	text-align: left;
}

img { border: 0; }
h1 {
 padding: 0px;
 font-size: 0.7em;
  font-style: normal;
  font-weight: bold;
  margin:0px;
}
h2{
	padding-top:5px;
	font-size:1.1em;
	background-image: url(images/list_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
h3{
	font-size:1.0em;
}

/* ページ詳細 ----------------------------------------*/
#wrapper {
 width: 820px;
padding:0;
margin:0 auto;
font-size: 0.9em;
line-height: 1.6em;

}
#contents{
	width: 820px;
	background-image: url(images/contents.jpg);
	background-repeat: repeat-y;
}

#contents #left{
	padding: 0;
	float:left;
	margin: 20px;
	width: 535px;
	text-align: left;

}
#contents #rightc{
	float:right;
	width:241px;
}
#contents #right{
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	text-align: center;
}
#right2{
	float:right;
	width:231px;
}
#right2c{
	background-image: url(images/right_2bg.jpg);
	background-repeat: repeat-y;
	padding: 5px 20px 5px 20px;
	text-align: left;
	line-height: 2em;
}

li{
	list-style-position: outside;
	list-style-image: url(images/list-green.gif);
	padding-bottom: 3px;
}
.ex{
	border: 2px solid #CC3333;
	text-align: left;
	padding: 10px;
}
#menu{
	border: none;
	padding: 0;
	margin: 0;
}
.clear{
	clear:both;
	padding: 0;
}
#footer {
	color: #FFFFFF;
	background-color: #508418;
	width: 800px;
}
#hyou table{
	border: 1px solid #CCCCCC;
}
#hyou table td{
	border: 1px solid #CCCCCC;
	padding:3px;
}
