@charset "utf-8";

/* -- ブラウザスタイルの初期化 -- */

@charset "UTF-8";

html, body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	padding: 0;
	font-family:Verdana, Arial, sans-serif;
}

p, pre, blockquote,
ul, ol, dl, address {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family:Verdana, Arial, sans-serif;
}

img,a {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
	padding: 0 0 3px 3px;
}

.bold {
	font-weight: bold;
}

/* -- bodyのスタイル -- */

a:link { color: #0066cc; }
a:visited { color: #0066cc; }
a:hover { color: #8bd33a; }
a:active { color: #8bd33a; }

/* -- div#containerのスタイル -- */

div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
	}

/* -- div#headerのスタイル -- */

div#header {
	width: 760px;
	background: url("../img/common/header.gif") no-repeat 0 0;
	margin: 0;
	padding: 0 0 10px 0;
}

h1 a {
	display: block;
	width: 215px;
	height: 70px;
	font-size: 0;
	font-weight: normal;
	text-decoration: none;
	text-indent: -9999px;
	background: url("../img/common/logo.gif") no-repeat 0 0;
	clear: both;
}

ul.usernav {
	float: right;
	margin: 0;
	padding: 5px 3px 0 0;
	font-size: 60%;
	font-weight: bold;
}

ul.usernav li {
	display: inline;
	list-style-type: none;
	padding: 0 3px;
}

p.lang {
	padding: 10px 0 0 0;
	font-size: 60%;
	font-weight: bold;
}

ul.globalnav {
	clear: both;
	margin: 15px 0;
	padding: 10px 5px 10px 0;
	font-size: 75%;
	font-weight: bold;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #edebd5;
}

ul.globalnav li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
}


/* -- div#commitmentのスタイル -- */

div#commitment {
	width: 760px;
	clear: both;
	margin: 0 0 10px 0;
}

div#commitment p {
	width: 700px;
	margin: 0 0 0 16px;
	padding: 10px;
	background-color: #d2edff;
	border: 2px dotted #cccccc;
}

/* -- div#visualのスタイル -- */

div#visual {
	float: left;
	width: 760px;
	margin: 5px;
}

/* -- div#recommendのスタイル -- */

div#recommend {
	width: 720px;
	margin: 0 0 10px 0;
	padding: 10px;
}

div#recommend ul {
	clear: both;
	width: 720px;
	float: left;
	background-color: #E8E8E8;
	border: 1px dotted #CCCCCC;
	padding: 10px;
}

div#recommend li {
	margin: 0 0 0 20px;
	padding: 3px 0;
}

/* -- div#tokushuのスタイル -- */

div#tokushu {
	clear: both;
	padding: 10px 0;
	text-align: center;
}

/* -- div#contentのスタイル -- */

div#content {
	float: left;
	width: 760px;
}

h3.index {
	padding: 0 0 3px 7px;
	border-left : 7px solid #666666;
	border-bottom : 1px solid #666666;
}

div#content dt {
	margin: 5px;
	font-size: 60%;
}

div#content dd { margin: 13px; }

div#content hr {
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
	margin: 0 0 5px 0;
}

div#content p { text-align: right; }

div#content_01 {
	float: left;
	width: 350px;
	margin: 0 20px 0 0;
	padding: 10px;
}

div#content_02 {
	float: left;
	width: 350px;
	padding: 10px;
}

div.topics_koe {
	width: 350px;
	height: 110px;
}

img.topics_koe {
	float: left;
	padding: 0px 5px 0px 0px;
}

/* -- div#footerのスタイル -- */

div#footer {
	clear: both;
	width: 760px;
}

div#banner {
	width: 760px;
	background-image: url("../img/top/banner_back.gif");
	background-repeat: repeat-x;
	padding: 10px;
	float: left;
}

div.banner_img {
	margin-left: 30px;
	margin-right: 10px;
	width: 80px;
	float: left;
}

div.banner_text {
	width: 120px;
	float: left;
}
a.ad { color: #666666; }

ul#ad {
	width: 760px;
	float: left;
	padding: 10px;
}

ul#ad li { margin: 5px; }

ul#about {
	width: 760px;
	padding: 10px;
}

ul#about li {
	display: inline;
	list-style-type: none;
	margin: 10px;
}

div#w3c {
	width: 760px;
	padding: 10px;
}

div#w3c p { text-align: center; }

div#footer address {
	padding: 10px;
	font-size: 60%;
	font-style: normal;
}

