body {
	background-color: #FFF;
	background-image: url(../img/saimg/bodybg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	color: #000;
	margin: 0;
}
body a {
	color: #0044CC;
	text-decoration: underline;
}
body a:hover,
body a:active {
	color: #0099FF;
}

/*
**************************************************
テキスト
**************************************************
*/
p {
	font-size: 12px;
	color: #000;
	line-height: 115%;
	padding-top: 7px;
	padding-bottom: 20px;
}
.key {
	display: block;
	float: right;
	font-size: 11px;
	text-align: right;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-right: 20px;
	margin: 0px;
}
*html .key {
	padding-bottom: 5px;
}
.title {
	padding-bottom: 7px;
	margin: 0px;
	display: block;
}
.riyo {
	width: 500px;
	height: 300px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding-top: 150px;
}
*html.riyo {
	width: 500px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	margin-top: 150px;
}
.midashi {
	padding-bottom: 7px;
	display: block;
	margin-top: 15px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
}
.product {
	margin-left: 5px;
	padding-bottom: 15px;
}
.com {
	color: #000;
	line-height: 130%;
	width: 500px;
	margin: 0 0 0 30px;
}

h1 {
	font-size: 16px;
	color: #666;
	padding-left: 4px;
	border-left: 5px solid #f99;
}
h2 {
	font-size: 13px;
	color: #000;
	padding-bottom: 4px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 4px;
	margin-top: 10px;
}
h3 {
	font-size: 14px;
	color: #000;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 4px;
	margin-top: 5px;
}
h4 {
	font-size: 13px;
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 2px;
	margin-top: 2px;
}
h5 {
	font-size: 13px;
	color: #666;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C6A4AB;
	border-right: 1px solid #C6A4AB;
	margin-bottom: 2px;
	margin-top: 2px;
}
h6 {
	font-size: 12px;
	color: #333333;
	padding-bottom: 0px;
	border-bottom: 1px dashed #999;
	margin-bottom: 6px;
	margin-top: 0px;
	font-weight: normal;
}

.strong {
	color: #096;
	font-weight: bold;
}
.red {
	color: #F30;
}
.blue {
	color: #06F;
}
.text15 {
	font-size:15px;
	font-weight: bold;
	color: #0066CC;
}
.right {
	text-align:right;
	display: block;
}
.center {
	text-align:center;
	display: block;
}

/*
**************************************************
ヘッド部
**************************************************
*/
#header {
	width: 750px;
	height: 70px;
	background-image: url(../img/saimg/headbg.gif);
	background-repeat: no-repeat;
	text-align:left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.logo{
	width: 200px;
	padding: 10px 0px 12px 20px;
	display: block;
	float: left;
}

/*
**************************************************
ヘッド部　ボタン
**************************************************
*/
.login {
	display: block;
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
	width: 130px;
	height: 30px;
	text-align: right;
}
*html .login {
	margin-right: 8px;
}

.login img,
.login a img {
	visibility: hidden;
	border: 0;
}

.login a,
.login a:link,
.login a:visited {
	background-position: 0px 0px;
	float:left;
}
.login a:focus,
.login a:hover,
.login a:active {
	background-position: 0px 28px;
	float:left;
}
.login a {
	background-image: url(../img/saimg/login_a.jpg);
	float:left;
}
.login .a_agent {
	background-image: url(../img/saimg/login_aa2.jpg);
}
.login .a_agent a {
	background-image: url(../img/saimg/login_aa.jpg);
}


/*
**************************************************
グローバルナビ部
**************************************************
*/
#g_navi {
	width: 750px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin: 0 auto;
	text-align: right;
}

.gnavlist {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0 30px 10px;
	border-bottom: 1px solid #000;
	font-size: 13px;
	font-family:"メイリオ",Meiryo;
	text-align: center;
	display: block;
}
*+html .gnavlist {
	padding: 5px 0 10px 10px;
	height: 20px;
}
*html .gnavlist {
	padding: 5px 0 10px 10px;
	height: 20px;
}

.gnavlist ul, .gnavlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.gnavlist a {
	float: left;
	line-height: 14px;
	font-weight: bold;
	font-size: 13px;
	margin: 0 40px 4px 0;
	text-decoration: none;
	color: #999;
}

.gnavlist a:hover {
	border-bottom: 4px solid #FCC;
	color: #000;
	font-size: 13px;
}
*+html .gnavlist a:hover {
	padding-bottom: -4px;
}


/*
**************************************************
メイン部
**************************************************
*/
#main {
	width: 750px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main_Con {
	width: 750px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#main_Mag {
	width: 750px;
	height: 1400px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*
#main_Company {
	width: 750px;
	height: 1320px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*html #main_Company {
	width: 750px;
	height: 1100px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main_Inq {
	width: 750px;
	height: 490px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*html #main_Inq {
	width: 750px;
	height: 450px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
*/
#main_News {
	width: 750px;
	height: 430px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#main_login {
	width: 750px;
	height: 440px;
	background-image: url(../img/saimg/mainbg.gif);
	background-repeat: repeat-y;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*
**************************************************
サブメニュー
**************************************************
*/

#s_navi {
	width: 150px;
	display: block;
	font-size: 12px;
	float: left;
	padding: 0;
	text-align: left;
	margin: 10px 0 0 20px;
}
*html #s_navi {
	margin: 10px 0 0 10px;
}

#s_navi_Con {
	width: 150px;
	display: block;
	font-size: 12px;
	float: right;
	padding: 0;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
}
*html #s_navi_Con {
	margin-right: 10px;
}
#s_navi_News {
	width: 150px;
	display: block;
	font-size: 12px;
	float: right;
	padding: 0;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	height: 300px;
	border-left: 1px solid #999;
}

/*
**************************************************
サブメニュー部　ボタン
**************************************************
*/
.menu {
	width: 151px;
	padding: 0;
	margin-bottom: 0;
	background-color: #FFF;
	color: #333;
	display: block;
}
.menu ul {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}
.menu li {
	display: block;
	width: 151px;
	height: 40px;
	margin: 0 0 2px 0;
	background-image: url(../img/saimg/b_menu1.jpg);
	background-repeat: no-repeat;
}
*+html .menu li {
	margin: 0 0 -1px 0;
}
*html .menu li {
	margin: 0 0 -1px 0;
}
.menu li a {
	display: block;
	padding: 13px 5px 14px 27px;
	color: #333;
	text-decoration: none;
}
.menu li a:hover {
	background-image: url(../img/saimg/b_menu2.jpg);
	background-repeat: no-repeat;
	color: #B77;
}
.menu .page {
	display: block;
	padding: 13px 5px 17px 27px;
	background-image: url(../img/saimg/b_menu.jpg);
	background-repeat: no-repeat;
	color: #333;
	text-decoration: none;
	margin: 0;
}

.bana {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #666666;
}
.bana1 {
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #666666;
}
.bana_txt {
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #666666;
}



/*
**************************************************
コンテンツ　ボディ
**************************************************
*/

#Contents, #Contents_Top, #Contents_News {
	display: block;
	width: 534px;
	margin-left: 30px;
	padding: 10px 0 0 0;
	font-size: 12px;
	text-align: left;
}
*html #Contents {
	margin-left: 20px;
}

#Contents_Top {
	width: 540px;
	margin: 0 0 0 190px;
}
*html #Contents_Top {
	margin: 0;
}
*+html #Contents_Top {
	margin: 0;
}

#Contents_News {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

/*
**************************************************
トップページ
**************************************************
*/

.top_Table {
	width: 520px;
	font-size: 12px;
	text-align: left;
	margin-top: 15px;
}
.top_Table .td1 {
	width: 272px;
	vertical-align: top;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.top_Table .td2 {
	width: 242px;
	vertical-align: top;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.news_midashi {
	display: block;
	padding-bottom: 5px;
	margin: 20px 0 0 0;
}
.news_box {
	display: block;
	width: 520px;
	margin: 2px 0 0 10px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
.news_pastbox {
	display: block;
	width: 500px;
	margin: 10px 0 10px 12px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
}
.news_box li,
.news_pastbox li{
	display: block;
	width: 460px;
	padding: 4px 0 3px 5em;
	border-bottom: 1px #999 dashed;
	list-style-type: none;
	text-indent: -5em;
}
.news_pastbox li{
	line-height: 150%;
}
.news_box li a,
.news_pastbox li a {
	text-decoration: none;
}
.news_box li a:hover,
.news_pastbox li a:hover {
	text-decoration: underline;
}
.news1 {
	display: block;
	width: 255px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	border-bottom: 1px #999 dashed;
}
.news_box .schedule {
	width: 505px;
	margin-left: 15px;
	padding: 4px 0 3px 0;
	text-indent: 0;
}
.links_top {
	display: block;
	width: 520px;
	margin: 0;
	padding-right: 15px;
	padding-top : 2px;
	padding-bottom: 5px;
	font-size: 11px;
	text-align: right;
}
.links_top a {
	text-decoration: underline;
}
.top_Table1 {
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px 0;
}
.top_Table1 .td3 {
	vertical-align: top;
	font-size: 13px;
}
.top_Table1 .td4 {
	vertical-align: top;
	font-size: 13px;
	text-align: right;
}
.top_Table1 .td5 {
	width: 275px;
}

.top_Table2 {
	width: 520px;
	display: table;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 20px;
	background-color:#ccc;
	color: #666666;
	line-height: 120%;
}
.top_Table2 .td1 {
	width: 350px;
	background-color:#FFF;
}


/*
**************************************************
製品紹介
**************************************************
.pro_Table {
	width: 510px;
	display: block;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 30px;
	line-height: 120%;
}
.pro_Table .td1 {
	width: 292px;
	vertical-align: top;
	font-size: 12px;
}
.pro_Table .td2 {
	width: 240px;
	vertical-align: top;
	font-size: 12px;
}

*/
/*
**************************************************
会社概要
**************************************************
*/
.t_company {
	width: 500px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.td1_com {
	width: 150px;
	padding: 5px;
	text-align: left;
	background-color: #FFEBEC;
}
.td2_com {
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
}

.surogun {
	display: block;
	margin-left: 20px;
	margin-top: 4px;
}
.suro_li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 7px;
}

.t_company1 {
	color: #000;
	line-height: 120%;
	margin-left: 30px;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
**************************************************
ムービー紹介
**************************************************
*/
.t_movie {
	width: 480px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.t_movie_td1 {
	width: 150px;
	text-align: left;
	vertical-align: top;
}
.t_movie_td2 {
	width: 330px;
	text-align: left;
	vertical-align: top;
	line-height: 120%;
}
.click{
	display: block;
	text-align: right;
	width: 325px;
	margin-top: 10px;
}

/*
**************************************************
ニュース（20061130）
**************************************************
*/

#newsTbl{
	text-align: center;
	width: 680px;
	margin: 10px auto 10px auto;
	display: block;
	border: 4px solid #83B1E3;
}
.1bu{
	margin: 15px auto 7px auto;
	display: block;
	width: 600px;
	text-align: left;
}
.2bu{
	margin: 35px auto 7px auto;
	display: block;
	width: 600px;
	text-align: left;
}
.20061130{
	margin: 0 auto 30px auto;
	display: block;
	width: 600px;
	text-align: left;
}
#newsTbl .seminaBox{
	width: 600px;
	margin: 0px 40px 0px 40px;
	line-height: 110%;
	text-align: left;
}
#newsTbl .seminaBox1{
	width: 600px;
	margin: 0px 40px 30px 40px;
	line-height: 110%;
	text-align: left;
}
#newsTbl .schedule{
	width: 600px;
	margin: 10px 40px 0px 40px;
	line-height: 110%;
	text-align: left;
}
#newsTbl .seminaLeft{
	width: 60px;
	text-align: center;
	background-color: #BAD3EF;
}
#newsTbl .seminaRight{
	width: 290px;
	text-align: left;
}
#newsTbl .seminaRight1{
	width: 190px;
	text-align: left;
}
#newsTbl .seminaBtn{
	width: 600px;
	margin: 40px auto 50px auto;
	text-align: center;
	display: block;
}
#newsTbl .390{
	width: 390px;
}

#newsTbl .semina{
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

/*
**************************************************
個人情報の取扱いについて　特定商取引に基づく表示
**************************************************
*/
.protect {
	width: 600px;
	display: block;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 13px;
	color:#333;
	text-align: left;
}

.protect a {
	text-decoration: underline;
	font-size: 13px;
}

.protect_title {
	width: 600px;
	display: block;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 15px;
	color:#000;
	text-align: left;
	font-weight: bold;
}
.protect_liBox {
	width: 550px;
	display: block;
	margin: 10px auto 0 50px;
}
*html .protect_liBox {
	width: 560px;
	display: block;
	margin: 10px auto 0 90px;
}
.protect_li {
	margin: 5px auto 0 auto;
	padding: 0;
	font-size: 13px;
	color:#333;
	text-align: left;
	list-style-type: none;
}
.protect_li1 {
	margin: 5px auto 0 auto;
	padding: 0;
	font-size: 13px;
	color:#333;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}
*html .protect_li1 {
	margin: 5px auto 0 15px;
	padding: 0 0 0 5px;
}

/*
**************************************************
メールフォーム
**************************************************
*/
form {
	margin: 0;
	padding: 0;
}

.comment_pro {
	display: block;
	width: 530px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 110%;
	color: #666666;
}
.comment_pro td{
	vertical-align: top;
}
.comment {
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 4px;
	display: block;
	text-align: left;
	width: 520px;
	line-height: 110%;
}
.tablLine {
	background: #333333;
	width: 500px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.tablLeft1 {
	text-align: right;
	background-color: #E6E6E6;
	width: 150px;
}
.tablLeft {
	text-align: right;
	background-color: #C4D7F0;
	width: 150px;
}
.tablRight {
	background: #FFFFFF;
	text-align: left;
}
.inputBox {
	border: 1px solid #666666;
}
.Btn1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	display: inline;
	background-color: #FF8888;
}

.Btn2 {
	background: #eeeeee;
}
.Btn3 {
	background: #eeeeee;
	margin-left: 90px;
}
.Btn4 {
	display: inline;
	background-color: #F99;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#contents hr {
	width: 508px;
	margin-top: 20px;
	margin-left: 90px;
	margin-bottom: 20px;
}
.err {
	display: block;
	margin-left: 20px;
	color: #dd0000;
}
.kome {
	color: #F00;
}
.form_button {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.thx {
	width: 500px;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: left;
	line-height: 140%;
}
.attent3 {
	color: #930;
	font-size: 11px;
	line-height: 105%;
}
/*
**************************************************
ＴＯＰページに戻る
**************************************************
*/
#to_top {
	width: 720px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color:#666;
	padding-top: 40px;
	text-align: center;
}

/*
**************************************************
フッター
**************************************************
*/
#footer {
	display: block;
	width: 750px;
	height: 40px;
	background-image: url(../img/saimg/footbg.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 11px;
	color: #666666;
	clear: both;
}
#footer a {
	font-size: 12px;
}

