﻿/***********************************
Initialization of the browser style
************************************/

body,form,iframe,fieldset{	margin:0;	padding:0;}

fieldset{ border:none;}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd { margin:0; padding:0;}

/***********************************
         Scrollbar Setting
       Internet Explorer only
************************************/

html{
 scrollbar-arrow-color:#808080;       /*矢印を指定*/
 scrollbar-base-color:#735D5A;        /*全体の色をまとめて指定*/
 scrollbar-darkshadow-color:#808080;  /*外側の影を指定*/
 scrollbar-highlight-color:#fcfcfc;   /*内側のハイライトを指定*/
 scrollbar-shadow-color:#c0c0c0;      /*内側の影を指定*/
 scrollbar-track-color:#C8C8C8;       /*レール部分を指定*/
}

/***********************************
            Link Setting
************************************/

a:link	{ color: #669933; text-decoration: none;}
a:visited	{ color: #669933; text-decoration: none;}
a:hover	{ color: #FF3300; text-decoration: none;}
a:active	{ color: #669933; text-decoration: none;}

/***********************************
               etc
************************************/

.clear{	clear: both;	float: none;}

/***********************************
           Main Container
************************************/

.main_container{
	width: 795px;
	color: #666666;
	font-size: 80%;
	line-height: 135%;
	background: #e8e9e8;
 font-family: 'ＭＳ Ｐゴシック';
}

/***********************************
              header
************************************/

.header{
	width: 795px;
}

.header th img{
	margin: 11px 0px 0px;
}


.header h2{
	display: block;
	float: left;
	padding-right: 17px;
	padding-left: 10px;
}

.header th{
	height: 68px;
	text-align: left;
	vertical-align: top;
	background-image: url(../commonimg/bg_header.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.header td{
	background: url(../commonimg/bg_menu.gif);
	height: 60px;
}

.submenu{
	width: 795px;
	height: 25px;
	text-align: right;
	padding: 0px 35px 0px 0px;
}

.submenu h2{
	display: inline;
}

#submenu_img_mg_under{
	margin: 0px 0px 3px;
}

#submenu_clickimg{
	margin-right: 341px;
}

/***********************************
              footer
************************************/

.footer{
	width: 795px;
}

.footer th{
	background: #999967;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding: 15px;
	font-size: 70%;
	line-height: 130%;
}

.footer td{
	height: 29px;
	text-align: right;
	vertical-align: middle;
	background: url(../commonimg/bg_footer.gif);
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font-size: 75%;
}

.footer2{
	width: 795px;
}

.footer2 th{
	background: #999967;
	height: 20px;
}

.footer2 td{
	height: 29px;
	text-align: right;
	vertical-align: middle;
	background: url(../commonimg/bg_footer.gif);
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font-size: 75%;
}

.main_container_toukou_comment {
	color: #666666;
	font-size: 80%;
	line-height: 135%;
	background: #e8e9e8;
	font-family: 'ＭＳ Ｐゴシック';
	width: 420px;
}
.txt_red {
	color: #FF0000;
}
