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

/* 基本構造 */
body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0px;
	line-height:1.3;
	letter-spacing:0.03em;
	background-color:#FFFFFF;
}
body br{
	letter-spacing:0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {
	margin:0px;
	padding:0px;
	}

img {
    border-style:none;
}

td {
vertical-align: top;
}


/* 全レイアウト構造 */
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/

#banner_top {
	width:900px;
	height:400px;
	background-image:url(top_img/top_img.jpg);
	background-repeat:no-repeat;
}

#banner {
	width:900px;
	height:100px;
	background-image:url(menu_img/top_img_s.jpg);
	background-repeat:no-repeat;
}

#menu_top {
	width:900px;
	height:60px;
	padding:0px 20px 5px 20px;
	background-image:url(menu_img/backimg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#menu {
	width:900px;
	height:60px;
	padding:0px 20px 5px 20px;
	margin-bottom:30px;
	background-image:url(menu_img/backimg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sub_menu {
	width:180px;
	margin-right:35px;
	float:left;
}

#content {
	width:650px;
	float:right;
	margin-right:35px;
	margin-bottom:20px;
}

#link_box {
	clear:both;
	width:900px;
	text-align:right;
}

#foot_line {
	clear:both;
	height:1px;
	width:auto;
	margin:5px 0px;
	background-color:#999999;
}

#foot {
	clear:both;
	width:900px;
	color:#777777;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-image:url(menu_img/c_kindaicolor.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#foot a{
	color:#777777;
}

/* ページ内装飾 */

.txt_o {
	color:#FF9800
} 

.title {
	margin:15px 0px 5px 0px;
	}

#txt_sp {
	width:585px;
	padding-left:65px;
	margin-bottom:12px;
}

.linkcolor {
	color:#29ABE2;
	font-size:x-small;
}