/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 12pt;
}

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

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

a:hover{
	text-decoration: underline;
	color: #003366;
}

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

h1{
 font: bold 80% Arial,sans-serif;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

h4{
	font: 110% Arial,sans-serif;
	color: #336699;
	margin-top: 6px;
	padding-left: 5px;
	line-height: 20px;
	width: 97%;
	font-weight: bold;
	border-bottom-color: #336699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #336699;
	border-left-style: solid;
	border-left-width: 5px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #666666;
	margin-top: 0px;
	padding-left: 3px;
	font-weight: bold;
	line-height: 10px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 10px;
}

strong{
	color: #FF6666;

}

em{
	font-weight: bold;
	font-style: normal;
}

CODE {
	DISPLAY: block; MARGIN-LEFT: 1em; COLOR: #009900; FONT-FAMILY: "Courier New", Courier, mono
}

th{
	color: #336699;
}

.red {color: #cc3366}

.green {
	color: #336699;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecellkanri{
	position:absolute;
	top: 130px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}


#pagecell1{
	position:absolute;
	top: 93px;
	left: 5%;
	right: 2%;
	width:800px;
	background-color: #ffffff;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 5%;
	right: auto;
	width:800px;
	
}

#pageNav{
	float: left;
	width:160px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: 10pt Verdana,sans-serif;
	background-color: #E0E0E0;
	height: 800px;
}

#headlines{
  float:right;
	width: 135px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;

	margin: 0px;
	padding: 5px 0px 5px 5px;
	font-size: 80%;	
	
}
/************** #headlines styles **************/
/******
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
****/
#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines h3{
	text-align: center;

}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 160px;
	border-left: 1px solid #cccccc;
}



#content td{
	padding-top: 5px;
	padding-bottom: 5px;
}


#content p.step{
	margin: 10px 0px 10px 10px;
	border-top-color: #cc3366;
	border-top-style: dashed;
	border-top-width: 2px;
	border-right-color: #cc3366;
	border-right-style: dashed;
	border-right-width: 2px;
	border-bottom-color: #cc3366;
	border-bottom-style: dashed;
	border-bottom-width: 2px;
	border-left-color: #cc3366;
	border-left-style: dashed;
	border-left-width: 2px;
	padding: 5px;
	width: 80%;
}

#content p.rejyume{
	margin: 10px 0px 10px 10px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 5px;
	width: 80%;
}

#content p.rejyume2{
	padding: 5px;
	width: 467px;
	border: solid #336699 1px;
	margin: 5px 5px 5px 10px;
	font-weight: bold;
}

#content dt{
	padding-top: 10px;
	color: #3698C5;
	margin-left: 10px;
	font-weight: bold;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #CCCCCC;
	text-align: right;
}

#navName{
	font-size: 80%;
	padding-top: 5px;
	padding-left: 300px;
}

#navName a{
	color: #3698C5;

}

#comment{
	font-size: 80%;
	margin-left: 175px;
}
/************** utility styles *****************/

#utility{
	font: 90% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #FF0000;
}

#utility a:hover{
	text-decoration: underline;
}

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

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

#pageName h2{
	font: bold 120% Arial,sans-serif;
	color: #cc3366;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	margin: 0px;
	right: 0px;
	padding-top: 0px;
}

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

#kanriNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 70px;
	color: #FFFF66;
	padding: 0px;
	margin: 0px;
	background-color: #339933;
}


#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 500px 0px;
	background-image:  url("../img/top_denwa.gif");

}

#globalNavsub{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	background-image:    url(../../img/glbnav_background.gif);
}

#globalNav img{
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 5px;
	z-index: 100;
}

#globalLink2{
	position: absolute;
	top: 52px;
	height: auto;
	padding: 0px;
	margin: 0px;
	z-index: 101;
	right: 5px;
}


a.glink, a.glink:visited{
	font-size: 10pt;
	color: #336699;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-left: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image:    url(../../img/glbnav_background3.gif);
	text-decoration: none;
	color: #cc3366;
}

.skipLinks {display: none;}



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

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: 10pt Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


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

.feature{
	font-size: 80%;
	padding: 0px;
	margin: 0px;
}
html>body .feature {}

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #003366;
	padding: 0px 0px 0px 10px;
}

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

.feature img{
	padding: 0px 0px 0px 0px;
}


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

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

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #FFFFFF;
	margin-top: 6px;
	padding-left: 10px;
	line-height: 32px;
	background-color: #336699;
	border: 1px solid #cccccc;
	width: 97%;
}


.story p {
	padding-left: 10px;
} 

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

.story img {
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.story img.org {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


th.storysqure{
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-color: #336699;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 0px;
	border-right-color: #336699;
	border-right-style: dashed;
	border-right-width: 1px;
	border-left-color: #336699;
	border-left-style: dashed;
	border-left-width: 1px;
	text-align: center;
}
th.storyLeft2{
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-color: #00cccc;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 0px;
	border-right-color: #00cccc;
	border-right-style: dashed;
	border-right-width: 1px;
	text-align: center;
}

td.storyLeft2{
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-color: #336699;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 0px;
	border-right-color: #336699;
	border-right-style: dashed;
	border-right-width: 1px;
}
td.storyLeft3{
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-color: #00cccc;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 0px;
	border-right-color: #00cccc;
	border-right-style: dashed;
	border-right-width: 1px;
	text-align: center;
	border-bottom-color: #00cccc;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}


td.storysqure{
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-color: #336699;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 0px;
	border-right-color: #336699;
	border-right-style: dashed;
	border-right-width: 1px;
	border-left-color: #336699;
	border-left-style: dashed;
	border-left-width: 1px;
}
td.storysqure2{
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-color: #00cccc;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 0px;
	border-right-color: #00cccc;
	border-right-style: dashed;
	border-right-width: 1px;
	border-left-color: #00cccc;
	border-left-style: dashed;
	border-left-width: 1px;
	text-align: center;
	border-bottom-color: #00cccc;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

td.storyLeft{
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-color: #336699;
	border-top-style: dashed;
	border-top-width: 1px;
	padding-left: 10px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

#siteInfo img{
	vertical-align: middle;
}

#footer{
	text-align: right;
	margin-right: 5px;
}


/************ 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 #336699;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 5px 0px 5px 25px;
	color: #FFFFFF;
	background-color: #336699;
	background-image:  url("../img/bit1.gif");
	background-repeat: no-repeat;
	background-position: 10px 6px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image:  url("../img/bit1.gif");
	font-weight: bold;
	text-decoration: none;
	background-color: #003366;
	background-repeat: no-repeat;
	background-position: 10px 6px;
}


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

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

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

.relatedLinks a{
	display: block; 
}

.relatedLinksnow{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #DDEEFF;
}

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

.relatedLinksnow a{
	display: block; 
}

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

#advert{
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 5px;
}

#advert img{
	display: block;
}


/********************* end **********************/
.posted {
	margin-bottom: 20px;
	text-align: right;
	margin-top: 20px;

}

.bigtext {
	color: #cc3366;
	font-size: 150%;
}

.bigtext2 {
	color: #666666;
	font-size: 150%;
}
