body {
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header{
	width:800px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
}
#menu{
	width:100%;
	min-width:810px;
	background-color:#000;
}
#footer{
	width:100%;
	min-width:810px;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	margin:0;
	clear:both;
	font-size:90%;
	background-color:#000;
	color:#ccc;
	margin:0;
}
#body{
	width:800px;
	margin:0 auto;
}

/****************************** menu */

#menu table{
	width:800px;
	margin:0 auto;
	padding:0;
	font-size:10pt;
	letter-spacing:0px;
	border-collapse:separate;
	border:0;
	border-spacing:0;
}
#menu td{
	white-space:nowrap;	
	text-align:center;
	padding:0;
}
#menu a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:5px;
}
#menu a:hover,#menu a.hover{
	background-color:#fff;
	color:#000;
}

/****************************** body */
#topicpath {
	font-size:80%;
	margin:0 10px;
	padding:10px 10px 5px 10px;
	letter-spacing:0;
}
#topicpath a{
	background-image:url(../img/layout/arrow1.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 10px 0 10px;
	color:#000;
}
h1{
	background-image:url(../img/layout/h1-top.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding-top:20px;
	color:#fff;
	font-size:150%;
	line-height:100%;
}
h1 span{
	background-image:url(../img/layout/h1-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:block;
	padding:0 40px 20px 40px;
}
h2{
	background-image:url(../img/layout/h2-top.jpg);
	background-repeat:no-repeat;
	margin:10px 10px 10px 0;
	padding-top:15px;
	color:#fff;
}
h2 span{
	background-image:url(../img/layout/h2-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:block;
	padding:0 30px 15px 30px;
	line-height:100%;
}
h3{
	background-image:url(../img/layout/h3-top.jpg);
	background-repeat:no-repeat;
	margin:10px 10px 10px 0;
	padding-top:10px;
	color:#000;
}
h3 span{
	background-image:url(../img/layout/h3-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:block;
	padding:0 30px 10px 30px;
	line-height:100%;
}
h4{
	background-image:url(../img/layout/h4-top.jpg);
	background-repeat:no-repeat;
	margin:10px 10px 10px 0;
	padding-top:5px;
	color:#000;
}
h4 span{
	background-image:url(../img/layout/h4-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	display:block;
	padding:0 30px 5px 30px;
	line-height:100%;
}
#contents{
	width:590px;
	float:right;
}
#left{
	width:200px;
	float:left;
}
#left ul{
	list-style-type:none;
	background-image:url(../img/layout/lmenu-top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px 0 0 0;
	margin:10px 0;
	line-height:100%;
	font-size:90%;
}
#left li{
	background-image:url(../img/layout/lmenu-body.jpg);
	background-repeat:repeat-y;
}
#left .bottom{
	background-image:url(../img/layout/lmenu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:10px;
}
#left a{
	padding:5px 20px;
	color:#fff;
	text-decoration:none;
	display:block;
}
#left a:hover,#left a.hover{
	background-color:#fff;	
	color:#666;
}
#left ul li.title{
	background-image:none;
	background-color:#fff;
	font-weight:bold;
	color:#000;
	padding:5px 20px;
}
#left ul li.title2{
	background-image:none;
	background-color:#ccc;
	font-weight:bold;
	color:#000;
	padding:5px 20px;
}
#contents p{
	margin:10px 20px 10px 10px;
	letter-spacing:1px;
	line-height:150%;
}
#contents ul{
	list-style-type:none;
	list-style-image:url(../img/layout/ul.gif);
}
#contents li{
	padding-top:3px;
	padding-bottom:3px;
}
#contents ul.footer{
	list-style-image:none;
	background-image:url(../img/layout/cfooter-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	font-size:90%;
}
#contents ul.footer li{
	margin:0 0 0 -40px;
	padding:5px 20px 5px 30px;
	background-image:url(../img/layout/cfooter-body.jpg);
	background-repeat:repeat-y;
}
#contents ul.footer li.bottom{
	background-image:url(../img/layout/cfooter-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:5px 20px 20px 40px;
	margin-left:-50px;
}
#contents ul.footer a{
	font-weight:bold;	
}

.tb-material{
	margin:auto;
	border-collapse:collapse;
	border:1px solid #ccc;
	border-spacing:0;
	font-size:90%;
}
.tb-material td{
	padding:5px;
	text-align:center;
	border:1px solid #ccc;
}
.tb-normal{
	margin:auto;
	border-collapse:collapse;
	border:1px solid #ccc;
	border-spacing:0;
	font-size:90%;
}
.tb-normal td{
	padding:5px;
	border:1px solid #666;
}
.tb-normal td.title{
	text-align:center;
	background-color:#eee;
	font-weight:bold;
}
.tb-trans{
	margin:auto;	
}
/****************************** footer */
#footer p{
	font-size:90%;
	margin:0;
}
#footer a{
	color:#fff;
}

.hide{
	display:none;	
}
/****************************** general */
a:hover{
	text-decoration:none;
	color:#C00;
}
.bg-bk{
	background-color:#000;	
}
img {
	border:none;	
}
.code{
	background-color:#000;
	color:#fff;
	padding:10px 20px;
	line-height:120%;
}
.gray{
	color:#aaa;
}
.c{
	text-align:center;
}
.r{
	text-align:right;
}

.open{
	background-image:url(../img/layout/open-window.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:20px;
	margin-right:5px;
	min-height:15px;
}
.link{
	background-image:url(../img/layout/link-arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:15px;
}
.caption{
	background-image:url(../img/layout/arrow3.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
}