@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

a:link{
	color:#c31b33;
	text-decoration:underline;
}
a:visited{
	color:#c31b33;
	text-decoration:underline;
}
a:hover{
	color:#1b2fc3;
	text-decoration:underline;
}

#header_bg{
	width:auto;
	height:250px;
	background-image:url(img/design_header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
#header{
	width:950px;
	height:250px;
	margin:0 auto;
}

#menu_bg{
	width:auto;
	height:20px;
	background-color:#038cb9;
}
#menu{
	width:740px;
	height:20px;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	margin:0 auto;
}
#menu a:link{
	color:#FFF;
	text-decoration:none;
}
#menu a:visited{
	color:#FFF;
	text-decoration:none;
}
#menu a:hover{
	color:#c31b33;
	text-decoration:none;
}

#graph_bg{
	width:740px;
	height:400px;
	margin:0 auto;
	background-image:url(img/design_graph.jpg);
	background-repeat:no-repeat;
}
.space01{
	width:740px;
	height:207px;
	font-size:0px;
}
.space02{
	width:592px;
	height:19px;
	float:left;
	padding-top:1px;
}
.space03{
	width:740px;
	height:70px;
	clear:both;
}
.buy_btn{
	width:103px;
	height:17px;
	float:left;
	padding-top:1px;
}

#contents_box01{
	width:740px;
	height:641px;
	margin:0 auto;
}
#contents_box01 #center{
	width:665px;
	height:455px;
	background-image:url(images/contents01_03.jpg);
	background-repeat:no-repeat;
}
#contents_box01 #space01{
	width:665px;
	height:425px;
	font-size:0px;
}
#contents_box01 #space02{
	width:495px;
	height:20px;
	float:left;
}
#contents_box01 #link_text{
	width:130px;
	height:20px;
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}
#contents_box02{
	width:740px;
	height:641px;
	margin:0 auto;
}
#contents_box02 #center{
	width:665px;
	height:455px;
	background-image:url(images/contents02_03.jpg);
	background-repeat:no-repeat;
}
#contents_box02 #space01{
	width:665px;
	height:425px;
	font-size:0px;
}
#contents_box02 #space02{
	width:495px;
	height:20px;
	float:left;
}
#contents_box02 #link_text{
	width:130px;
	height:20px;
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}

#contents_box03{
	width:740px;
	height:631px;
	margin:0 auto;
}
#contents_box04{
	width:740px;
	height:631px;
	margin:0 auto;
}
#contents_softonly{
	width:740px;
	height:601px;
	margin:0 auto;
}

#copyright{
	width:800px;
	height:20px;
	margin:0 auto;
	font-size:10px;
	line-height:20px;
	text-align:right;
	padding-top:10px;
}

