@charset "utf-8";
/*reset*/
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,div,img {
	margin-top:0;
	margin-bottom:0;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url(/img/page/body_bkg.jpg);
	background-repeat:repeat-x;
	text-align: center;
}

#container {
	width: 980px;/* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #999999;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background-color: #FFFFFF;
	background-position: center;
} 
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 6px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

table {
	margin-left:4px;
	line-height:150%;
	border-collapse:collapse;
	border-top:1px solid #03F;
	border-left:1px solid #03F;
}
table th {
	background-color:#DDD;
	border-right:1px solid #03F;
	border-bottom:1px solid #03F;
}
table td {
	background-color:#EEE;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:4px;
	border-collapse:collapse;
	border-right:1px solid #03F;
	border-bottom:1px solid #03F;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	width:970px;
	background-color: #ffffff;
	background-image: url(/img/contents/bg_menu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	left: 0px;
	top: -20px;
}

#tl {
	position:absolute;
	top: 91px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	width:970px;
	background-color: #FFFFFF;
}

#pageNav{
	float: left;
	width:210px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	height: auto;
	background-repeat:no-repeat;
	background-position: left top;
}

#content{
	border-left: 1px solid #ccd2d2;
	background-repeat:no-repeat;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: relative;
	top: -60px;
	color: #919999;
	left: 600px;
	width: 330px;
	height: 20px;
}

#utility a{
	color: #0033FF;
}

#utility a:hover{
	text-decoration: underline;
	color: #003366;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-size: 11px;
}

#pageName h1{
	color: #006699;
	margin:0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 14px;
	right: 19px;
	padding: 0px;
	margin: 0px;
	width: 71px;
	height: 76px;
}

/************* globalNav styles ****************/

#globalNav{
	width: 950px;
	/*min-width: 640px;*/
	height: 32px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image: url(/img/page/glbnav_background.gif);
	letter-spacing: normal;
	z-index:100;
	position: relative;
	left: 4px;
	top: -18px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0;
	left:0;
}

#gnr {
	position: absolute;
	top: 3px;
	left: 952px;
}

#globalLink{
	position: relative;
	top: 5px;
	height: 22px;
	min-width: 760px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	letter-spacing: 0.15em;
	width: 700px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(/img/page/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 80%;
	height: 220px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.feature h3{
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.feature img{
	float: left;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feature .swf{
	float: left;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*************** story styles ******************/

.story {
	font-size: small;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 18px;
	margin-top: 0px;
	margin-left: 0px;
}

.story h2 {
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}

.story h3{
	color: #000066;
	font-size: 18px;
	border-left-width: 6px;
	border-left-style: none;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #999999;
	padding-top: 4px;
	text-align: left;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.story h4{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.story .topic {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-left: 10px;
}
.story .topic p {
	margin-left:10px;
}

.story .title{
	color: #003399;
	display:block;
	padding-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
	padding-top: 5px;
	text-align: left;
}
.title img {
	padding-left:4px;	
	vertical-align:text-bottom;
}
.story p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.story ul {
	list-style-type:decimal;
}
.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeftTitle{
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color:#006699;
}
td.storyLeftTitle h2{
	color:#FFFFFF;
	font-size: 12px;
}

td.storyLeft{
	padding-right: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

td.storyLeft img{
	float:left;
	margin-right: 5px;
	border: 0;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	height:20px;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(/img/page/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/************* inquiry form */
.inq_story {
	font-size: small;
}

.inq_story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF0000;
	margin-top: 10px;
	margin-bottom: 2px;
	padding-left: 4px;
	margin-left: 4px;
}

.relatedLinks a{
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #0000CC;
	margin-left: 10px;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#headText {
	font-size: 11px;
	font-style: normal;
	color: #333333;
	padding-left: 4px;
}


/********************* book **********************/
/*  for books */
.book {
	font-size: small;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 18px;
	margin-top: 0px;
}

.book h2 {
	color: #000066;
	padding-left: 5px;
	font-size: 14px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #336600;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
	text-align: left;
}

.book h3{
	font: bold 115% Arial,sans-serif;
	color: #000000;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #999999;
	padding-top: 4px;
}

.book h4{
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.book p.komidasi {
	font-size:90%;
	padding-left:16px;
}
.red {
	color: #F00;
}
