@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
    background: #000000 repeat;
    text-align: center;
    line-height:17px;
}

/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 760px;
    margin-left: auto;
    margin-right: auto;
	background: url("./image/wrapper.jpg") repeat-x;
    font-size: 12px;
    color: #999999;
}

table th,td {
  font-size: 12px;
}

img {
	border: 0px;
}

/* リンク */
a:link {
	text-decoration: none;
	color: #ccccccc;
}
a:visited {
	text-decoration: none;
	color: #9999999;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}

h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;
}

/*
==================================================================
HEADER
==================================================================
*/

#header {
	height: 80px;
	color: #CCCCCC;
	text-align: left;
	margin: 0px 30px 0px 30px;
}

#header_left {
	padding: 0px 0px 0px 0px;
	float:left;
	text-align:left;
}

#header_right {
	width:370px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:right;
	float:right;
}

#name1 {
	font-family: "Arial Black", "sans-serif";
	text-align: left;
	font-size:25px;
	padding: 20px 0px 0px 0px;
}

#name2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	text-align: left;
	font-size:20px;
	padding: 5px 0px 0px 0px;
}

#head_text {
	font-size:11px;
	text-align: right;
}

#head_text2 {
	font-size:13px;
	text-align: righ;
}

#head_tel {
	margin-top:5px;
	font-family: "Arial Black", "sans-serif";
	font-size:22px;
	text-align: right;
}



/*
==================================================================
MENU
==================================================================
*/

#menu_table {
	border-collapse: separate;
	border-spacing: 0px 10px 0px 10px;
	width:700px;
	margin: 0px 25px 10px 25px;
	clear:both;
}

.menu_td {
	border:1px solid #666666;
	background: #333333;
	text-align:center;
	height:30px;
}

a.menu_lnk {
	display: block;
	color:#cccccc;
	line-height:30px;
	font-size:15px;
}
a.menu_lnk:active {
	background: #000000;
  	color: #333333;
}
a.menu_lnk:visited {
	color:#cccccc;
}
a.menu_lnk:hover {
	background: #cccccc;
  	color: #333333;
}



#menu_bottom_table {
	border-collapse: separate;
	border-spacing: 0px 10px 0px 10px;
	margin: 10px 25px 0px 25px;
}

.menu_bottom_td {
	text-align:center;
	color:#999999;
	vertical-align:middle;
}

.menu_bottom_banner {
	width:200px;
	text-align:right;
	color:#999999;
}

a.menu_bottom_lnk {
	display: block;
	color:#999999;
	font-size:12px;
	border-bottom:1px solid;
}
a.menu_bottom_lnk:active {
	background: #000000;
  	color: #333333;
	border-bottom:1px solid;
}
a.menu_bottom_lnk:visited {
	color:#999999;
	border-bottom:1px solid;
}
a.menu_bottom_lnk:hover {
	background: #cccccc;
  	color: #333333;
	border-bottom:1px solid;
}

/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	width: 700px;
	text-align: left;
	margin: 0px 25px 0px 25px;
}

.contents_title {
	font-size:14px;
	color:#ffffff;
	border-left:5px solid;
	border-top:1px solid;
	border-bottom:1px solid;
	border-right:5px solid;
	font-weight:bold;
	line-height:30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	background: url("./image/oblique-linepx.gif") #666666 ;
}

.article_title {
	background: #333333;
	border-left:5px solid;
	color:#cccccc;
	line-height:30px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px 0px;
}

.contents_table1 {
	color:#999999;
	width:480px;
	float:left;
}

.contents_table3 {
	color:#999999;
	width:700px;
	float:left;
}

.contents_td_line {
	border-bottom: 1px dashed #999999;
}

.contents_td1 {
	vertical-align:top;
	padding: 10px 10px 10px 0px;
	width:100px;
}

.contents_td2 {
	vertical-align:top;
	padding: 10px 10px 10px 0px;
	line-height: 17px;
}

.contents_image {
	margin: 10px 0px 0px 0px;
	float:right;
}

.contents_text {
	line-height: 20px;
}

.results_box {
	width:100px;
	height:120px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
}


.left_box{
	width: 500px;
	float: left;
	padding: 0px 0px 0px 0px;
}

.right_box{
	width: 190px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	line-height: 16px;
}


.contents_table2 {
	table_layout: fixed;
	margin: 0px 0px 0px 0px;
	color:#999999;
	width:490px;
	float:left;
}


.contents_td3 {
	background: #333333;
	padding: 2px;
	width: 20px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.contents_td4 {
	background: #666666;
	color: #000000;
	padding: 7px 5px 7px 5px;
	width: 120px;
	border-bottom: 1px solid #000000;
}

.contents_td5 {
	background: #999999;
	padding: 5px;
	font-size: 10px;
	color: #333333;
	border-bottom: 1px solid #000000;
}

.contents_td6 {
	vertical-align:top;
	padding: 10px 10px 10px 0px;
	line-height: 17px;
	color: #cccccc;
	font-size: 16px;
}


.tel{
	font-family: "Arial Black", "sans-serif";
	font-size:25px;
	margin: 5px 0px 10px 0px;
}


.staff {
	text-align:center;
}

.staff_box {
	width:150px;
	text-align:center;
	margin: 0px 10px 10px 10px;
	border:1px solid #666666;
	float:left;
}

.staff_image {
	margin: 10px 0px 0px 0px;
}

.staff_name {
	font-size:14px;
	margin: 3px 0px 5px 0px;
	text-align:center;
}

.staff_text1 {
	font-size:12px;
	margin: 3px 0px 0px 0px;
	text-align:center;
}

.link_text1 {
	font-size:12px;
	line-height:20px;
	width:300px;
	float:left;
}

.link_address {
	font-size:12px;
	line-height:20px;
	float:left;
	color:#999999;
}

#link {
	color:#cccccc;
	border-bottom:1px solid;
}

.banner1 {
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.banner2 {
	margin: 5px 10px 0px 0px;
	padding:0px;
}

.banner3 {
	margin: 5px 0px 0px 0px;
	padding:0px;
}

/*
==================================================================
川中作成　スタイルシート
==================================================================
*/

.slide_table {
	width: 700px;
	margin: 0px 0px 10px 0px;
}

/* サムネイル画像 */
.slide_img_td {
	background-color: #999999;
	width: 100px;
	font-size: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/* 文章 */
.slide_text_td {
	background-color: #666666;
	width: 500px;
	line-height: 18px;
	color: #CCCCCC;
	padding: 5px 10px 5px 10px;
}

/* 機種名 */
.slide_title_text {
	font-size: 15px;
	line-hegiht: 19px;
	font-weight: bold;
	color: #FFFFFF;
}

/* サブタイトル */
.slide_sub_title {
	font-size: 12px;
	font-weight: bold;
	line-hegiht: 19px;
	color: #CCCCCC;
}

/* お問い合わせボタン */
.slide_contact_td {
	background-color: #666666;
	width: 100px;
	font-size: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/* 最下部文章(上) */
.slide_bottom_text {
	color: #FFFFFF;
	line-height: 18px;
	padding: 10px 0px 0px 0px;
}

/* 連絡先 */
.slide_contact_table {
	width: 700px;
}

.slide_contact_td1 {
	width: 37px;
	font-size: 0px;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

.slide_contact_td2 {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
}

/* 最下部文章(下) */
.slide_last_text {
	color: #FFFFFF;
	line-height: 18px;
}

/*
==================================================================
07-12-10-kawanaka-追加(used.php)
==================================================================
*/

/* サムネイル画像(1) */
.add_slide_img_td1 {
	background-color: #999999;
	width: 100px;
	font-size: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

/* サムネイル画像(2) */
.add_slide_img_td2 {
	background-color: #999999;
	width: 100px;
	font-size: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}


/* 文章 */
.add_slide_text_td {
	background-color: #666666;
	width: 400px;
	line-height: 18px;
	color: #CCCCCC;
	padding: 5px 10px 5px 10px;
}

/* お問い合わせボタン */
.add_slide_contact_td {
	background-color: #666666;
	width: 100px;
	font-size: 0px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}


/*
==================================================================
FOOTER
==================================================================
*/

.footer_box {
	clear:both;
}

.footer_address {
	width: 700px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	color: #999999;
	border-top: 1px dashed;
}

#footer {
	background: #333333;
	width: 700px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	color: #999999;
}


.copyright {
	font-size: 10px;
	line-height: 20px;
}


