
/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size:75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height:1.3 ;
	color: #333333;
	background: #ffffff url(img/back001.gif) top left repeat-y;
}
/*レイアウト全体の巾*/
#wrapper{
    width:780px;   
	background: #ffffff;
}

/* ヘッダー
---------------------------------------------*/
#header {
	position: relative;
	width: 780px; /* Windows Internet Explorer 6対策 */
	height: 70px;
	background: #FFFFFF url(img/yoyorogo_siro.gif);
}
/* メニュ
---------------------------------------------*/
#navigation {
	width: 780px;
	margin-top: 5px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	height: 32px;
	overflow: hidden;
	border-bottom: 2px solid #3399cc;
}
#navigation li {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	width: 100%;
	padding: 6px 0 8px 0;
	color: #FFFFFF;
	background-color: #333399;
	background-image: url(img/menu_bg.gif); /* オフマウス時の背景画像を指定 */
	background-position: left top; /* オフマウス時の背景画像の開始位置を左上に指定 */
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
	background-color: #3399cc; /* オンマウス時の背景色を指定 */
	background-position: right top; /* オンマウス時の背景画像の開始位置を右上に指定 */
}

/* 2段組
---------------------------------------------*/
#content {
	position: relative;
	width: 780px;
	margin-top: 5px;
}


#secondary {
	float:left;
	width: 300px;
	left: 0px;
	top: 0;
	background: #cccccc url(img/table_bg.gif)  top left repeat-y;
	padding^top:15px;
}
#secondary table {
     width:200px;
	 border-top-style:dotted;
	 border-right-style:dotted;
	 border-bottom-style:solid;
	 border-left-style:dotted;
	 border-color:#85b7cc;
	 margin: 5px 10 0 20;
	 left: 20px;
	 top: 20px;
	
}
#secondary td {
      border-top-style:dotted;
	  border-right-style:dotted;
	  border-bottom-style:none;
	  border-left-style:dotted;
} 
#primary {
	float:right;
	width: 470px;
	left: 310px;
	top: 0;
	 background-color: #FFFFFF;

}
#primary h3{
   	 font-size:170%;
	  background-color:#9bf794; 
	 color: #ff0000;
	 padding-left:20px;
	 padding-top:0px;
	 padding-right:20px;
	 padding-bottom:10px;
}
#primary h4 {
   background: url(img/h4_bg.gif) no-repeat;
	 font-size:100%;
	 color: #ffffff;
	 padding-left:20px;
	 padding-top:0px;
	 padding-right:20px;
	 padding-bottom:10px;
}
#primary h5 {
   background: url(img/h5_bg.gif) no-repeat;
	 font-size:100%;
	 color: #ffffff;
	 padding-left:20px;
	 padding-top:0px;
	 padding-right:20px;
	 padding-bottom:10px;
}

#primary p{
     font-size: 100%;
	 margin-top: 0px; 
	 padding-top:0px;
	 padding-right:20px;
	 padding-bottom:5px;
	 padding-left:20px;
	 text-align:left;
	 color:#333333;
}
#footer {
     clear:both;
	 width: 760px;
	 margin-top:0px; 
	 background-color:#ffffff;
	 font-weight:100;
	 font-size: 85%;
	 line-height:50%;
	 word-spacing:3px;
	 color:#134C82;
	 padding-top:50px;
	 padding-right:20px;
	 padding-bottom:20px;
}
/* 
------*/
