/*基本【スタート】*/

body  {
	font-size: 0.7em;
	line-height: 140%;
	background: url(../images/bg-shade.gif) repeat-y center ;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
}

/*
body  {
	font-size: 0.8em;
	line-height: 140%;
	background: url(../images/bg-shade_left.gif) repeat-y left top;
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
*/

p {
	padding-left: 18px;
	padding-right: 18px;
}

h2 {
	font-size: 110%;
	/*letter-spacing: 3px;*/
	border-bottom: 1px solid #556b2f;
	margin: 12px 0px;
	padding: 0px;
	color: #336600;
	background-image: url(../images/pageTitle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 18px;
}

h3 {
	font-size: 100%;
	color: #003333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/columnTitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 18px;
}

a {
	color: #336699;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

/*基本【エンド】*/

#header  {
	background: #fff url(../images/bg_header.gif) no-repeat right top;
	padding: 0px;
	border-bottom: 1px solid #d3d3d3;
}

#header #header_left {
	width: 230px;
	float: left;	
}

#header #header_right {
	width: 400px;
	float: right;
}

#header h1 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

#header .subtitle {
	color: #003333;
	font-size: 90%;
	text-align: center;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#header h1 a {
	text-decoration: none;
}

#header #lead {
	font-size: 85%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333333;
}

#header #lead strong {
	font-weight: normal;
	color: #006633;
}

#fontChange {
	text-align:center;
}

.subtitle {
	color: #003333;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

/*
#wrapper {
	background-color: white;
	text-align: left;
	margin-right: 32px;
	margin-left: 32px;
	padding: 0px;
	border-bottom: 5px solid #556b2f;
	width: auto;
	height: 100%;
}
*/
#wrapper {
	background-color: white;
	text-align: left;
	width:640px;
	padding: 0px;
	margin: auto;
	border-bottom: 5px solid #556b2f;
	height: 100%;
}

#footer {
	clear: both;
	margin: 0px;
	padding: 2px 12px;
	border-top: 1px solid #d3d3d3;
}

/*
#rightshadow  {
	background: url(../images/bg-shade_right.gif) repeat-y right top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
*/

#maincontent {
	background-color: #fff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0px;
	width: 80%;
	float: right;
}

#maincontent #contents {
	padding-left: 20px;
	padding-right: 20px;
}

/*不要？
#maincontent li {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #a9a9a9;
}
*/

/*旧サマリー*/
#maincontent #summary li {
	list-style-position: inside;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px 5px 0px 0px;
	border-right: 1px solid gray;
	border-bottom: 1px none;
	display: inline;
}

/*ナビゲーション【スタート】*/

#menu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 20%;
	float:left;
}


#menu ul  {
	margin: 0px;
	padding: 0px;
	border-left: 0px none;
}

#menu ul li {
	list-style-type: none;
	margin: 1px;
	padding: 1px;
	display: block
}

#button a  {
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	background: url(../images/navi-bg_off.gif) repeat-x;
	margin: 0px;
	padding: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color: #556b2f;
	display: block;
}

#button a:hover  {
	color: #690;
	background: #fff url(../images/navi-bg_on.gif);
}

#button .navi-banner {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: none;
	border: none;
}

#menu hr {
	display: none;
}

/*ナビゲーション【エンド】*/

.buttom-navi {
	font-size: 90%;
	text-align: center;
}
.copyright { font-size: 100%; text-align: center }
.sum-title { font-weight: bold; font-size: 100%; letter-spacing: 3px }
.navi-eword { font-size: 80%; text-align: right; margin-top: 2px; padding-top: 2px; border-top: 1px dotted #808080; display: block }
.photo01 { float: right; margin: 10px }


#titleList li { list-style-type: none }
fieldset { background-color: #fff; border: solid 1px silver }
legend { font-weight: bold }

/*トップのニュース*/

#news p img {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

#news .date {
	font-weight: bold;
	padding-left: 5px;
	border-bottom: none;
	border-left: 8px solid #f30;
}

/*トップのトピックス*/

#topics {
	color: #333333;
	padding: 5px;
}

#topics .title {
	font-weight: bold;
	padding-left: 5px;
	border-left: 8px solid #f30;
}

#topics .topicImg {
	float: left;
	padding: 5px;
}

#topics .topicStatus {
	font-size: 80%;
}

/*トピックス一覧*/

#topics p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cat {
	font-size: 80%;
	color: #999999;
}

/*トピックス詳細【スタート】

#topicsDetails p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
*/
.imgLeft { 
	text-align: center;
	width: 250px;
	float: left;
}

.imgRight {
	text-align: center;
	float:right;
}

.imgBoth {
}

.txtLeft {
	float: left;
	width: 230px;
}

/*
.txtRight {
	margin-left: 250px;
}
*/
.txtBoth {
}

.clear {
	clear: both;
	visibility: hidden;
}

#topicsDetails .back,
.syosai,
.next {
	text-align: center;
	background-image: url(../images/ico_buttom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px;
}
/*トピックス詳細【エンド】*/

 .intro {
	margin: 0px;
	padding: 0px;
	color: #333333;
}

h3.summaryTitle {
	border: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/summaryTitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 16px;
}

/*サマリー【スタート】*/

.name {
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#contents img {
	padding: 3px;
}

ul.pageno {
	padding: 10px;
	text-align: center;
	border: none;
}
.pageno li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	text-decoration: none;
	border: none;
}

/*--------------------------------
トップ表示用
--------------------------------*/
.top h2 {
	color: #333333;
	background-image: url(../images/bg_topnews.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
	margin: 12px 0px 0px;
	padding: 12px 0px;
}

#news h3 {
	margin: 0px;
	padding: 0px;
}

#news .open {
	background-color: #F1F1F1;
	padding: 3px;
}

/*トップページのカラム01*/
#column01 {
	margin-top: 10px;
	float: right;
	width: 234px;
}

.top #column01 h2,
.top #column02 h2
 {
 	color: #003366;
	background-image: url(../images/bg_toptopics.gif);
	margin: 0px;
	padding: 4px 0px;
}

.top #column01 h3,
.top #column02 h3
 {
	margin: 0px;
	padding: 3px;
}
 
.top #column01 p,
.top #column02 p {
	padding-left: 5px;
	padding-right: 5px;
}

.top .caution {
	font-size: 80%;
	font-weight: normal;
	color: #666666;
}

/*トップページのカラム02*/
#column02 {
	margin-top: 10px;
	float: left;
	width: 234px;
}

#topColumn p {
	color:#333333;
	padding: 0px;
}

#topTopics {
	background-color: #fcfac0;
}

#topTopics p {
	padding: 12px;
	margin: 0px;
}

#topColumn {
	background-color: #fcfac0;
}

/*--------------------------------
ニュース表示用
--------------------------------*/
.open {
	margin: 0px;
	padding: 0px;
	display: block;
}

.close {
	margin: 0px;
	padding: 0px;
	display: none;
}

/*--------------------------------
英語版
--------------------------------*/

#eng #header  {
	background: #fff url(../images/header_eng.gif) no-repeat left top;
	padding: 5px 3px 3px;
	border-bottom: 1px solid #d3d3d3;
}

#eng #header {
	height: 60px;
}

#eng #header h1 a {
	font-size: 0%;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-left: 10px;
	top: -300px;
	position: absolute;
	left: -300px;
}

#eng #header #fontChange {
	float: right;	
}

#eng #header .subtitle {
	margin-top: 40px;
	margin-left: 24px;
	color:#006699;
}

#eng .author {
	margin-right: 24px;
	text-align: right;
}

table.default {
	background-color: #FFFFFF;
	margin: auto;
	width: 100%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	color:#333333;
}

table.default thead tr th {
background-color: #FFFFD9;
/*padding: 4px 9px 4px 9px;*/
padding: 4px;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
}

/*
table.default tbody {
	height: 300px;
	overflow-y: scroll;
}
*/
table.default tbody tr td {
padding: 4px;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
}

table.default tbody tr:hover {
	background-color: #FFFF99;
	color: #000000;
}

table.default tbody td:hover {
	background-color: #FFCC66;
}


table.default tbody tr td:hover a{
	color: #FF6600;
}

table.default thead {
	background-color: #FFFF66;
}

