@charset "shift_jis";

*{
	margin: 0;padding :0;

		font-size:12px;

}



img{border: 0; vertical-align: bottom;}
ul{list-style-type: none;}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{display: inline-block;}/*IE7,MacIE5*/
/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */

/* ------------------ */
html{
	overflow-y: scroll;    /*ここでスクロールバーを常に表示*/
}

body{
	text-align: center;
	/*height:100%;
	font-size: 62.5%;*/

}

#box{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
	min-height: 100%;
}
#header{
	padding: 5px;
}

#footer{
	/*clear: both;*/
	background-color: #efe;	/*フッタ背景色*/
	bottom:0px;
	height:30px;
	width: 780px;
}

#main{	/*#mainは#leftmenuと#contentsを囲む*/
	/*clear: both;*/
	min-height: 1px;
	/*padding-right: 10px;*/
	padding-bottom:30px;
}

#leftmenu{
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 10px;
}

#contents{
	float: right;
	width: 550px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	background-color: #ffffff;
}
/* ------------------ */
p{
	line-height: 150%;
	margin-bottom: 2em;
	line-height: 1.5;
}





ul,li{

	margin: 0;

	padding :0;

}


ul.leftmenu{

	list-style: none;



}

ul.leftmenu li{

	background: url(./image/sankaku1.gif) no-repeat 0 50%;

	padding-left: 15px;

	margin-bottom: 3px;

}


ul.leftmenu li.on{

	background: url(./image/sankaku2.gif) no-repeat 0 50%;

	padding-left: 15px;

	margin-bottom: 3px;
	font-weight:bold;

}





ul.leftmenu li.none{
	background-image: none;
	padding-left: 25px;
	margin-bottom: 1px;
}

ul.leftmenu li.noneB{
	background-image: none;
	padding-left: 25px;
	margin-bottom: 1px;
	font-weight:bold;
}

ul.leftmenu li a{

	font-size: 12px;

	text-decoration: none;

	color: #0000ff;

	/*vartical-align: top;*/

	/*line-height: 100%;*/

}

ul.leftmenu li a:hover{

	text-decoration: underline;

}

/* ------------------ */

a.sankaku{

	background: url(./image/sankaku1.gif) no-repeat 0 40%;

	padding-left: 10px;

	margin-left: 2px;

	margin-right: 2px;

	text-decoration: none;

	color: #86361A;
	
	font-weight:bold;
	font-size: 12px;

}

a.sankaku:hover{

	text-decoration: underline;

}


td{
	padding:2px;margin:2px;
}
