/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color:#ffffff; /* mem added 2007/3/28 */
	font-size:10pt;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,ＭＳ Ｐゴシック,Arial,sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;

	}
	
/* overrides decoration from previous rule for hovered links */

h1, h3 {
	margin: 0px;
	padding: 0px;
	}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	}

h2{
	font-size: 114%;
	color: #15278A;
	background-image: url(/images_common/h2bg.jpg);
	height: 25px;
	padding: 7px 15px;
	}

.two{
	font-size: 114%;
	color: #15278A;
	background-image: url(/images_common/h2bg_two.jpg);
	background-repeat:no-repeat;
	height: 48px;
	padding: 7px 15px;
	}


h3{
	font-size: 100%;
 	color: #334d55;
	}

.pop{
	font-size: 120%;
	color: #333333;
	background-image: url(/images_common/pop_bg.gif);
	background-repeat: no-repeat;
	height: 34px;
	margin: 0px;
	padding: 10px 15px;
	}
	
.large {
	font-size:120%;
	}

.small {
	font-size:85%;
	}

h2.textsmall {
	font-size:95%;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 0;
	}
	
#container{
  	width:760px;
  	}
  	
#containerpop{
  	width:555px;
  	}

/* 追加 */	
#sidebar {
width:200px;
margin:0px;
padding:0px;
float: left;
}  
/* 追加ここまで */
  
#navBar{
	width:180px;
	padding: 0px;
	margin: 0;
	float: left;
	}

/* 変更 */	
#content{
float:left;
	width:560px;
	margin: 10px 0px 0px 0px;
	text-align:left;
	}
/* 変更ここまで */

#contentpop{
	margin: 10px;
	text-align:left;
	}

#content p{
	margin: 10px 10px 5px 10px;
	}
	
#contentpop p{
	margin: 10px 10px 5px 10px;
	}

/* 変更 */
form {
	margin:0px;
	padding:0px;
	}
	
select {
	width:150px;
	margin:0px;
	padding:0px;
	}
	
.note {
	margin:0px;
	padding:0px 0px 0px 30px;
	}
	
.note2 {
	margin:0px;
	padding:0px 0px 0px 40px;
	}
/* 変更ここまで */

.cap {
	text-indent:-14px;
	padding:5px 15px;
	}
	
.cap2 {
	text-indent:-14px;
	padding:0px 15px;
	}

.cap2_2 {
	margin: 5px 0px;
	text-indent:-14px;
	padding:0px 30px;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/


/*************** #pageName styles **************/

#pageName{
	margin: 0 0 10px 0;
	}

/************* #pankuzu styles *************/

#pankuzu{
	background-color:#ccc;
	border-bottom: 1px solid #fff;
	background-image:url(/images_common/location.gif);
	background-repeat: no-repeat;
	}

#location{
	font-size: 80%;
	font-family: "MS UI Gothic";
	padding:3px  3px  3px 7px;
	margin : 0 0 0 64px;
	background-color: #ddd;
	border-left:1px solid #999;
	}

#location strong{
	color:#15278A;
	}

/*************** #pulldown styles **************/

#pulldown {
	background-color:#6699CC;
	margin: 0;
	padding: 7px;
	text-align: center;
	}

#pulldown form{
	margin: 0;
	padding: 0;
	}

#pulldown select{
	width: 160px;
	margin-top: 5px;
	}


/************* #footer styles ***************/

#footerlink  {
	margin-top:20px;
	}
	
#footerlink a img {
	border:0;
	margin-right:3px;
	vertical-align: middle;
	}

/************* #pagetop styles ***************/

#pagetop  {
	clear: both;
	text-align: right;
	padding: 5px 0;
	}
	
/************* #privacy styles ***************/

#privacy  {
	clear: both;
	text-align: right;
	padding: 10px 0;
	}

/************* #footer styles ***************/

#footer{
	clear: both;
	text-align:center;
	border-top:2px solid #ccc;
	font-size: 75%;
	width: 760px;
	background-color: #15278A;
	}

#footerpop{
	clear: both;
	text-align:center;
	border-top:2px solid #ccc;
	font-size: 75%;
	width: 555px;
	background-color: #15278A;
	}

#footer img{
	vertical-align: middle;
	margin: 5px;
	}

div#sitecensus-display{
	display:none;}

/************* #Link styles ***************/

.textlink{
	padding-left:15px;
	background-image:url(/english/images_common/ar_red.gif);
	background-repeat:no-repeat;
	}

.textlinkdown{
	padding-left:15px;
	background-image:url(/english/images_common/ar_red_down.gif);
	background-repeat:no-repeat;
	}

.listlink li{
	list-style-type: none;
	line-height:140%;
	}

.listlink li  ul{ 
	margin-bottom:10px;
	
	}
	
.listlink img{
	vertical-align:middle;
	}


.textlinkdown li
{ 
	list-style-image:url(/english/images_common/ar_red_down.gif);
	line-height:125%;
	}

