/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

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

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	color: #333333;
	line-height: 150%;
	margin: 0 auto 0 auto;
	padding: 0px;
	width:750px;
	text-align:center;
	background: url('image/bg-body_1.gif') repeat-y center center;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */



h1{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 130%;
	color: #334d55;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

h5{
	font-size: 120%;
	color: #FF0000;
	margin: 0;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: 90%;
 color: #334d55;
}
				
img {
border: none;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main
    {
	margin-left:auto;    /* 左側マージンを自動的に空ける */
	margin-right:auto;   /* 右側マージンを自動的に空ける */
	text-align:left;     /* 中身を左側表示に戻す */
	width:750px;         /* 幅を決定する */
	background-color: #FFFFFF;
	height: auto;
	clear: both;
    }
	
#masthead{
	margin: 0;
	padding: 0px;
	width: 750px;
	background-image: url(image/head_bg0191.jpg);
	background-repeat: no-repeat;
	height: 170px;
	background-color: #FFFFFF;
}

#navBar{
	margin: 0 552px 0 0;
	padding: 8px 0px 0px 6px;
	background-color: #FFFFFF;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 540px;
	margin: 0;
	padding: 0px 6px;
	background-color: #FFFFFF;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 38px 12px 72px 0px;
	text-align: right;
	font-size: 150%;
	font-weight: bold;
	color: #131313;
}

#siteName h1{
	color: #CCCCCC;
	font-size: 24px;
}
/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}
/*************** #menu styles **************/
#menu {
	background-color: #FFFFFF;
}

#menu a{
	display: block;
	color: #006666;
	font-size: 13px;
	background: url("image/onmenu_1.jpg") top left no-repeat;
	padding: 4px 6px 3px 8px;
	width: 90px;
	height: 19px;
	border-right:  1px solid #CCCCCC;
}

#menu a:hover{
	background-position: 0 -24px;
}

#menu a:active{
	background-position: 0 -50px;
}
/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 4px 20px;
}

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

#topInfo{
	clear: both;
	font-size: 85%;
	color: #333333;
	padding: 6px;
	margin-top: 0px;
}
/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #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;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 6px;
	padding:0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	vertical-align:middle;
	width: 180px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}



#sectionLinks a{
	padding: 7px 4px 5px 20px;
	background-image: url(image/menu5.jpg);
	background-repeat: no-repeat;
	height: 20px;
	color: #006666;
}

#sectionLinks a:hover{
	padding: 7px 4px 5px 20px ;
	background: url(image/menu5.jpg) 0 -32px;
	background-repeat: no-repeat;
	height: 20px;
}

#sectionLinks a:active{
	padding: 7px 4px 5px 20px ;
	background: url(image/menu5.jpg) 0 -64px;
	background-repeat: no-repeat;
	height: 20px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************** #text styles **************/
.mess{
	font-size: 85%;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	line-height: 1.3em;
}