@charset "utf-8";
/***********************************************/
/*2セル　きくでん.css                            */
/*         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 




body{
	color: #FFF;
	background-color: #030;
}



a:hover {
	text-decoration: underline;
}
/* 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: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	color: #FF0;
	border-bottom-color: #FF0;
	border-bottom-style: double;
	height: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-right: 20px;
}

h2{
 font-size: 14px;
	padding-left: 20px;
	color: #000000;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
	clear: both;
}

h3{
	font-size: 100%;
	color: #FFFFFF;
	background-color: #003300;
	padding-left: 5px;
	margin: 0;
}

h4{
 color: #990000;
	line-height: 16px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-left: 20px;
	margin-top: 10px;
}
h5{
 font-size: 100%;
 color: #990000;
}

h6{
	font-size: 100%;
	color: #FFFFFF;
	background-color: #009933;
	border-bottom-color: #003300;
	list-style-type: disc;
	padding-left: 10px;
}


ul{
	list-style-type: square;
	padding: 20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #FFFF33;
}

p {
	font-size:12px
}

a {
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #990000;
	background-color: #CCCCCC;
}

.small{
	font-size:10px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#main {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/haikei_1.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	height: 2000px;
}




#masthead{

		
}
#masthead h1{
	text-align:right;
	font-size: 10px;
	color: #666666;	
}
#navBar{
	width: 145px;
	float: right;
	font-size: 12px;
	padding: 30px 15px 30px 0px;
	
	
}

#content{
	width: 780px;
	float: left;
	padding-left: 30px;
	height: 1150px;
}
#content p{
	padding: 0 0 10px 0px;
	color: #333;
	font-size: 12px;
	line-height:20px;
	}
#content ol{
    margin-left:30px;}
	
#content ul{
	color:#063;
	padding-left: 30px;
}
#content li{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}
#content table{
	
	background-color:#ffffff;
	width: 780px;
	text-align: center;
}
#content th{
	color:#FFF;
	background-color:#333;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
	font-size: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#content td{
	padding:0.3em 1em;
	font-size: 12px;
	color: #030;
	border: 1px solid #CCC;
}
    
#contentleft{
	float:left;
	width:450px;
}
#contentright{
	float:right;
	width:300px
}
#sita{
	clear:both;
	padding: 30px 60px 30px 60px;
	color: #333;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	height: 145px;
}



/*************** #pageName styles **************/

#pageName{

}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	font-weight: lighter;
	padding-right: 20px;
	font-size: 12px;
}
/* '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 {
		padding: 0px 4px 0px 0px; 
}

div#globalNav a:link, div#globalNav a:visited {
	color: #FFF;
	text-decoration: none;
}
div#globalNav a:active, div#globalNav a:hover {
	color: #F00;
}
/************* #globalNav2 styles **************/
#globalNav2{
	height: 130px;
	padding: 15px 160px 0 160px;
	font-size: 12px;
	line-height: 170%;
}

#globalNav2 p{
	color: #FFFFFF;
	
}

/************* #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;
}
.feature p{
	color: #333333;
}
/* 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%;
	
}

.story p{
	padding: 0px 0px 10px 50px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}
/* 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;
	}


/************* #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 table {
 margin-left: 5px;
 margin-right: 5px;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #CCCCCC;
	text-decoration: none;  
	  }
#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: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #セレクションリンク styles ***********/

#sectionLinks{
	margin: 0 0 0 5px;
	padding: 0px;
	
	font-size: 90%;
}

#sectionLinks li {
	list-style-type: none;
}
#sectionLinks li a {
	display: block;
	line-height: 25px;
	background-image: url(img/li.jpg);
	text-indent: 25px;
	width: 150px;
	background-repeat: repeat-x;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#sectionLinks li a:hover {
	background-image: url(img/li_ov.jpg);
}

#sectionLinks h3 {
	text-indent: -10000px;
	border-bottom-style: solid;
	background-image: url(img/menu_h3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#sectionLinks ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*********** リアルてっどLinks styles ***********/

#relatedLinks{
	margin: 0px;
	padding: 0 0 0 10px;
	
	font-size: 90%;
}

#relatedLinks li {
	list-style-type: none;
}
#relatedLinks li a {
	display: block;
	line-height: 18px;
	
	text-indent: 25px;
	width: 150px;
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#relatedLinks li a:hover {
	background-image: url(img/2li_ov.jpg);
	
}

#relatedLinks h3 {
	text-indent: -10000px;
	border-bottom-style: solid;
	background-image: url(img/menu2_h3.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	width: 150px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#relatedLinks ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 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;
}
