@charset "utf-8";

/* 基本スタイル
----------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font-size:100%;
}

body {
	font-size:75%;/* 基本文字色 */
	/*line-height:1.8;*//* 単位なしだとレイアウトが崩れない */
	line-height:1.7;
	/*\*/
	letter-spacing:1px;
	/* Mac Internet Explorer5用 Backslash Hack */
	background-color:#f8ea94;/* #wrapperを中央寄せにするためのIE対策 */
	width:100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a { 
    color:#333333;
    text-decoration: none;  
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
table{
	border:none;
	}
	
th{
	font-weight:normal;
	}

ul{
	list-style:none;
	margin:0;
	padding:0px;
}
img{
	border:0;
	vertical-align:top;
}

/* 全体
---------------------------------------------*/
#wrapper {
	text-align: left;
	width: 682px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 84px;
	padding-bottom: 40px;
	padding-left: 84px;
	background-color: #FFFFFF;
}
#content {
	margin: 0px;
}
#title {
	margin-bottom: 25px;
}
.cathcopy {
	float: left;
	padding-right: 30px;
	padding-top: 10px;
}
.cathcopy01 {
	margin-bottom: 10px;
}
.cathcopy02 {
	margin-bottom: 24px;
}
.copymain {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
	clear: left;
}
.img_diagram {
	margin-bottom: 20px;
}
#title {
	margin-bottom: 30px;
}
#content .con01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 10px;
}
#seriesmenu {
	width: 682px;
	margin-bottom: 40px;
}
#seriesmenu ul {
}
#seriesmenu ul li a {
	text-align: center;
	display: run-in;
	float: left;
	margin-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 220px;
	border: 1px solid #dddddd;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #999999;
	margin-bottom: 4px;
	letter-spacing: 1px;
}
#seriesmenu ul li a:hover {
	color: #FFFFFF;
	background-color: #ed6d00;
	text-decoration: none;
}
#content   .con02 {
	margin-bottom: 30px;
}
.space {
	height: 30px;
	width: 682px;
	float: none;
}




h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: normal;
	margin-right: 10px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #FF6600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
	margin-bottom: 5px;
}
h3 {
 font-weight: normal;
 padding-left: 30px;
}
h4 {
 padding-left: 60px;
 font-weight: normal;
}
.typo10px {
	font-size: 10px;
}



#footer/* フッター 
----------------------------------------------------------------*/
{
	width:100%;
	clear: both;
}
.copy_right {
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size: 60%;
 color: #666666;
 padding-top: 2px;
}
