@charset "utf-8";
/***********************************************/
/* 3col_rightNav.css                              */
/* Use with template 3col_rightNav.html           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #04669B;
	text-decoration: none;
}

a:visited{
	color: #124D69;
	text-decoration: none;
}

a:hover{
	color: #0476B3;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 200%;
 color: #800000;
 margin: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: none;
	margin: -1em 0 0 15em;
	padding: 0;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
	height: 60px;
}

#navBar{
  float: right;
	width: 17%;
	margin: 5px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #BF0000;
}

#headlines{
  float:left;
	width: 29%;
	padding-right: 10px;
}

#content{
	float: left;
	width: 44em;
	padding-left: 20px;
	border-left-width: 17px;
	border-left-style: solid;
	border-left-color: #B00F0F;
	display: block;
	overflow: visible;
	background-color: #FFFFFF;
	position: static;
	top: 0px;
	margin-top: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #cccccc;
	padding: 0px;
	text-align: center;
	clear: both;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/************** #headlines styles **************/

#headlines{
	margin: 60px 0px 0 10px;
	padding: 0px 15px 20px 0px;
	font-size: 65%;
	text-align: right;
	background-repeat: no-repeat;
	width: 31%;
	vertical-align: top;
	display: none;
	position: static;
	top: 60px;
}

#headlines img{
	margin: 0px 5px 5px 0;
	float: none!important;
	float: right;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	text-indent: 0.5em;
}

.listblock{
	border-bottom: 1px solid #D9ACAC;
	display: block;
	color: #44322B;
	font-size: 80%;
	padding: 7px 7px 7px 7px;
	text-align: left;
	width: 70%;
	float: right;
	margin-bottom: 0px;

}

#content  ul li{
	border-bottom: 1px solid #D9ACAC;
	display: block;
	color: #44322B;
	font-size: 130%;
	padding: 0.6em 0.6em 0.4em 0.6em;
	text-align: left;
	width: 40em;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-collapse: collapse;
	position: static;

}

#content .cell{
	border-top: 1px solid #D9ACAC;
	color: #8D4747;
	font-size: 65%;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	color: #8D4747;
	letter-spacing: -0.1px;
	font-family: "Osaka","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	display: table;
	width: 100%;
	margin-top: 10px;
	position: static;
	clear: both;
	margin-bottom: -14px;

}

#content .cell .topic{
	margin-top: 5px;
		
}

#content .cell .topic a{color: #8D4747;}

#content ul li a{
	display: block;
	margin-top: 0px;
	position: static;
	left: 30%;
	margin-left: 12em;
	color: #44322B;
}

#content ul li strong{
	position:static;
	float: left;
}

#content ul li strong a{
	position:static;
	left: 0;
	margin-left: 0;

}

#content ul li strong a:link{		color: #0476B3;
	text-decoration: underline;}
	#content ul li strong a:visited{	color: 	#124D69;
	text-decoration: underline;}
	#content ul li strong a:hover{		color:#98C4CD;
	text-decoration: underline;}

#content ul li .hp a{
	display: inline;
	margin-top: 0px;
	position: static;
	left: 0;
	margin-left: 0;
	float: left;
}

.listblock2{
	border-top: 1px solid #D9ACAC;
	color: #8D4747;
	font-size: 65%;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	color: #8D4747;
	letter-spacing: -1px;
	font-family: "Osaka","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	display: block;
	width: 100%;
	margin-top: -1px;
	margin-bottom: -10px;
	float: right!important;
	float: inherit;


}


.todouhuken{
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}

.table{
	text-align:left;
	margin-top: 0px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

.kensaku-right{
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #BF0000;
	margin: 0px 0px 15px 0px;
	display: block;
}

.text3{
	text-align: left;
	display: block;
	letter-spacing: -1px;
	padding: 0;
	font-weight: normal;
	font-size: 9px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: bottom;
	margin-bottom: 7px;
}

.headlines-word{
	margin: 0 0px 0 0px;
	width: 250px;
}

.ank{
    margin-top:200px
}

.list{
	font-size:9.5px;
	font-weight: normal;
	text-align: left;
	margin: 0;
	vertical-align: top;
	letter-spacing: -0.5px;
}

.list li{
	margin-left:0px;
	line-height: 15px;
	padding: 0;
	margin: 0;
}

.list2{
	text-align: left;
	margin: 5px 10px 5px 0px;
	vertical-align: text-bottom;
	display: block;

}
.list2 a{font-family: "A-OTF 新正楷書CBSK1 Pro CBSK1","HG明朝B","HG明朝B","MS明朝", "MS P明朝", "ヒラギノ明朝 Pro W3";	padding-bottom: 2px;	 font-size:21px;
	font-weight: bold; 	color: #244964;}

.left{
	text-align:left;
	float: left;
	font-size: 105%;
	padding: 0;
	font-weight: bold;
	color: #8D4747;
	letter-spacing: -1px;
}

.hp{
	display:block;
	font-weight: bold;
	position: static;
	margin-top: -30px;
	width: 20px;
	margin-left: 80%;
	padding-bottom: 23px;
}

	#content ul li .hp a:link{
	color: #0476B3;
	text-decoration: underline;
}

	#content ul li .hp a:visited{
	color: #124D69;
	text-decoration: underline;
}

	#content ul li .hp a:hover{
	color: #98C4CD;
	text-decoration: underline;
}

.tittle_logo{
	position:static;
	top: 0px;
	right: 0px;
	width: 100%;
}

#footer{
	width:780px;
	display:block;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
#footer_table{width:780px; display:block;}
#footer_logo{display:block; float: left;	 width:30px;}
#footer_cultural{display:block; float: left; 	width: 120px;}
#footer_history{display:block; float: left; 	width: 125px;}
#footer_information{display:block; float: left; 	width: 125px;}
#footer_exchange{display:block; float: left; 	width: 125px;}
#footer_experience{
	display:block;
	float: left;
	width: 125px;
}
#footer_home{
	display:block;
	float: left;
}

#f1{ font-size:11px; margin:5px 0 7px 0;}

#f2{ font-size:11px; margin:0 0 10px 0;}

#main_content{
	width: 100%;
	position: static;
	display: block;
}

#headlines_right{
	width:210px;
	display: none;
	position: relative;
	top: 0px;
	padding-top: 0px;
	text-align: right;
}

#overflowlayout{
	padding-bottom:0px;
	position: static;
}

