@charset "UTF-8";
/* CSS Document */

	html{
	}

	body{
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.4em;
	}
/* a */
	a:link {
	color: #3366ff;
	background: transparent;
	text-decoration: none;
	}
	a:visited {
	color: #800080;
	background: transparent;
	text-decoration: none;
	}
	a:hover, a:active {
	color: #ff9933;
	background: transparent;
	position:relative;
	top: 1px;
	left: 1px;
	text-decoration: none;
	}

/* h */
	h1{
	font-size: 10px;
	padding: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	h2{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 0.5em;
	margin-bottom: 3px;
	line-height: 1.4em;
	}
	h3{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 0.5em;
	}
	h4{
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	}
/* h */
	#disc{
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	#Wrapper{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#Header{
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	visibility: visible;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	#navi{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	color: #FFFFFF;
	}
	#contents{
	}
/* Left */
	#left{
	float: left;
	width: 700px;
	margin-left: 10px;
	}
	#left_ently{
	padding-right: 10px;
	margin-bottom: 20px;
	}
	#left_ently p{
	font-size: 12px;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	.ently_date{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	}
	.img_L{
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	.cline{
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	}
	
/* h */
	#right{
	float: left;
	margin-left: 0px;
	width: 220px;
	margin-right: 0px;
	background-color: #EEEEDD;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	#right ul{
	margin: 0px;
	padding: 0px;
	}
	#right li{
	list-style-type: none;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
	#right_block{
	background-color: #FEFDFD;
	margin-bottom: 10px;
	}
	#right_block p{
	font-size: 11px;
	margin: 0px;
	line-height: 1.4em;
	}
	.bana{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	.bana ul{
	padding: 0px;
	}
	.bana li{
	padding: 0px;
	margin: 0px;
	}
/* h */
	#fotter{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	}
	address{
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	}
/* IE6 css fixer v0.4: Thu, 01 Oct 2009 16:17:27 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#Header li,
#left,
.img_L,
#right {display:inline;}

/* fix negative margins */
#Header ul {position:relative; zoom:1;}

/* add zoom:1 to pos:relative elements */
a:hover,a:active {zoom:1;}
