@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/





/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
    text-align: center;
	background-position:left top;
	background:url(./image/head_repeat.gif) repeat-x;
}

/* 全ページ共通 枠 */
#wrapper{
	width: 751px;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
    text-align: left;
   	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	background:url(image/wrapper.jpg) repeat-y;

}
table {
	border-collapse: collapse;
}

table th,td {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

img {
	border: 0px;
}

/* リンク */
a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;
}

/*タイトルバーバック*/
#title_bg{
	width:570px;
	height:50px;
	background:url(image/title_bg.jpg) no-repeat;
	margin:0px 0px 0px 0px;
}

#title_bg_text{
	color:#FFFFFF;
	text-align:left;
	padding:0px 0px 0px 15px;
	line-height:50px;
	font-weight:bold;
	font-size:18px;
}

/*サブタイトルバーバック*/
#sub_title_bg{
	width:550px;
	height:30px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 15px 0px;
	background:url(image/sub_title_bg.jpg) no-repeat;
}

#sub_title_bg_text{
	color:#FFFFFF;
	text-align:left;
	padding:0px 0px 0px 15px;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
}


/*
==================================================================
HEADER
==================================================================
*/

#header {
	background: url("./image/header.jpg") no-repeat;
	width: 751px;
	height: 144px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;

}

#header_text {
	text-align: left;
	padding-top: 7px;
	color:#FFF;
	font-size:12px;
}
.head_br{
	width:230px;
	margin:70px 0px 0px 0px;
	height:42px;
	float:right;
}

/*
==================================================================
SIDE MENU
==================================================================
*/

#side_menu_box {
	float: left;
	width: 180px;
	height:626px;
	margin: 0px 0px 0px 0px;
	background:url(image/menu_bg.jpg) no-repeat;

}

#side_menu_contents {
	width: 180px;
	margin: 16px 0px 0px 0px;
}

/* サイドメニュー・ボタン */

#side_menu {
	width: 176px;
	font-weight: bold;
	margin: 0px 0px 0px 1px;
	height:35px;
}

#side_menu a:link {
	display: block;
	width: 176px;
	color: #000000;
	padding:0px 0px 0px 15px;
	text-decoration: none;
	height:35px;
}

#side_menu a:active {
	display: block;
	width: 176px;
	color: #000000;
	padding:0px 0px 0px 15px;
	text-decoration: none;
	height:35px;

}

#side_menu a:visited {
	display: block;
	width: 176px;
	color: #000000;
	padding:0px 0px 0px 15px;
	text-decoration: none;
	height:35px;

}

#side_menu a:hover {
	display: block;
	width: 176px;
	color: #0066FF;
	padding:0px 0px 0px 15px;
	text-decoration: none;
	height:35px;

}

/* サイドメニューテキスト位置調整 */

#side_menu_text {
	padding: 9px 0px 0px 5px;
}

/* サイドメニュー・会社概要 */

#side_menu_company {
	line-height: 20px;
	color: #663300;
	margin: 10px 10px 0px 10px;
}


/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	float: left;
	width: 570px;
}

#sub_contents{
	width:550px;
	float:right;
}


/*
==================================================================
BOTTOM_MENU
==================================================================
*/

#bottom_menu_box {
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 67px;
	font-size:12px;
	color:#FFFFFF;
}
#bottom_menu_box2{
	color:#CCCCCC;
	padding-top:6px;
}

/*
==================================================================
FOOTER
==================================================================
*/

/* このページのトップへ */
#counter1{
	padding-right:563px;
}

#page_top {
	text-align: right;
	margin: 20px 15px 0px 0px;
}
#footer_r{
	height:142px;
	background:url(image/footer_repeat.jpg) repeat-x;
}
#footer {
	width: 751px;
	height: 142px;
	background: url("./image/footer.jpg") no-repeat;
    margin-left: auto;
    margin-right: auto;

}
#bottom_menu_box a:link {
	color: #FFF;
	text-decoration:underline;
}
#bottom_menu_box a:active {
	color: #FFF;
	text-decoration: underline;
}
#bottom_menu_box a:visited {
	color: #FFF;
	text-decoration:underline;
}
#bottom_menu_box a:hover {
	color: #FFF;
	text-decoration: none;
}

/* コピーライト */

#copyright {
	font-size: 10px;
	text-align: center;
	color:#ccc;
	line-height: 20px;
}
