/* ベースCSS　 */


/*全体*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	line-height: normal;
	font-size: 100%;
	font-style: normal;
}
body {
	/*margin: auto;*/
	background-color: #EEEEEE;
	font-family: "ＭＳ　ゴシック", Osaka, sans-serif;
/*	font-family: Times New Roman, Arial, Helvetica, sans-serif;*/
	color: #666666;
	text-align: center;
}

#container {
	width: 850px;
	margin: auto;
	overflow: hidden; /*floatの解除*/
}

/*	header部分	*/
#header {
	width: 850px;
	margin: auto;
/*	background-image: url(../img/forexnote.jpg);
	background-repeat: no-repeat;/*
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
/*	border: solid 1px #999999;*/
	float: left;
}
#header div.head1 {
	width: 850px;
	height: 25px;
	background-image: url(../img/header_1.gif);
	background-repeat: repeat-x;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
}
#header div.head2 {
	width: 600px;
	height: 40px;
	/*background-image: url(../img/header_2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
}
#header div.head3 {
	width: 250px;
	height: 40px;
	background-image: url(../img/header_oval.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	background-color: #FFFFFF;
	text-align: right;
}
#header div.head4 {
	width: 850px;
	height: 25px;
	background-image: url(../img/header_2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 80%;
}

#header p {
	position: absolute;
	top: 45px;
}

/*	contents部分	*/
#contents {
	width: 850px;
	margin: auto;
	float: left;
	background-color: #FFFFFF;
	/*padding: 0px;
	padding-top: 10px;*/
	text-align: left;
	padding-bottom: 20px;
/*	border: solid 3px red;*/
}
#main1 {
	width: 640px;
	background-color: #FFFFFF;
	/*margin: 0px;
	padding: 0px;
	margin-bottom: 20px;*/
	text-align: left;
	font-size: 90%;
	float: left;
}
#main1 div.half {
	width: 315px;
	background-color: #FFFFFF;
	margin: 5px 0px;
	text-align: left;
	float: left;
}
#main1 div.half ul {
	height: 200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	overflow: auto;
	border-left: 	1px solid #dcdcdc;
	border-right: 	1px solid #dcdcdc;
	border-top: 	1px solid #dcdcdc;
	border-bottom: 	1px solid #dcdcdc;
	padding-left: 20px;
}
#main1 div.half li {
	margin-left: 5px;
	margin-bottom: 3px;
	width: 250px;

}
#main1 a {
	color: blue;
	font-weight: normal;
}
#main1 a:hover {
	color: orange;
	text-decoration: underline;
	font-weight: normal;
}

#main1 h1 {
	color: black;
	height: 25px;
/*	height: 25px;*/
	font-size: 120%;
	border-left: 12px solid #000000;
	line-height: 1.3em;
	padding-left: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
/*	background-image: url(../img/head2.gif);
	background-image: url(../img/oval.gif);
	background-repeat: no-repeat;
	background-position: right;*/
}

#main1 h2 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #68688C;
	color: navy;
	font-size: 100%;
	height: 20px;
	line-height: 1.5em;
	padding-left: 10px;
	margin: 10px 5px;
	clear: both;
	border-left: 12px solid #004080;
	border-right: 1px solid #004080;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
	/*background-image: url(../img/button.gif);
	background-repeat: no-repeat;
	background-position: left;*/
}

#main1 p {
	color: black;
	font-size: 90%;
	line-height: 120%;
	margin: 10px 10px;
}

/*	sidemenu部分	*/
#sidemenu {
	width: 210px;
	background-color: #FFFFFF;
	/*margin: 0px;
	padding: 0px ;*/
	text-align: left;
	font-size: 90%;
	float: right;
}
#sidemenu h2 {
	color: #004080;
	width: 200px;
	height: 20px;
	font-size: 90%;
	text-align:center;
	border-top: solid 1px silver;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	padding-top: 2px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 0px;
	background-image: url(../img/side_h2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
/*	color: #FFFFFF;
	width: 190px;
	height: 20px;
	font-size: 90%;
	text-align:center;
	border-top: solid 1px silver;
	border-right: solid 1px silver;
	border-left: solid 1px silver;
	padding-top: 2px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: none;
	background-color: #004080;
*/
}

#sidemenu ul {
	width: 200px;
	border: solid 1px silver;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	margin-left: 3px;
	background-image: none;
}
#sidemenu li {
	list-style-type: none;
	width: 180px;
	color: #2C245B;
	font-size: 90%;
	padding-left: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	background-image: none;
}

#sidemenu a {
	color: blue;
	font-weight: normal;
}

#sidemenu a:hover {
	color: orange;
	text-decoration: underline;
	font-weight: normal;
}

/*	footer部分	*/
#footer {
	width: 850px;
	margin: auto;
	background-color: white;
	height: 100px;
	float: left;
}

#footer p {
	font-size: 90%;
	line-height: 100%;
	text-align: center;
}

#footer address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align: center;
	border-top: dotted 2px navy;
	padding-top: 5px;
	/*margin-top: 15px;
	margin-bottom: 20px;*/
	clear: both;
}

