@charset "utf-8";
/* CSS Document */

<style type="text/css">
* {
    margin:0 ;
    padding:0 ;
    font-size: 120%;
	
   

}

/*body {
	text-align: center;
}*/
body {
	margin-top: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.space {
    letter-spacing:normal;
	}


#wrapper {
	width: 800px;
	margin: 0 auto;
	/*text-align: left;*/
	background-color:#FFFFFF;
}
#header {
	background-color: #FFFFFF;
	height: 140px;
	width: 800px;
}
#container {
	position: relative;
	margin: 0px; /* 上下方向に10pxのマージンを指定 */
	width: 800px; /* ボックスの幅を指定 */
}
#primary {
	/* positionの指定を削除 */
	margin-left: 210px; /* 左方向に210pxのマージンを指定 */
	margin-bottom: 30px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
#info {
    width: 600px;
	border-color:#CC0000;
border-top: 1px solid #79a;
border-right: 1px solid #79a;
border-bottom: 1px solid #79a;
border-left: 10px solid #79a;
text-align: left;
/*margin: 2em;*/
padding: 3px;
margin: 0 auto;
}    

#info-k {
	width: 600px;
	border-color:#CC0000;
	border-top: 1px solid #79a;
	border-right: 1px solid #79a;
	border-bottom: 1px solid #79a;
	border-left: 1px solid #79a;
	text-align: left;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}    

#info2 {
    width: 570px;
/*	border-color:#CC0000;*/
border-top: 1px solid #CC0000;
border-right: 1px solid #CC0000;
border-bottom: 1px solid #CC0000;
border-left: 10px solid #CC0000;
text-align: left;
/*margin: 2em;*/
padding: 3px;
margin: 0 auto;

} 

#secondary {
	position: absolute;
	left: 0px;
	top: 0px; /* 上方向からの配置位置を変更 */
	width: 210px;
	background-color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	height: 30px;
}


.text { font-size:11pt; line-height:140%; }
.text10 {font-size:10pt; line-height:120%; }

p {
/*width: 40%;*/
text-indent: 1em;
margin: 0em;
}

.link {
     text-indent: 0em;
	 font-size:10pt ;
	 line-height: 150%;
	 color: #333333;
	 text-align:left;
	 margin: 0em;
	 margin-bottom: -10px;
	 }
	 
/*p1 {
    margin: 0em;
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
}*/

.style2 {
	font-size: 10pt;
	color: #333333;
}
.style4 {
	font-size: 10pt;
	line-height: 150%;
	color: #333333;
	text-align:left;
	
}
.style5 {
	font-size: 11pt;
	color: #333333;
	line-height: 250%;
	font-weight: normal;/*	text-align:left;*/
	
}

.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}

.topicpath ol li:before {
        /* liの前に記号追加 *
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: none;
}

html {
    overflow-y:scroll;
    }
	
div.jisage:first-letter{
text-indent: 1em
  } 
/* フッター
---------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	width: 800px;
	margin-left: 0px;
	margin-top: 15px;
	padding: 30px 0 30px 0;
	border-top:#666666 solid 1px;
	}

#footer p {
	position: absolute;
	left: 10;
	top: 5px;
}
#footerNav01 {
	position: absolute;
	right: 260px;
	top: 5px;
/*	width: 101px;*/
    list-style-type: none;

}
#footerNav02 {
	position: absolute;
	right: 180px;
	top: 5px;
	list-style-type: none;

/*	width: 58px;*/
}
#footerNav03 {
	position: absolute;
	right: 95px;
	top: 5px;
	list-style-type: none;
/*	width: 48px;*/
}
#footerNav04 {
	position: absolute;
	right: 20px;
	top: 5px;
	list-style-type: none;
/*	width: 48px;*/
}

/*プロフィール部分*/

dl dt {
/*	font-weight: bold;*/
}

/*背景部分*/

.ttl-cross {
	border:#f3f3f3 1px solid;
	margin-bottom:15px;
	font-size:100%;
	background-image: url(../common/ttl_cross.gif);
	background-repeat: repeat-x;
	color: #333333;
	text-align:left;
	width: 560px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.ttl-gray {
	border-left:#666 6px solid;
	border-bottom:#eee 1px solid;
	font-size:90%;
	line-height:100%;
	padding:2px 8px 4px;
	margin:10px 0;
	color: #333333;
	text-align:left;
}
.ttl-red {
	border-left:#CC0000 6px solid;
	border-bottom:#eee 1px solid;
	font-size:90%;
	line-height:100%;
	padding:2px 8px 4px;
	margin:10px 0;
	color: #333333;
	text-align:left;
}
.ttl-green {
	/*border-left-color:#006600*/
	border-left:#006600 6px solid;
	border-bottom:#eee 1px solid;
	font-size:90%;
	line-height:100%;
	padding:2px 8px 4px;
	margin:10px 0;
	text-align:left;
	color: #333333;
}

/*サイトマップの指定
--------------------------------------------------------*/
#map {
     width: 550px;
	 margin-left: 10px;
	 margin-top: 10px;
	 text-align:left;
	 }
#map ul {
  list-style: none;
  margin: 0 0 2em;
}

#map ul ul { margin: 2px 0 1em 3em;}

#map ul ul ul { margin: 2px 0 1em 4em;}
 
#map #contents li { margin-bottom: 2px;}

#map ul a { text-decoration: none; }

#map ul a:hover { text-decoration: underline;　}

#map li { list-style: none;
}

/*---ルビ---------------------------*/

.ls { ruby-align : left }              /* 左揃え */
.cs { ruby-align : center }            /* 中央揃え */
.rs { ruby-align : right }             /* 右揃え */
.dl { ruby-align : distribute-letter } /* 均等 */
.ds { ruby-align : distribute-space }  /* 前後に空白＋均等 */
.le { ruby-align : line-edge }         /* テキストの状態による */
.at { ruby-align : auto }              /* 自動 */

/*----------------------------------------------------*/

.number {list-style-type: none;
    font-size:10pt; color:#333333;
	list-style-position: outside;
	line-height: 180%;
	 text-align:left 
	 }	

/*---プロフィール---------------------------*/
#jazz {
	width: 590px;
	padding-left: 0px;
	float: left;
	margin-right: 250px;
	 }
	  
#tube {
     width: 300px;
	 height: 350px;
	 margin-left: 00px;
	 margin-right: 5px;
	 margin-top: 5px;
	 text-align:left;
	 }
   

</style>

