/* CSS Document */

* {
	color:#000000;
	padding:0;
	line-height: 140%;
	margin: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}

body {
	font-size: 14px;
	background-image: url(img/bg.gif);
	text-align:center;

}

a {  
	color: #0000ff; text-decoration: underline;
}

a:hover {
	color: #ff9900; }


hr {
       width : 98%;
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	text-align : center;}


/*レイアウトクリア設定*/

.clear {
	clear:both;
}

/*色を指定します*/

/* コンテンツの中の文字装飾 */
/* 太字 */ 
.b{
	font-weight: bold;
}

/* 赤 */ 
.re{
	color:#FF0000;
}

/* 青 */ 
.bl{
	color:#0000FF;
}

/* 緑 */ 
.gr{
	color:#339900;
}

/* 黒 */ 
.ba{
	color:#000000;
}

/* オレンジ */ 
.or{	color:#ff9933;
}

/* 背景黄ライン */ 
.lin{
	background: #ffff00;
}

/* 文字サイズ大 */ 
.b1{
	font-size: 18px;
}

/* 文字サイズ特大 */ 
.b2{
	font-size: 24px;
}


/*文字列の位置を指定します*/
.goto1 {
	text-align: right;
	margin-right:10px;
}

.goto {
	margin: 5px 28px 0px 10px;
	padding: 0;
        text-align: right;
}

/*画像の位置を指定します*/
/*画像左*/
.imgl {
	margin: 5px 20px 5px 10px;
	padding: 0;
	float: left;
	width:125px;
	height:125px;
	background-image: url(img/imgh2.gif);
	background-repeat: no-repeat;
}

/*画像右*/
.imgr {
	margin: 5px 30px 5px 20px;
	padding: 0;
	float: right;
	width:150px;
	height:200px;
	background-image: url(img/imgh3.gif);
	background-repeat: no-repeat;
}

/*表内画像の位置を指定します*/
/*表内見出しNO1の画像*/
.lk1 {
	background-image: url(img/lank1.gif);
	background-repeat: no-repeat;
}
/*表内見出しNO2の画像*/
.lk2 {
	background-image: url(img/lank2.gif);
	background-repeat: no-repeat;
}
/*表内見出しNO3の画像*/
.lk3 {
	background-image: url(img/lank3.gif);
	background-repeat: no-repeat;
}
/*表内見出しNO4の画像*/
.lk4 {
	background-image: url(img/lank4.gif);
	background-repeat: no-repeat;
}
/*表内見出しNO5の画像*/
.lk5 {
	background-image: url(img/lank5.gif);
	background-repeat: no-repeat;
}

/*表内セルバナー-1の画像*/
.bn1 {
	background-image: url(img/bn1.gif);
	background-repeat: no-repeat;
}
/*表内セルバナー-2の画像*/
.bn2 {
	background-image: url(img/bn2.gif);
	background-repeat: no-repeat;
}
/*表内セルバナー-3の画像*/
.bn3 {
	background-image: url(img/bn3.gif);
	background-repeat: no-repeat;
}
/*表内セルバナー-2の画像*/
.bn4 {
	background-image: url(img/bn4.gif);
	background-repeat: no-repeat;
}
/*表内セルバナー-3の画像*/
.bn5 {
	background-image: url(img/bn5.gif);
	background-repeat: no-repeat;
}


/*ハイパーリンク誘導*/
.rlink {
	margin: 0px 0px 0px 600px;
	padding: 0px 0px 0px 50px;
	text-align:left;
	background-image: url(img/kochira.gif);
	background-repeat: no-repeat;
}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #808080;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #808080;
	text-align:left;
	background-image: url(img/bbg.gif);
}

#wrap {
	width: 780px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}


/*
ヘッダー
-------------------------------------------------------------------*/


#header {
	margin: 0;
	width:800px;
	height:250px;
	background-image: url(img/bg2.gif);
	background-repeat: no-repeat;
	position:relative;
}


#header h1 {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: left;
}
/*ヘッダの中のタイトル*/
.tl2 {
    margin: 0;
    padding: 0;
    width: 500px;
    font-size: 16px;
    font-weight: normal;
    position:absolute; top: 70px; left: 40px;
}


#header a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
/*ヘッダの中のイラスト*/
.topimg {
	float:right;
	width:210px;
	height:180px;
	background-image: url(img/0.jpg);
	background-repeat: no-repeat;
	}	


/*IE7.0
*:first-child+html .topimg {
	float:right;
	width:200px;
	height:180px;
	background-image: url(img/0.jpg);
	background-repeat: no-repeat;
	}	
*/

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width: 800px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}


#contents p{
	padding-bottom: 5px;
	padding-left: 5px;

}


#contents h2 {
	font-size: 18px;
        font-weight: bold;
	color: #000000;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 3px;
	padding-left: 45px;
        text-align: left;
	border-bottom: 1px dotted #cccccc;
}

#contents h3 {
	font-size: 18px;
        font-weight: bold;
	color: #000000;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 3px;
	padding-left: 40px;
        text-align: left;
}

#contents h4 {
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right:20px;
	font-size:16px;
	color: #000000;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}


.hbox1{
	color:#333333;
	font-size:14px;
	line-height:110%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 20px;
	margin-right:20px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #a5a5a5;
        word-break: break-all}

.hbox2{
	color:#000;
	font-size:14px;
	line-height:160%;
	font-weight:normal;
	margin-left:20px;
	margin-right:15px;
	margin-bottom:30px;
	margin-top:5px;
	word-break: break-all;

}


.hbox3{
	color:#929286;
	font-size:12px;
	line-height:125%;
	font-weight:normal;
	margin-top: 5px;
	margin-left: 20px;
	margin-right:20px;
	margin-bottom: 30px;
	padding:10px 10px 10px 10px;
	background: #FFFFD2;
	border: 1px dashed #929286;
        word-break: break-all
}

.hboxtb{
	color:#000;
	font-size:14px;
	line-height:100%;
	font-weight:normal;
	margin-left:95px;
	margin-right:95px;
	margin-bottom:20px;
	margin-top:5px;
	word-break: break-all;
}

/*
文字色行間フォントサイズ変更
-------------------------------------------------------------------*/

.hbox1 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:110%;
	font-size:14px;
	color:#333;
}

.hbox2 p{
	margin:0;
	padding-right: 25px;
	padding-left: 5px;
	line-height:125%;
	font-size:14px;
	color:#000;
}

.hbox3 p{
	margin:0;
	padding-right: 5px;
	padding-left: 5px;
	line-height:125%;
	font-size:12px;
	color:#929286;
}



/*
リンク集
-------------------------------------------------------------------*/
#link{
	line-height:1em;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:0px;
	text-align:right;
	font-size:12px;
	color:#666;
}
#link a{
	
	text-decoration:none;
	
}
/*
メニュー1
-------------------------------------------------------------------*/
#menu1 {

	color:#666;
	text-align: center;
	padding-top: 5px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height:160%;
        height:150px;
	width: 800px;
}




#menu1 p{
}

#menu1 a{
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;	
}


#menu1 a:hover {
	color: #ff9900; 
	font-weight:bold;
}


/*
フッタメニュー
-------------------------------------------------------------------*/
#footer {

	color:#666;
	text-align: center;
	padding-top: 5px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
	font-size: 12px;
}
#footer p{
	color:#666;
	text-align: center;
	padding-top: 3px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
	font-size: 12px;
}

#footer a{
	color:#666;
	text-decoration:none;
	font-size:12px;
}

#footer h4 {
	font-weight:normal;
	color:#666;
	text-align: center;
	padding-top: 5px;
	
	font-size: 14px;
	border-width: 0px;
	
}

/*
フッタリンクメニュー
-------------------------------------------------------------------*/
#footerl2 {

	color:#777;
	text-align: center;
	padding-top: 0px;
	padding-right:20px;
	padding-left:10px;
	padding-bottom: 0px;
	font-size: 10px;
}
#footerl2 p{
	color:#777;
	text-align: center;
	padding-top: 0px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 0px;
	font-size: 10px;
}

#footerl2 a{
	color:#777;
	text-decoration:none;
	font-size:10px;
}

#footerl h4 {
	font-weight:normal;
	color:#666;
	text-align: center;
	padding-top: 0px;
	padding-right:20px;
	padding-left:20px;
	font-size: 14px;
	
}

/*
ドットメニュー
-------------------------------------------------------------------*/
#dot {
	text-align:left;
	padding:10px 20px 0;
	font-size:12px;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	color:#666;
}


#dot a{
	color:#666;
	text-decoration:none;
}

/*
コピーライト 
-------------------------------------------------------------------*/
#footerc {
	position:relative;
	width:800px;
	height:20px;
	background-image: url(img/fbg.gif);
	font-style: normal;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	display: block;
	font-size: 12px;
	clear: both;
	
}


#footerc a{
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

address {
	position:relative;
	width:800px;
	height:25px;
	background-image: url(img/foot.gif);
	font-style: normal;
	color: #000000;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 0px;
	display: block;
	font-size: 12px;
	clear: both;

	
}

/*
テーブル用
-------------------------------------------------------------------*/
#table-01{	
	border-collapse:collapse;
}	

#table-01 th{
	text-align: center;
	padding:0px 0px 0px 0px;
}

#table-01 tr{
}

#table-01 img{
	border:0px ;
}

#table-01 td{
	font-size: 14px;
	text-align: center;
	border: solid 1px #a5a5a5;
	border-style:solid;
	padding: 0px 0px 0px 0px;
}

#table-01  .tdleft{

	text-align: left;
       
}

table#table-01  a:hover{
   	color:red;
  	text-decoration: underline;
}

