/*  --基本設定-- */

@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}
li {
	list-style: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 72%;
	color: #646464;
	text-align: center;
	line-height: 1.5em;
	background-color: #1c2a2f;
}
h2 {
	font-size: 130%;
}
h3 { font-size: 116%;}

/*  ######################################
             container                 
####################################### */
#container01 {
	width: 840px;
	text-align: left;
	float: right;
	background-image: url(images/container_bg01.gif);
	background-repeat: repeat-y;
	position: relative;
}
#container02 {
	width: 840px;
	text-align: left;
	float: right;
	background-image: url(images/container_bg02.gif);
	background-repeat: repeat-y;
	position: relative;
}
#container03 {
	width: 840px;
	text-align: left;
	float: right;
	background-image: url(images/container_bg03.gif);
	background-repeat: repeat-y;
	position: relative;
}


/*  ######################################
             left-column                 
####################################### */

#left-column {
	float: left;
	width: 35%;
	color: #ffffff;
	letter-spacing: -0.1em;
}
#logo {
	text-align: center;
	margin: 0 20px 20px 0;
}
#logo p#lead {
	color: #A8ACBD;
	font-family: "HG創英角ﾎﾟｯﾌﾟ体", "HG丸ｺﾞｼｯｸM-PRO", sans-serif;

}


#frame01 {
	margin: 40px 0px 40px 20px;
}
#left-column p a {	color: #FFFFFF;}

/* -------- form --------- */
#form {
	margin: 10px 20px 10px 0;

}

#form legend {
	font-size: 110%;
	padding: 0 5px;
	color: #000000;
	font-weight: bold;
}
#form table {
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
#form p { text-align: right; }

#form   select {
	font-weight: bolder;
	width: 150px;
}
.h01 #frame02 #form select { background-color:#FEF8BC}
.h02 #frame02 #form select { background-color:#E2EDFA}
.h03 #frame02 #form select { background-color:#E0F4C6}

/* -------- navi --------- */
#navi ul {
	margin: 0 0 8px;
}
#navi #top { margin-bottom: 8px; }

#navi li,
#navi a {
	color: #ffffff;
	font-weight: bold;
	display: block;
	line-height: 25px;
	text-indent: 25px;
}
#navi a { width: 270px;}
#left-column h2, #navi h2 a,#navi h2 {	text-indent: 15px;line-height: 25px;}
#navi a:hover  {
	background-color: #2e3d42;
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#navi01 a:hover { color: #ffab32 ;}
#navi02 a:hover { color: #4e9acf ;}
#navi03 a:hover { color: #b8d152 ;}
	
#navi .current {
	background: #ffffff ;
	background-image: url(images/nav_current.gif) ;
	background-repeat: no-repeat;
}
#navi01 .current { color: #ffab32 ;}
#navi02 .current { color: #4e9acf ;}
#navi03 .current { color: #b8d152 ;}

	
	
/*  ######################################
            right-column                 
####################################### */

#right-column {
	width: 65%;
	float: right;
}

/*  --------- frame02 ----------- */

#frame02 {
	margin: 40px 0 40px 30px;
	min-height: 770px;
	width: 480px;
}
#right-column h2 {
	line-height: 2em;
	text-indent: 0.7em;
	font-size: 170%;
	letter-spacing: 0.2em;
}

.h01 h2 {	color: #ffab32;	border-left: 8px solid #ffab32;}
.h02 h2 {	color: #4e9acf;	border-left: 8px solid #4e9acf;}
.h03 h2 {	color: #b8d152;	border-left: 8px solid #b8d152;}

#right-column h3, #right-column dt, #right-column li {
	margin: 1em 0 5px;
	font-size: 150%;
	font-weight: bold;
}

.h01 h3, .h01 dt, .h01 a {	color: #ffab32;}
.h02 h3, .h02 dt, .h02 a {	color: #4e9acf;}
.h03 h3, .h03 dt, .h03 a {	color: #b8d152;}

#right-column p {
	margin: 0 2em;
	font-size: 110%;
}
.font01 {
	font-size: 75%;
	letter-spacing: 0.1em;
}

#right-column li {
	list-style-type: square;
	list-style-position: inside;
	text-indent: 4em;
}


#ad01 {
	border: 1px solid #ddd;
	text-align: center;
	margin: 10px 0;
	padding: 2px;
}
#ad02 {
	border: 1px solid #ddd;
	text-align: center;
	margin: 15px 0;
}



/*  ######################################
             footer                 
####################################### */

#footer {
	text-align: center;
	border-top: 2px solid #ddd;
	width: 531px;
	padding: 20px 0 30px 0;
	margin-right: 15px;
}

address {
	font-style: normal;
	font-size: 8pt;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
}
