/*formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin-top: 20px;
	background-image: url(../img/bk_02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 75%;
	line-height: 1.5;
}

/*link styles 
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* basic layout
-------------------------------*/
#container {
	text-align: left;
	width: 700px;
	margin: 0px auto;
}
#contents {
	background-image: url(../img/bk_00.gif);
	background-repeat: repeat;
}
#header {
	margin: 10px 15px 5px;
}
#main {
	margin: 15px;
	height: 160px;
	padding-top: 15px;
}


#news {
	margin: 50px 50px 30px;
	background-image: url(../img/bk_00.gif);
	padding: 30px;
	border: 1px dotted #B3594D;

}

#footer {
	padding:0px 15px;
	clear: both;
	color: #B3594D;
	border-top: 1px solid #B3594D;
	margin-right: 15px;
	margin-left: 15px;
}

/* header styles
-------------------------------*/
h1 {
	font-size: 90%;
	text-align: center;
	color: #B3594D;
	font-weight: bold;
}
h2 {
	line-height: 30px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	display: block;
}
h2 a {
	text-decoration: none;
	color: #B3594D;
	background-image: url(../img/mark01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
}
h2 a:hover {
	text-decoration: underline;
	color: #999999;
}


h3 {
	color: #B3594D;
	margin: 0px 0px 5px;
	font-size: 120%;
	border-left: 4px solid #B3594D;
	padding-left: 8px;
}
#main img {
	float: left;
	margin-right: 25px;
}
#main p {
	font-size: 12px;
	color: #666666;
}


/* menu styles
-------------------------------*/



/* news styles
-------------------------------*/

#news dt {
	clear: left;
	float: left;
	width: 8em;
	margin-bottom: 10px;
	padding-left: 15px;
}
#news dd {
	margin: 0px 0px 10px 9em;
}

#news dd a {
	color: #333333;
}
#news dd a:hover {
	text-decoration: none;
	color: #666666;
}

#news p {
	padding-left: 20px;
}

.text_red {
	color: #FF0000;
}


/* footer styles
-------------------------------*/

#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer ul li a {
	color: #B3594D;
}
#footer ul li a:hover {
	text-decoration: none;
}

