@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCCCCC;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1em;
	color: #999999;
}

#sidebar {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidemenu {
	height: auto;
	width: 200px;
	margin-bottom: 5px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul a {
	margin: 0px;
	height: 35px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
#sidemenu #information {
	margin: 0px;
	padding: 0px;
	height: 30px;
	background-image: url(../images/information.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#sidemenu #sn1 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn1.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn2 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn2.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn3 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn3.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn4 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn4.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn5 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn5.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn6 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn6.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn7 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn7.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn8 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn8.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn9 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn11.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn10 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn12.gif);
	background-repeat: no-repeat;
}
#sidemenu #sn11 a {
	color: #FFFFFF;
	background-image: url(../images/snbtn13.gif);
	background-repeat: no-repeat;
}
/* header styles
----------------------------*/
#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 155px;
}
#header ul {
	top: 142px;
	position: absolute;
	width: 550px;
	margin-left: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
	display: inline;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.1em;
}
#sidebar img {
	margin-top: 10px;
}

/* main styles
----------------------------*/
#main {
	padding: 5px;
	float: right;
	width: 580px;
	margin-bottom: 20px;
}
#main h2 {
	margin: 20px 15px 0px;
	padding: 4px 0px 6px 6px;
	font-size: 16px;
	height: 16px;
	color: #003399;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #3E7CFF;
}

#main h3 {
	font-size: 13px;
	color: #3E7CFF;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
	padding: 0px;
	line-height: 16px;
}
#main h4 {
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 10px;
	margin-bottom: 15px;
	padding-right: 5px;
}


#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main .top {
	font-size: 1.6em;
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #333333;
	font-weight: bold;
}
#main .blue {
	font-size: 1.2em;
	font-weight: bold;
	color: #0099CC;
}
#main .orange {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 30px;
}


#main dl#concept dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	color: #009900;
}
#main dl#concept dd {
	margin: 0px 0px 10px 6em;
}
#main .box {
	height: 190px;
}
#main .box img {
	float: right;
	margin: 5px;
}
#main .box .moji {
	height: 190px;
	width: 300px;
	float: left;
}
#main .stepbox {
	width: 520px;
	height: 150px;
	margin-left: 50px;
	padding-top: 20px;
}
#main .stepbox img {
	float: left;
}
#main .stepbox .moji {
	float: right;
	height: 120px;
	width: 390px;
}
#main .stepbox .moji .pink {
	font-size: 1.3em;
	font-weight: bold;
	color: #FF9999;
}

#main .sikaku {
	margin: 10px;
	height: 300px;
	width: 540px;
	border: thick solid #3399CC;
}
#main .sikaku p {
	margin-left: 20px;
}
#main .sikaku2 {
	margin: 10px;
	height: 150px;
	width: 540px;
	border: thick solid #66CC99;
}
#main .sikaku2 p {
	margin-left: 20px;
}
#main .sikaku3 {
	margin: 10px 10px 30px;
	height: 250px;
	width: 540px;
	border: thick solid #FFCC99;
}
#main .sikaku3 p {
	margin-left: 20px;
}
#main .dr {
	height: 240px;
	width: 580px;
	margin-bottom: 10px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
#main .dr img {
	margin: 10px;
	float: left;
}
#main .dr .moji {
	float: right;
	height: 230px;
	width: 400px;
}
#main .dr .moji .pink {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #FF6699;
	text-align: center;
	border-bottom: 1px solid #FF99CC;
	border-top: 1px solid #FF99CC;
	background-color: #FBFCFE;
	margin-top: 15px;
}
#main .dr .moji p {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
}
#main .box-t {
	height: 290px;
	width: 185px;
	float: left;
}
#main .box-t img {
	margin-top: 10px;
	margin-left: 10px;
}
#main .box-t p {
	margin: 5px 10px;
	font-size: 11px;
	line-height: 18px;
}
#main .gloden {
	padding: 10px 20px;
	height: auto;
	width: 500px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #FF6666;
	margin-left: 20px;
	border-top: 1px solid #FFCCCC;
	border-right: 1px #FFCCCC;
	border-bottom: 1px solid #FFCCCC;
	border-left: 1px #FFCCCC;
	line-height: 2.3em;
}
#main .topi {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC3300;
	padding-left: 10px;
	padding-top: 5px;
}
#main .topi2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #0099FF;
	padding-left: 10px;
	padding-top: 5px;
}










#footer {
	color: #000033;
	background-color: #FFFFFF;
	padding: 15px;
	clear: both;
	text-align: center;
	border-top: medium groove #000099;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
