/*=============================
　共通＞CSS　リセット
==============================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
/*=============================
　共通＞CSS　リセット
==============================*/
* {
   font-family:Meiryo,メイリオ,ヒラギノ角ゴ Pro W3,Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff;
   text-align:center;
}

br {
   letter-spacing:normal;
}

a {
   color:#00F;
   text-decoration:none;
}

a:hover {
   color:#00F;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/*=============================
　共通＞CSSハック
==============================*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;}
   
.clearfix {
	display: inline-block;
	overflow:hidden;}
	
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*=============================
　共通＞グローバルメニュー設定
==============================*/

#globalmenu{
    clear:both;
    width:inherit;
	height:40px;
    margin:0; padding:0;}
	
#globalmenu ul{display:inline;}

#globalmenu li{
	display:inline;
	float:left;}

#globalmenu a{display:block; height:40px;}

#globalmenu img{border:0px;}

#btn_home{
 display:block; width:142px; height:40px; margin-right:1px;
 background:url(../images/btn_home.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_home a:hover{background:url(../images/btn_home2.png) no-repeat;}
 
 #btn_gyousya{
 display:block; width:132px; height:40px; margin-right:1px;
 background:url(../images/btn_gyousya.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_gyousya a:hover{background:url(../images/btn_gyousya2.png) no-repeat; }
 
 #btn_jigyou{
 display:block; width:132px; height:40px; margin-right:1px;
 background:url(../images/btn_jigyou.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_jigyou a:hover{background:url(../images/btn_jigyou2.png) no-repeat; }
 
 #btn_kakaku{
 display:block; width:132px; height:40px; margin-right:1px;
 background:url(../images/btn_kakaku.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_kakaku a:hover{background:url(../images/btn_kakaku2.png) no-repeat; }
 
#btn_aisatu{
 display:block; width:132px; height:40px; margin-right:1px;
 background:url(../images/btn_aisatu.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_aisatu a:hover{background:url(../images/btn_aisatu2.png) no-repeat; }
 
#btn_member{
 display:block; width:132px; height:40px; margin-right:1px;
 background:url(../images/btn_member.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_member a:hover{background:url(../images/btn_member2.png) no-repeat; }
 
#btn_link{
 display:block; width:132px; height:40px;
 background:url(../images/btn_link.png) no-repeat;
 text-decoration:none; text-indent: -999em; }
#btn_link a:hover{background:url(../images/btn_link2.png) no-repeat; }

/*=============================
　共通＞フッター設定
==============================*/

#globalfooter
{	clear:both;
    width:940px;
	padding:5px 0 12px 0;
	margin-top:10px;
	width:inherit;
	font-weight:normal;
	text-align:right;
    border-top:1px dotted #333;}
    
 .footertxt1
{ float:left;    
    font-family:"メイリオ","Meiryo", "Arial";
    font-weight:bold;
    font-size:12px;
    padding:2px 0 5px 0;
    text-align:left;
}

.footertxt2
{   float:right;   
    font-family:"メイリオ","Meiryo", "Arial";
    font-weight:bold;
    font-size:10px;
    padding:2px 0 5px 0;
    text-align:right;
}

#footertxt a
{
    text-decoration:none;
    color:#666666;
}

/*=============================
　共通＞一般タグ設定
==============================*/
h1{
	font-family:inherit;
	font-size:1.1em;
	font-weight:bold;
	color: #333;
	height: 26px;
	margin:5px 0 5px 0px;
	padding: 5px 0 0 10px;
	background-color:#f5f5f5;
	border-left:10px solid #4169e1;
	border-bottom:0px solid #CCCCCC;}

h2{
	font-family:inherit;
	font-size:1.0em;
	font-weight:bold;
	color:#000000;
	height: 24px;
	margin:10px 0 0 0;
	padding-left: 10px;
	padding-top: 1px;
	border:1px solid #f5f5f5;
	border-left:10px solid #4169e1;
	border-right:10px solid #4169e1;
	background-color:#FDD;}
	
h3{
	font-size:1.0em;
	font-weight:bold;
	color:#000000;
	height: 24px;
	margin:10px 0 0 10px;
	padding-left: 10px;
	padding-top: 1px;
	border-left:10px solid #CCC;
	border-bottom:1px solid #CCC;
}
	
/*
------------------------------------
*/

#wrapper{
    width:940px;
	margin:3px auto;
	font-size:1.0em;
	text-align:left;
	background-color:#FFF;}

#headerpics{margin:0; padding:0;}

#main
{        clear:both;
         margin-top:5px;
         background-color:#FFF;}

#left-main
{         float:left;
          width:740px;
          background-color:#FFF;
          vertical-align:top;}
          
#left-main p
{       color:#333;
        padding:5px 10px 5px 10px;
        line-height:140%;
        font-size:0.8em;
}

#left-main tr th
{       border:1px solid #333;  
        background-color:#DFF;   
        padding:2px 2px;
        font-size:0.9em;
        font-weight:bold;
        text-align:center;
}  

#left-main tr td
{       border:1px solid #333;     
        padding:2px 2px;
        font-size:0.9em;
}     

#right-main
{         float:right;
          width:194px;
          background-color:#FFF;
          vertical-align:top;
          border-left:1px dotted #CCC;}

 #right-main ul  
 {   text-align:center;
     padding: 10px 0 10px 5px;}
          
 #right-main ul li
 {  list-style:none;
     padding:3px 0}

.strong{ font-weight:bold;}

.strong-b{ font-weight:bold; color:Blue;}

.strong-r{ font-weight:bold; color:Red;}

.chiku{ background-color: #f9f9f9; color:Blue;}

#left-main .linktable {width:724px; margin-left:10px;}

#left-main .linktable tr td { border:0; border-bottom:1px dotted #CCC; font-size:1.1em; font-weight:bold;}

#rakugaki table{ margin-left:10px;}

#rakugaki table tr td{ border:0px; text-align:center;}

#taisho{width:540px;}

#taisho tr td{ border:0px; text-align:center;}
