@charset "UTF-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	outline:none;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}


body {
	background: url(../img/bg.jpg) repeat-x;
	font-size:12px;
	color:#666;
}

a:link{
	color:#339999;
}

a:visited{
	color:#339999;
}


a:hover{
	color:#FF3300;
	text-decoration:underline;
}

a:active{
	color:#FF3300
}


.h1
{
	font-size:18px;
	font-weight:bold;
}

.h2
{
	font-size:16px;
	font-weight:bold;
}

.h3
{
	font-size:14px;
	font-weight:bold;
}

.h4
{
	font-size:10px;
}



#container
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:850px;
	
}


#header
{
	display: block;
	width: 850px;
	height:215px;
}


h1
{
	width:850px;
	height:280px;
	background-image:url(../img/big_image01.jpg);
	background-color:gray;
	text-indent: -9999px;
}

h2.news_title
{
	clear: both;
	float: left;
	display: block;
	width: 309px;
	height: 98px;
	text-indent: -9999px;
	background-image:url(../img/tit_news.jpg);
	background-repeat:no-repeat;
}

img.news_line
{
	float: right;
	display: block;
	margin-top: 77px;
	width: 488px;
	height: 1px;
}

#news_txt
{
	/*clear: both;*/
	line-height:2;
}

#news_txt ul
{
	float: right;
	display: block;
	width: 488px;
}

#news_txt ul li
{
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #CCCCCC;
	list-style: none;
}

#right a
{
	color:#6666CC;
	line-height:2;
	text-decoration: none;
}


/* 左側コンテンツ */

#left_image
{
	float:left;
	width:200px;
	
}

#right_text
{
	float: left;
	text-align: left;
	width:290px;
}


#left
{
	display:block;
	margin:0px;
	margin-left: 151px;
	padding:0px;
 	float: left;
	width: 157px;
	background-repeat:no-repeat;
	text-align:right;
}

#left ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	
}

#left li
{
	margin:0px;
	padding:0px;
	border-bottom:1px dotted #CCCCCC;
}

#left a
{
	color:#6666CC;
	line-height:2;
	text-decoration: none;
}

/* 下部 */
#footer
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	width: 850px;
}

#footer p
{
	display: block;
	width: 850px;
	height: 50px;
	text-indent: -9999px;
	background: url(../img/bottom.jpg) no-repeat;
}

/* せん */
.sen
{
	border-style: solid;
	border-width: 16px;
}

