/*
******************************************************************************************
*                                                                                        *
*	file name	:	stylesheet.css                                           *
*                                                                                        *
*	version		:	1.0.0                                                    *
*                                                                                        *
*	create date	:	2010.02.12	ver 1.0.0                                *
*                                                                                        *
*	author		:	momotani juntenkan ltd.                                  *
*				akimasa.kano                                             *
*                                                                                        *
******************************************************************************************
*/

* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, ms pgothic;
	font-size: 12px;
	color: #333333;
}

html, body {
	height: 100%;
}

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

#container {
	width: 776px;
	min-height: 100%;
	margin: auto;
	margin-top: 0;
	background: url("../images/cj_back.gif");
}

	#header {
		width: 700px;
		margin: auto;
		padding-top: 10px;
	}

	#header .cj_logo {
		float: left;
		margin-top: 10px;
	}

	#header .sitemap {
		float: right;
		margin-top: 10px;
	}

	#header .language {
		float: right;
	}

	#header .global_navi {
		width: 100%;
		height: 30px;
		text-align: center;
		background: url("../images/menu-bg.gif");
	}

		#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;
			}
