@charset "Shift_JIS";

/*======================================

	1-1.Yahoo UI Library Fonts CSS ver.2.3.1
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* 全体構造
---------------------------------------------------- */
body {
  margin:0;
  padding:0 0 0.5em;
  background:#ffffff;
  color:#333333;
}

#wrapper {
	width:900px;
	margin: 0 auto;
	position: relative;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color: #ffffff;
  }
  
/* タグ・スタイル*/
h1,h2,h3,h4 {
  margin:0.5em 0;
  padding:0;
}  

ul,dl{
 margin:0;
 padding:0;
 }

ol{
  margin:0.5em 2em;
  font-size:92%;
 }
 
ol li {
  line-height:1.6;
  } 
 
ul {
  list-style: none;
  } 
 
p{
  margin:0.5em 0;
  line-height:1.6;
  font-size:92%;
}

table{
	font-size:92%;
	padding: 10px;
}

form {
  margin:2em 0 2em;
  }


/* リンク
---------------------------------------------------- */
a {
	color: #F30;
	text-decoration: none;
  }
 
a:hover {
	color:#C06;
	text-decoration: underline;
  }
  



/* ヘッダー
---------------------------------------------------- */
#header {
	width: 900px;
	height: 80px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
  }

/*ロゴ・キャッチコピー*/
#header h1  {
	position: absolute;
	left:10px;
	font-size:85%;
	font-weight:normal;
	height: 15px;
	width: 500px;
	display: block;
	padding-top: 10px;
   }



/*ヘッダーメニュー*/
#header ul{
	text-align:right;
	padding-top:50px;
	margin-right:20px;
	margin-bottom: 10px;
}

#header li{
	display:inline;
	padding-left:20px;
	margin-left:2em;
	font-size:80%;
	background-image: url(../images/con_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/*ナビゲーション
---------------------------------------------------- */
#navi {
	overflow:auto;
	height:1%;
	background-image: url(../images/navi_back.gif);
	background-repeat: repeat-x;
  }
  
#navi ul {
  margin:0 0px;
}

#navi li {
	float : left;
	font-size: 92%;
	font-weight:bold;
	text-align:center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;

}

#navi li a {
	display : block;
	width:145.8px;
	height: 31px;
	color:#FFFFFF;
	padding-top: 10px;

}

#navi li a:hover {
	color:#CC6600;
	text-decoration:none;
	height: 31px;
}






/*　内部ナビゲーション
---------------------------------------------------- */
#inmenu {
	background:#d5ead7;
	overflow:auto;
	height:1%;/*IE対策*/
	border-top: 1px solid #FFFFFF;
  }
  
#inmenu ul {
  margin:0 20px;
}

#inmenu li {
	float: left;
	font-size: small;
	display: block;
	width:140px;
	height:20px;
	color: #999999;
}

#inmenu li a {

	color:#000000;
	margin-top: 0px;
	padding-bottom: 5px;
}

#inmenu li a:hover {
	color:#e5004f;
	text-decoration:none;
	height: 20px;
	font-weight: bold;
}


/* コンテンツ
---------------------------------------------------- */
#content {
	clear:both;
	width:860px;
	height: auto;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
  }
  

#content h2{
	color:#000000;
	font-size:92%;
	font-family: Helvetica, Arial, sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0033CC;
	background-image: url(../images/news_back.gif);
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-weight: bold;
}




#content h3{
	font-size:114%;
	color:#000000;
	background-image: url(../images/mark_red.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
  }


#main {
	height: auto;
	_height:400px;/*IE対策*/
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
    }


.left{
  float:left;
  margin-right:1em;
  margin-bottom:1em;
   }

.clear{
  clear:both;
  } 

.right{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
  }   

.ptop {
  clear:both;
  text-align: right;
  } 


/* ページの先頭へ
---------------------------------------------------- */
#pagetop {
	margin:0 auto;
	height: auto;
	width: 820px;
	text-align: right;
	font-size: x-small;
	line-height: 2em;
	clear: both;
  }   


  
/* フッター
---------------------------------------------------- */

#footer {
	clear:both;
	background-color: #999999;
	width: 860px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
  } 
  
#footer ul {
	color:#000000;
	text-align:left;
}

#footer li {
  display:inline;
  padding-right:5px;
  font-size:77%;
      } 
  
#footer a {
  text-decoration:none;
  }

#footer a:hover {
  text-decoration: underline;
  }


.bblue {
	font-weight: bold;
	color: #009;
  } 

.bred {
	font-weight: bold;
	color: #C30;
	line-height: 1.5em;
	font-size: medium;
  } 
