/*----------------------------------
dafult.css:   Global header
              Global Menu
              Global Footer
-----------------------------------*/

/* Basic Paramaters */
/*---------------------------------*/
body	{
	background:	#CCCCCC url(../img/bg_tile.jpg) repeat;
	margin:	0px;
	padding: 0px;
	left: 0px;
	top: 0px;
}
	
/* General layout Paramaters */
/*---------------------------------*/

#gHeader	{
	background-image: url(../img/top_bg.gif);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#wrap	{
	position: absolute;
	margin-top: 125px;
	margin-left: 0px;
}


#contact{
	position: absolute;
	top: 104px;
	left: 634px;
}


#english{
	position: absolute;
	top: 104px;
	left: 715px;
}


#gMenu2	{
	position: absolute;
	top: 0px;
	left: 0px
	width: 175px;
	max-width: 174px;
}


#mContent	{
	position:relative;
	margin-left: 175px;	
/*	margin-top: 125px;*/
	max-width: 605px;
	width: 605px;
	min-height: 480px;

}

#gfooter	{
	position: relative;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#contentarea{
	position: relative;
	padding: 18px 25px;
	border: none;
}


/*Golbal*/
/*---------------------------------*/

a, img, li, ul {
	margin: 0px;
	padding: 0px;
	border: none;
}


/* contentarea にCLASSとして指定 */
.alinkactive a{
	font-weight: bold;
	color:#770000;
	text-decoration: none; 
}

.aLinkActive a:visited, .aLinkActive a:link{
	color:#770000;
	text-decoration: none; 
	font-weight: bold;
}

.aLinkActive a:hover, .aLinkActive a:active{
	color:#990000;
	text-decoration: none; 
	border-bottom: dotted 1px #990000;
	color:#990000;
}
/*---------------------------------*/
/*Golbal menu (class) */
/*---------------------------------*/

.ulgMenu{
        font-size: 100%;
        line-height: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.ligMenu1	{
	margin: 0px;
	font-size: 12px;
	height: 28px;
	width: 175px;
	list-style-type: none;
	border:none;
}

li.ligMenu2, li.ligMenu2 a:visited, li.ligMenu2 a:link{
	font-size: 12px;
	margin-left: 15px;
	height: 21px;
	line-height: 21px;
	vertical-align: middle;
	width: 144px;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	display: block;
	font-weight: normal;
	border:none;
}


li.ligMenu2 a:hover, li.ligMenu2 a:active{
	height: 21px;
	line-height: 21px;
	width: 144px;
	text-decoration: none;
	background-color: #FFCC00;
	list-style-type: none;
	display: block;
	font-weight: normal;
	border:none;

}
	
/*For graphic menu (LEVEL2) */
/*---------------------------------*/	
li.ligMenu2a,{
	margin: 0px;
	height: 25px;
	padding: 0px;
	list-style-type: none;
	display: block;
	border: none;
}


/*Golbal Pan NAVI (class) */
/*---------------------------------*/

.crumbNavi{ 
	font-size:12px;
	color: #960000;
	background-color:#FFFFFF;
	margin:5px;
	padding:2px;
	text-decoration: none;
	font-weight: bold;
	display:line;
}


 .crumbNavi a:visited, .crumbNavi a:link{
	font-size:12px;
	color: #960000;
	background-color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


.crumbNavi a:hover, .crumbNavi a:active{
	font-size:12px;
	color: #FFFFFF;
	background-color:#960000;
	text-decoration: none;
	font-weight: bold;
}


/*Go to Top of Page NAVI (class) */
/*---------------------------------*/
/* use for "a" tag to avoid general setting */
.topOfPageA, .topOfPageA a:visited, .topOfPageA a:link{
	font-size:12px;
	color: #333333;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: right;
	text-decoration: none;
}


.topOfPageA a:hover, .topOfPageA a:active{
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#960000;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: right;
	text-decoration: none;
}


/* use for " p" tag */
.topOfPage, .topOfPage a:visited, .topOfPage a:link{
	font-size:12px;
	color:#333333;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
	padding:2px;
}


.topOfPage a:hover, .topOfPage a:active{
	font-size:12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color:#960000;
	font-family: "Arial", "Helvetica", "sans-serif";
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
	padding:2px;
}



/*Golbal footer (class) */
/*---------------------------------*/
.gCopy{
	font-family: "Arial", "Helvetica", "sans-serif";
	width: 604;
	margin-left: 175px;
	text-align: center;
	background-color: #FFFFFF;
	text-decoration: none;
}


.gFooterBorder{
	background-image: url(../img/line_footer_tile.gif);
	background-repeat: repeat-x;
	margin-left: 175px;
	width: 100%;
}

/* other */
/*---------------------------------*/
.notice{					/*for CSS unreaded */
	display: none;
}


/* usage----------------------------
-----------------------------------*/
/*---------------------------------*/

