/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

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

* {
	font-family: "Lucida Grande","Arial", "ＭＳ Ｐゴシック", sans-serif;
}

body {
	color: #333333;
	line-height: 1.166;	
	margin: 0 auto;
/* background-color: #9EFF3E;*/
	background-color: #007F00;
}

div.clear{
	clear:both;
}


/* for all browsers that understand min-width */
.container {
	min-width: 850px;
	margin: 0 auto; /* センタリング */
	position: relative;
}

* html .container{
	width: 890px;
}

/* the bodge for IE6 browsers (using Star html Selector Bug ←* htmlのバグ使ってIE系だけclass上書き)*/

* html .minwidth {
	border-right: 890px solid #FFFFFF;
	left:2%;
	position:relative;
	float: left;
}

* html .container2 {
	margin-right: -890px;
	position: relative;
	float: left;
}


/******* hyperlink and anchor tag styles *******/

a:link{
	color: #005FA9;
	text-decoration: none!important;
}

a:visited{
	color: #666666;
	text-decoration: none!important;
}

a:hover{
	color: #FF6600;
	text-decoration: underline!important;
}


/************** header tag styles **************/

h1{
 	font: bold 120% ;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
}

h2{
	font: bold 114% ;
	color: #006699;
	margin: 0px;
 	padding: 0px;
}

h3{
	font-weight: bold;
	font-size: 110%;
 	margin: 0px;
 	padding: 0px;
}

h4{
	font-weight: bold;
	font-size: 100%;
 	margin: 0px;
 	padding: 0px;
}

h5{
 	font-size:100%;
	font-weight:normal;
	text-decoration:underline;
 	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 ;
 	color: #334d55;
}


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


/************* masthead styles ****************/

#masthead{
	position: absolute;
	margin:0 auto;
	top: 14px;
	height:158px;
/*	height: 129px;*/
	width: 96%;
	left:2%;
	z-index:1;
	background-color:#F5f7f7;
}


/************* toplogo styles ****************/



#toplogo {
	position:absolute;
	top:15px;
	left:10px;
}

#counter {
	position:absolute;
	top:60px;
	left:700px;
}


/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 100%;
	height: 32px;
	color: #cccccc;
	background-image: url(images/kihon/glbnav_background.gif);
	top: 155px;
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	height: 32px;
	width: 4px;
	position: absolute;
	left:372px;
}

#gnl2 {
	height: 32px;
	width: 4px;
	position: absolute;
	left:280px;
	width: 98px;
}

#gnr {
	height: 32px;
	width: 4px;
	position: absolute;
	right: 0px;
}

#globalLink{
	position: absolute;
	top: 7px;
	height: 22px;
	left: 383px;
	width: 476px;
}

a.glink,
a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(images/kihon/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks{
	display: none;
	}


/************ subglobalNav styles **************/

#subglobalNav{
	position: absolute;
	top: 39px;
	left: 386px;
	height: 25px;
	width: 475px;
	color: #ffffff;
	font-weight: bold;
}

.subglobalNav{
	position: absolute;
	visibility: hidden;
}

.subglobalNav a:link,
.subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #FF6600;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 2px;
	width: 200px;
	height: 26px;
}

#search input{
 	font-size: 70%;
 	margin-left: 5px;

}
 
/*#search a:link,
#search a:visited {
	font-size: 70%;
	font-weight: bold;
}

#search a:hover{
	margin: 0px;
}*/


/*************** pagecell1 styles *****************/

#pagecell{
	position:absolute;
	margin:0 auto; /* センタリング */
	top: 191px;
	left:2%;
	width: 96%;
	background-color: #FFFFFF;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	width: 6px;
	height: 6px;
	z-index:2;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	width: 6px;
	height: 6px;
	z-index:2;
}


/************** pageName styles ****************/

#pageName{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccd2d2;
}


/************ pageNav styles **************/

#pageNav{
	float: left;
	width: 178px;
	background-color: #F5f7f7;
	border-right: 1px solid #ccd2d2;
	font-size: small;
}


/************** content styles *****************/

#pageNavcolor{
	border-left:178px solid #F5f7f7;
}

#content{
	padding-right:20px;
	padding-left:5px;
	border-left:1px solid #ccd2d2;
}


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

#siteInfo{
	clear: both;
	background-color:#FFFFFF;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #999999;
	padding: 3px 0px 3px 15px;
}

/*#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;
	color: #334d55;
}

#sectionLinks a:link,
#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(images/kihon/bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 15px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

.relatedLinks{
	margin: 0px 10px;
	padding: 0px 5px 10px 5px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding-top: 10px;
	padding-bottom:8px;
	color: #334d55;
}

.relatedLinks a{
	display: block; /*blockは行全体をリンクに指定する*/
	padding-bottom: 3px;
	padding-left:2px;
}


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

#advert{
	margin: 0px 10px;
	padding: 0px 5px 10px 5px;
}

#advert h3{
	padding-top: 10px;
	color: #334d55;
}

#advert a,
#advert img{
	padding-bottom:10px;	
}


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

.feature{
	padding: 20px 0px 10px 15px;
	font-size: 90%;
}

html>body .feature {
	height: auto;
}

.feature h3{
	font-size: x-large;
}

.feature p {
	padding: 10px 5px 0px 10px;
}

.feature p.p2{
	padding: 10px 5px 0px 20px;
}

.feature img{
	float: right;
	padding: 60px 10px 20px 20px;
}


/*************** notice styles ******************/

.notice {
	padding: 20px 0px 10px 15px;
	font-size: 90%;
}

.notice p {
	padding: 5px 5px 0px 10px;
}


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

.story {
	padding: 20px 0px 10px 15px;
	font-size: 90%;
}

.story h3{
}

.story h4{
	margin-top:30px;
}

.story h5{
	margin-top:20px;
	margin-left: 20px;
}

.story p {
	padding: 5px 5px 0px 25px;
}

.story p.p2{
	padding: 5px 5px 0px 40px;
}

.story p.author{
	padding: 15px 0px 10px 5px;
}

.story ol.ol2{
	padding: 5px 5px 0px 55px;
}


/************** navFloatRight styles ****************/

.naval_r{
	text-align: right;
	padding: 25px 0px 10px 0px;
	font-size: small;
}


/**************** analyzer styles *****************/

#analyzer{
	position: absolute;
	display:none;
	visibility: hidden;
}


/**************** ad styles *****************/

#ad{
	position: absolute;
	display:none;
	visibility: hidden;
}


/**************** houkoku styles *****************/

.hk{
	padding: 20px 0px 15px 15px;
}

.hk h3{
	font-size: medium;
	padding-bottm: 5px;
}

.hk td{
	font-size: 90%;
}

.hknav1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	color: #CC0000;
}

.hknav2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
	color: #CC0000;
}

/**************** bbs styles *****************/

#bbs{
	position: relative;
	height: 13000px;
}

#bbs2{
	position: relative;
	width: 99%;
	height: 13000px;
	overflow: auto;
	margin: 10px 0px 10px 5px;
}


/**************** table styles *****************/

.artwork{
	width: 180px;
	height: 257px;
	border: 0;
}

.artworkyoko{
	width: 180px;
	height: 126px;
	border: 0;
}

.member{
	width: 160px;
	height: 120px;
}

.photo{
	width: 300px;
	height: 230px;
	border: none;
}

.intro{
	text-align:center;
/*	border: 1px solid #cccccc;*/
}


/********************* Often Used styles **********************/

.margin {
	padding: 0px;
	color: #FFFFFF;
}

.fs80{
	font-size: 80%
}


/********************* end **********************/