html {
	margin:0;
	padding:0;
	font-weight: normal;
	}
	body {
	padding:0;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	h1{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	}	
	h2{
	line-height: 160%;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	background-color: #004090;
	font-size: 13px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 1em;
	}
	h3 {
	padding-top:0.5em;
	font-size: 16px;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	margin-bottom: 5px;
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	hr{
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	}
/* リンク */
	a{/*リンクされた文字*/
	color:0000ff;
	font-style:normal;
	text-decoration:none;
	}
	a:link {/*未訪問のリンク*/
	color:#0000FF;
	font-style:normal;
	text-decoration:none;
	}
	a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
	}
	a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
	}
	a:active {/*クリック中*/
    text-decoration:none;
	}
	a:hover img{
	opacity:0.2;
	filter: alpha(opacity=20);
	}
/* -- layout -- */
	#wrap {
	width:925px;
	margin-right: auto;
	margin-left: auto;
	}
	#container {
	background-color: #000000;
	}
	#content {
	background-image: url(../images/background_leftside.png);
	background-repeat: repeat-y;
	}
	p{
	padding: 0px;
	margin: 0px;
	}
	#content ul{
	margin: 0px;
	padding: 0px;
	}
	#content li{
	list-style-type: none;
	margin-bottom: 5px;
	}
	table {
	width: 497px;
	border-collapse:collapse;
	margin-bottom: 0.5em;
}
	table.full { width: 100%; }
	table.fixed { table-layout:fixed }

	th,td {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
	thead th { background: #444; color: #fff }
	tbody th {
	color: #333;
	background-color: #E8E8E8;
}
	tbody th.sub { background: #ddd; color: #333 }
  
/*--------------------------------------
	dl.data
---------------------------------------*/

	dl {
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
	}
	dt {
	margin: 0;
	padding: 0.3em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
	color: #333;
	}	
	dd {
	margin: 0 0 0 8em;
	padding: 0.3em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color: #fff;
	}
/* -- design -- */
	#content .column {
	height:6000px;
	margin-left: 220px;
	width: 500px;
	}
	#head {
	height:100px;
	overflow:hidden;
	z-index: 0;
	margin-left: 210px;
	display: block;
	background-color: #FFFFFF;
	text-align: right;
	background-image: url(../images/background_head.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
	#head p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/*GlobalNavi*/
/*GlobalNavi*/
	#content .textColumn {
	display:block;
	font-size:12px;
	line-height:150%;
	font-weight: normal;
	padding: 0px;
	width: 500px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	}
	#content .textColumn p{
	padding-bottom: 20px;
	padding-top: 0px;
	line-height: 160%;
	}
/* -- contents include 2columm -- */
	#contentsBox{
	padding-top: 10px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
	}
	#contentsBox .Limg{
	float: left;
	margin-left: 10px;
	}
	#contentsBox .text{
	margin-left: 170px;
	}
	#contentsBox2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 10px;
	}
	#contentsBox2 .Limg{
	float: left;
	margin-left: 10px;
	}
	#contentsBox2 .text{
	margin-left: 170px;
	}
/* -- fotter -- */
	#footer {
	clear: both;
	background-color: #FFFFFF;
	padding: 10px;
	height: 50px;
	font-size: 11px;
	color: #666666;
	margin-top: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
	}
/* -- flowting -- */	
	#sidebar {
	float:left;
	width:200px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}
	#sidebar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#sidebar li{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	}
	#sidebar2 {
	float:left;
	margin-left:730px;
	width:200px;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #999999;
	}
	#sidebar2 ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	#sidebar2 li{
	margin: 0px;
	padding: 0px;
	}
	#movable-left {
	width:200px;
	padding:0px;
	filter:alpha(opacity=100);
	opacity:1.0;
	margin: 0px;
	}
	#movable-right {
	width:195px;
	padding:0px;
	filter:alpha(opacity=100);
	opacity:1;
	}

