@charset "UTF-8";
/* CSS Document */
/*--------------------全体--------------------*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(image/base/bg_SX030.jpg);
}
.cover {
	background: #FFFFFF url(image/base/bg_side.jpg) repeat;
	text-align: left;
	margin: 0px auto;
	width: 830px;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
/*--------------------ヘッダー--------------------*/
div.header {
	width: 830px;
	height: 30px;
	background: url(image/base/header.jpg);
	margin-right: 10px;
	margin-left: 10px;
}
div.header_home {
	width: 240px;
	height: 30px;
	float: left;
}
div.header_title {
	width: 660px;
	height: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	background: url(company/images/base/top_image_base.jpg);
}

/*--------------------サイドメニュー--------------------*/
.sidemenu {
	width: 180px;
	float: left;
}
.sidemenu_txt {
	font-size: 12px;
	width: 140px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.sidemenu_but_top {
	height: 10px;
	width: 160px;
	text-align: center;
	padding: 5px 10px;
}
.sidemenu_banner {
	width: 160px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.sidemenu_but {
	width: 150px;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 4px;
	font-size: 13px;
	line-height: 2.5em;
}
/*--------------------コンテンツ--------------------*/
.contents {
	width: 650px;
	float: left;
}
.contents_top {
	width: 650px;
	background: url(image/top/top_contents_bg.jpg) no-repeat;
}
.main_image {
	width: 830px;
}
.contents_title {
	width: 560px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px 30px 15px 40px;
	padding: 8px 0px 0px 10px;
	height: 28px;
	background: url(image/base/title00.jpg) no-repeat;
}
.contents_news_title {
	width: 560px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 20px 40px 0px;
	padding: 6px 0px 0px 10px;
	height: 25px;
	background: url(image/base/title_whatsnew.gif) no-repeat;
}
.contents_news {
	width: 570px;
	margin: 2px 40px 10px;
	height: 140px;
	font: normal 12px/1.6em "ＭＳ ゴシック", "Osaka－等幅";
	overflow: auto;
}
.contents_text {
	width: 570px;
	padding: 0px 30px 0px 40px;
	margin-bottom: 20px;
	font: 12px/1.6em "ＭＳ ゴシック", "Osaka－等幅";
}
.contents_title2 {
	width: 587px;
	padding: 0px 0px 0px 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	color: #0033CC;
	margin-top: 20px;
	background: #E9EFFF;
}
.contents_text2 {
	width: 590px;
	padding: 0px;
}

/*--------------------その他コンテンツ--------------------*/
.contents_base {
	width: 580px;
	float: right;
	padding: 20px;
	background: #FFFFFF;
	font-size: 12px;
	line-height: 2.0em;
	color: #333333;
}


/*--------------------テキスト--------------------*/
.text_red {
	color: #CC0000;
	font-weight: bold;
}
.text_brown {
	color: #BB7000;
}
.text10 {
	font-size: 10px;
	line-height: 1.6em;
}
.text_green {
	color: #669900;
	font-weight: bold;
}
.text14_green {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.8em;
}
.text16_green {
	color: #009900;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
}
td {
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	font-weight: normal;
}
.page_next {
	height: 20px;
	width: 740px;
}
/*--------------------リンク--------------------*/
a:link {
	color: #006666;
	font-weight: normal;
}
a:visited {
	color: #006666;
	font-weight: normal;
}
a:hover {
	color: #006666;
	font-weight: normal;
}
a:active {
	color: #006666;
	font-weight: normal;
}
.link_color01 a:link {
	color: #FFFFFF;
}
.link_color01 a:visited {
	color: #FFFFFF;
}
.link_color01 a:hover {
	color: #FFFFFF;
}
.link_color01 a:active {
	color: #FFFFFF;
}

/*--------------------ページ移動--------------------*/
div.link {
	width: 850px;
	height: 20px;
	background: #CCCCCC;
	text-align: center;
	font-size: 12px;
	color: #CC6600;
	padding-top: 5px;
	clear: both;
}
/*--------------------フッター--------------------*/
div.footer {
	width: 830px;
	height: 40px;
	background: #7B503A;
	clear: both;
}
div.foot_logo {
	height: 40px;
	width: 200px;
	float: left;
}
div.foot_copy {
	height: 30px;
	width: 530px;
	float: left;
	font-size: 12px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
}
/*--------------------その他--------------------*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.clear {
	height: 10px;
	width: 780px;
	clear: both;
}
div.spacer {
	height: 10px;
	width: 620px;
	float: left;
}
div.page_up {
	height: 40px;
	width: 140px;
	text-align: right;
	padding: 10px 40px 10px 470px;
}
