@charset "utf-8";
/* ------------ all ------------ */
*{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

p {
	font-size: 12px;
	line-height: 1.7;
	color:#FFF;
}
a:link {
	color:#FFF;
	text-decoration: underline;
}
a:visited {
	color:#FFF;
	text-decoration: underline;
}
a:hover {
	color:#FFF;
	text-decoration: none;
}
h1 {
	font-size:11px;
	color:#FFF;
	font-weight:normal;
}
#all {
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	width:100%;
}
#contents {
	width:1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 80px;
}
#left {
	width:232px;
	padding-left:35px;
	float:left;
}
#right {
	width:697px;
	padding-right:30px;
	float:right;
}


/* ------------ h1 ------------ */
#h1_bg {
	background-image:url(../images/h1_bg.jpg);
	background-repeat:no-repeat;
	width:965px;
	height:17px;
	padding-left:35px;
	padding-top:7px;
}

/* ------------ left ------------ */
#navi_bg {
	background-image:url(../images/left_bg.jpg);
	background-repeat:repeat-y;
	width:226px;
	margin-top:5px;
	padding-top:10px;
	padding-bottom:18px;
	padding-left:6px;
}
#news {
	background-image:url(../images/news_bg.jpg);
	background-repeat:no-repeat;
	width:232px;
	height:186px;
	overflow: auto;
}
#news_tbl {
	width:200px;
	margin-top:10px;
	margin-left:10px;
}
.news_td01 {
	width:65px;
	font-size:12px;
	color:#FFF;
	line-height:1.5;
	padding:7px 0;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.news_td02 {
	width:135px;
	font-size:12px;
	color:#FFF;
	line-height:1.5;
	padding:7px 0;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

/* ------------ top ------------ */
#top_media {
	background-image:url(../images/top/bg_media.jpg);
	background-repeat:repeat-y;
	width:673px;
	padding:15px;
}
.top_media_tbl {
	width:673px;
}
.top_td01 {
	width:430px;
	padding-bottom:13px;
}
.top_td02 {
	width:243px;
	padding-bottom:13px;
	font-size:14px;
	color:#FFF;
	line-height:1.7;
}

/* ------------ footer ------------ */
#footer {
	background-color:#000;
	width:100%;
	height:135px;
	text-align:center;
	font-size:12px;
	line-height:4.0;
	color:#FFF;
	padding-top:75px;
}
#footer a:link {
	color:#FFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFF;
	text-decoration: none;
}
#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}

/* ------------ decoration ------------ */
a:hover img.imghover, a:hover img.mag_bottom_3, a:hover img.mag_bottom_5 {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.mag_bottom_3 {
	margin-bottom:3px;
}
.mag_bottom_5 {
	margin-bottom:5px;
}
.mag_bottom_10 {
	margin-bottom:10px;
}
