/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #999;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	font-size: medium;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #FFF;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 16px;
	color: #000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #FFF;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	text-align: center;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 1 3% 0 0;
	font-size: smaller;
	color: #000;
	border-color: #FFF;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 18px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #00C;
	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;
	color: #00C;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	text-align: right;
}


/************** .feature styles ***************/

.feature{
	font-weight: bold;
	font-size: larger;
	color: #006;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color: #666;
	font-size: larger;
}

.feature img{
	float: none;
	padding: 1px 10px 1px1px;
	margin: 1 5px 5px 1;
	color: #666;
	text-align: center;
}
/* 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: 80%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-weight: normal;
}

.story p{
	padding: 0px 0px 10px 0px;
	color: #000;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	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;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-align: center;
}
#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: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: larger;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: larger;
	color: #000;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #999;
}


/************** #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;
}



#content .story table {
	color: #000;
	font-size: 14px;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.minasa {
	color: #000;
}
.kk {
	color: #CCC;
	font-size: 9px;
}
#content .feature p {
	font-weight: normal;
}
#content .feature .feature {
	font-size: 16px;
	font-weight: bold;
}
#content .feature .feature {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content .feature .feature {
	color: #006;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#content .story .feature {
	font-size: large;
}
#content .story .feature {
	font-size: medium;
}
#content .story .feature {
	font-size: 14px;
	color: #333;
	text-align: left;
}
#content ol {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
#content p {
	font-size: larger;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-weight: bold;
}
#content ul {
	font-size: medium;
	font-weight: bold;
}
.feature p {
	color: #C60;
}
#content .feature p {
	color: #666;
	text-align: left;
	font-size: small;
}
#content .feature ul li {
	color: #666;
}
#content .feature table tbody tr td {
	font-size: 14px;
	color: #666;
}
#content .feature table tr td {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.見出し {
	color: #009;
	font-size: larger;
	font-weight: bold;
}
#content .feature .見出し {
	color: #000;
}
#content .feature .見出し {
	font-size: 16px;
	font-family: "Arial Black", sans-serif;
	color: #006;
}
.topbunsho {
	color: #666;
}
.classfordatabase {
	color: #666;
}
.publicationcolor {
	color: #000;
	font-size: 14px;
}
.ohaguro {
	color: #000;
	font-size: small;
	font-weight: normal;
}
.midashi {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
}
p .見出し .midashi {
	color: #000;
}
#bassui {
	font-size: 10px;
}
.forstudents {
	color: #000;
}
.lastmodified {
	color: #666;
	font-weight: normal;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#hiragino {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.黒 {
	color: #666;
	font-weight: normal;
}
#membkuro {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
.membkuro2 {
	color: #000;
}
.membkuro3 {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000;
}
#kuro {
	color: #000;
}
.kuro3 {
	color: #000;
}
.kuro4 {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-large;
}
.kuro5 {
	color: #000;
}
.kurofuto {
	font-weight: bold;
}
#content .feature div div .feature div .membkuro3 {
	color: #000;
}
.juhachi {
	font-size: 18px;
}
.aka {
	color: #09C;
	font-weight: normal;
}
.shidari {
	text-align: left;
}
#content .story table tr td .juhachi .shidari {
	text-align: left;
}
.futosugi {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.black {
	color: #000;
}
.smalltip {
	font-size: small;
	color: #999;
}
.titlelink {
	color: #03F;
}
.jinmei {
	color: #000;
}
.くろ {
	color: #000;
}
.internal {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.mesukinkacho {
	font-size: 12px;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
.small {
	font-size: small;
}
#content .story .smalltip strong {
	font-size: larger;
}
#content p #internal-source-marker_0.8952093686285781 {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
#content p #internal-source-marker_0.8952093686285781 {
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
a {
	font-style: italic;
}

