body {
	margin-left: 0px;
	margin-top: 0px;
	text-align:center;
}
img{
	border-style:none; 
}
.clear {
  clear: both;
}

/* 基本レイアウト*/
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-color: #CCCCCC;
}

#header{
	background-color: #F5F6C6;
	border: 3px solid #00A241;
}

#header .right{
	font-size: 0.8em;
}
#header .right .add{
	color: #83c5bb;
}

#header .right .link{
	margin-top: 5px;
}

#con{
	width: 998px;
	background-image: url(img/con_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	clear: both;
}
#con_m{
	background-image: url(img/con_bg_m.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 0.85em;
}
/*パンくず設定*/
.ptbl{
	padding-bottom: 20px;
}
.pankuzu {
	float:left;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 20px;
	width: 900px;
	font-size: 0.85em;
	line-height: 130%;
	margin-bottom: 20px;
}  
.pankuzu li {  
	float:left;  
	line-height:110%;  
	list-style-type:none;  
}
.pankuzu li a {
	margin-right:5px;
	padding-right:10px;
	background:url(../img/topicpath.gif) no-repeat right center;
	color: #3A5BB1;
}
.footer{
	text-align: center;
	background-color: #F4F6C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration:none;
	line-height: 250%;
	margin-top: 15px;
}

/* 幅設定 */
.wid600{
	width: 600px;
	margin-left: 200px;
	clear: both;
}
.wid640{
	width: 640px;
	margin-left: 180px;
	clear: both;
}
.wid700{
	width: 700px;
	margin-left: 150px;
	clear: both;
}
.wid750{
	width: 750px;
	margin-left: 125px;
	clear: both;
}
.wid800{
	width: 800px;
	margin-left: 100px;
	clear: both;
}

.wid900{
	width: 900px;
	margin-left: 50px;
	clear: both;
}
.wid950{
	width: 950px;
	margin-left: 25px;
	clear: both;
}

/* テキスト */
.j10 {font-size: 0.75em;}
.j11 {font-size: 0.8em;}
.j12 {font-size: 0.85em; line-height: 130%;}
.j14 {font-size: 1em; line-height: 130%;}
.j16 {font-size: 1.2em; line-height: 130%;}

/* メニュー */
.menulist{
}
.menulist li {
	font-size: 1em;
	font-weight: bold;
	background-image: url(../image/icon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin: 0px;
	padding-bottom: 20px;
}

