/* all */
body {
	background-attachment: fixed;
	background-image: url(../pict/bk.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 1px;
	padding: 2px;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #009933;
}
a:active {
	color: #FF6600;
}
a:hover {
	color: #CC0000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


h1 {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	line-height: normal;
	margin: 5px 0px;
	padding: 2px;
	font-family: "MS UI Gothic";


}
.strong_red {
	font-weight: bold;
	color: #CC0000;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 3px;
	padding: 3px 3px 3px 30px;
	background-image: url(../pict/point02.gif);
	background-repeat: no-repeat;
	line-height: 20px;

}
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	padding-left: 5px;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
p {
	margin-top: 1px;
	line-height: 17px;
	padding-left: 15px;
	}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	padding-left: 10px;
}
	
/* table */


table,tr,td {
	font-size: 12px;
	border: 1px solid #c0c0c0;
}
.seethrough {
	border: none;
}

th {
	font-size: 12px;
	background-color: #DBFFD0;
	border: 1px solid #c0c0c0;
}
caption {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-align: justify;
	width: 90%;
}

/* menu */
li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
ul {
	font-size: 14px;
	line-height: 17px;
}
ol {
	font-size: 14px;
}
.bg-00 {
	background-color: #FF33CC;
}
.bg05-10 {
	background-color: #FFFFCC;
}
.bg10-15 {
	background-color: #FFCC33;
}
.bg15- {
	background-color: #66CC33;
}

/* header */

#header {
	font-size: 12px;
	background-image: url(../pict/header.jpg);
	background-repeat: no-repeat;
	margin: 0px 3px 2px;
	padding: 3px 0px 0px 490px;
	height: 62px;
	background-color: #FFFFFF;
}

/* contents */

#contents {
	float: left;
	width: 820px;
	margin: 0px;
	padding: 5px;
	clear: both;
}

/* mein */

#main {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 5px;
	background-image: url(../pict/main_bk.gif);
	background-repeat: repeat-y;
}
/* menu */
#menu {
	width: 180px;
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menu li {
	padding-left: 17px;
	list-style-type: none;
	background-image: url(../pict/point.gif);
	background-repeat: no-repeat;
	margin: 0px;
	list-style-position: outside;
	text-indent: 0px;
}
#menu ul {
	font-size: 14px;


	font-family: "MS UI Gothic"
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	margin: 0px;
	text-indent: -17px;
}

#menu h4{
	margin: 2px;
	padding: 0px;
}

#menu p {
	margin-left: 0px;
	font-size: 12px;
}

/* footer */

#footer {
	font-size: 12px;
	text-align: justify;
	margin: 0px;
	padding: 3px;
	clear: both;
}
/* others */

#left {
	float: left;
	width: 60%;
	margin: 0px;
	padding: 5px;
}

/* class */
.qanda {
	color: #CC0000;
}
.tubaki {
	background-image: url(../pict/point_tsubaki.gif);
	padding-left: 25px;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #FF6600;
}
#contents #main img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contents #main .strong_14 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}#contents #main .green {
	color: #009900;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
