@charset "Shift_JIS";

/*------リンク-----*/
a:hover,a:active{
	color: #cc0000;
	background: transparent;
	}

a[name]:hover{
	color:#000;
	background: transparent;
}

/*------全体構造-----*/
body{
	margin: 10px 10px;
	padding: 1;
	color: #000000;
	background:#ffffff;
	line-height: 140%;
	}

/*------階層表示-----*/
.s {font-size:0.8em; clear:left;}

/*------第○号-----*/
#number{
	margin:10px;
	float: left;
	border: 2px solid #999999;
	padding: 1px 10px;
	color: #000000;
	background: #cccccc;
	font-weight:bold;
	text-align:center;
	}

/*------共同発表ロゴエリア-----*/
#kyoudouLogo{
	margin:10px;
	float: left;
	text-align:center;
	}

/*------日付・発行データ-----*/
#date{
	float: right;
	padding: 10px 10px;
	color: #000000;
	font-size:1em;
	margin:10px;
	line-height: 120%; 
	}

/*------見出し-----*/
h1{
	margin: 20px 0px;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #000080;
	text-align: center;
	clear:right;
	}

h2{
	margin: 10px 0px 0px 0px;
	color: #000080;
	font-size: 1.2em;
	text-align: center;
	clear:right;
	clear:left;
	}

h3{
	margin: 10px 0px 0px 0px;
	padding: 1px 10px;
	background: #cccccc;
	font-size: 1em;
	text-align:left;
	}

h4{
	margin: 0px;
	font-size: 1em;
	}
	
h5{
	margin: 0px;
	font-size: 1em;
	font-weight:normal;
	}

/*------コンテンツ-----*/
.content{
	margin: 5px 20px;
	}

/*-----メインボックス-----*/

.main{
	margin: 0px;
	border: 2px solid #666666;
	padding:10px;
	line-height: 140%; 
	text-align:left;
	clear:right;}

/*------枠あり-----*/

.t2{
	margin: 0px;
	border: 1px solid #666666;
	padding:10px;
	text-align:left;
	clear:right;}

/*------枠なし-----*/
p{
	margin-top: 3px;
	padding: 0px 10px;
	text-align: left;
	}

/*------リンクリスト-----*/

.linktit{
	float: left;
	padding:0.2em;
	}

.linkcon{
	padding:0.2em;
	}

/*------リスト形式-----*/

dt.yougo{
	font-weight: bold;
	color:#cc0000;
	}

/*------用語解説リンク-----*/

.yougo{
	color:#ff0000;
	}

/*------フォント-----*/
.color{
	color: #999999;
	}

.bold{
	font-weight: bold;
	}

/*------図-----*/
.img{
	margin: 20px auto;
	text-align: center;
	}

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

#footer{
	line-height: 140%;
	text-align: center;
	}
