/*
******************************************************************************************
*                                                                                        *
*	file name	:	stylesheet.css                                           *
*                                                                                        *
*	version		:	1.0.0                                                    *
*                                                                                        *
*	create date	:	2010.02.12	ver 1.0.0                                *
*                                                                                        *
*	author		:	momotani juntenkan ltd.                                  *
*				akimasa.kano                                             *
*                                                                                        *
******************************************************************************************
*/

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, ms pgothic;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-size: 9pt;
	color: #666666;
}

h2 {
	background: url("../images/h2.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	font-size: 16px;
	font-weight: 700;
	padding: 6px 25px;
}

img {
	border: none;
}

a:link{color:#168C58;}
a:visited{color:#168C58;}
a:hover{color:#6699CC;}

.earth_quake {
	color: #C00;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0;
}

.earth_quake a:link{color: #C00;}
.earth_quake a:visited{color:#C00;}
.earth_quake a:hover{color: #6C0000;}

#container {
	width: 776px;
	min-height: 100%;
	margin: auto;
	margin-top: 0;
	background: url("../images/cj_back.gif");
}

#header {
	width: 700px;
	margin: auto;
	padding-top: 5px;
}

#header .cj_logo {
	float: left;
	margin-top: 10px;
}

#header .sitemap {
	float: right;
	margin-top: 10px;
}

#header .language {
	float: right;
}

#header .global_navi {
	float: right;
	width: 100%;
	height: 30px;
	text-align: center;
	background: url("../images/menu-bg.gif");
	margin: 10px 0;
}

#header .global_navi img {
	margin: 8px 8px 0px;
}

#contents {
	width: 700px;
	margin: auto;
	padding-top: 10px;
}
	
#topic_path {
	width: 100%;
	line-height: 18px;
}
	
#footer {
	width: 700px;
	margin: auto;
	margin-top: 10px;
}

#contact {
	width: 100%;
	margin: auto;
}

#copyright {
	width: 680px;
	margin: 10px auto 0px;
	background: #D8BFE7;
	padding: 10px;
}

#copyright h3 {
	font-size: 10px;
	font-weight: 500;
	color: #5A227B;
}

#copyright .string {
	width: 100%;
	margin: auto;
	line-height: 20px;
	font-size: 10px;
	color: #5A227B;
}

#copyright .hleft { text-align: left; }
#copyright .hcenter { text-align: center; }
#copyright .hright { text-align: right; }

#sitemap {
	width: 680px;
	margin: 10px auto 0px;
	background: #D8BFE7;
	padding: 10px;
	display: none;
}

#sitemap li {
	float: left;
	list-style-type: none;
}

/*フッターバナー*/

#footer_ban {
   margin-top: 15px;
   padding: 0px;
}

#footer_ban li {
   list-style-type: none;
   float: left;
   margin: 0 8px;
   border: 0px;
   padding: 0px;
}

