@charset "UTF-8";
/*  
Version: 1.0
Author: ITO Daisuke@D-mediaCreations Inc.
Author URI: http://d-mc.jp/
*/

/*	INDEX
-------------------------------------------------
	BASE
	NAVI
	CONTENT
	SIDE BAR
	FOOTER
	
*/

/*	BASE
-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	text-align: center;
	font-family: "メイリオ", "Meirio" , "MS U1 Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "osaka" , sans-serif;\
	font-size: 14px;
	line-height:130%;
}

#page {
	display: block;
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	text-align: left;
}

h1 {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	margin: 0px;
	padding: 5px 0px 0px 0px;
    border-bottom: 2px solid #EB85B2 ;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 3px 3px 5px;
    border-left: 5px solid #D1DD37 ;
}

h3 {
	color: #000;
	font-weight: 800;
	font-size: 16px;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}

h4, h5 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
    border-bottom: 2px solid #D1DD37 ;
}

#f20b {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

#f20r {
	color: #e40202;
	font-size: 20px;
	font-weight: bold;

}

#f20c {
	color: #0000ff;
	font-size: 20px;
	font-weight: bold;

}

#f16b {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

#f16r {
	color: #ff0000;
	font-size: 16px;
}

#f12 {
	color: #000;
	font-size: 12px;
}

img { border: none;
}

a:link		{ color: #992222 ; text-decoration:none; }
a:visited	{ color: #663333 ; text-decoration:none; }
a:hover		{ color: #CC6666 ; text-decoration:underline; }
a:active	{ color: #FF1111 ; text-decoration:underline; }

table {
	margin: 0px;
	padding: 2px;
	color: #000;
	background-color: #fff;
	font-size: 14px;
}

th {
	margin: 0px;
	padding: 5px;
	color: #fff;
	background-color: #46B68A;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

td {
	margin: 0px;
	padding: 5px;
	color: #000;
	background-color: #fff;
	font-size: 14px;
    border-bottom: 2px solid #46B68A ;
}

ul{
    display:block;
	margin: 0px;
	padding: 10px 10px 10px 30px;
    list-style-type: disc ;
}

ol{
    display:block;
	margin: 0px;
	padding: 10px 10px 10px 40px;
	list-style-type:decimal-leading-zero;
}


#text li{
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

hr { width: 100%;
     height: 2px;
	 color: #F60;
}




/*	NAVI
-------------------------------------------------*/

#navi_r {
    display: block;
    float: left;
	margin: 0px ;
	padding: 0px 0px 0px 0px;
	width: 240px;
	color: #fff;
}


#navi_l {
    display: block;
    float: left;
	margin: 0px ;
	padding: 0px 0px 0px 0px;
	width: 120px;
	color: #fff;
}



/*	CONTENT
-------------------------------------------------*/

#content {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 640px;
    float: left;
	background: #fff;
	text-align: center;
}

#top_center {
	display: block;
	float: left;
	width: 640px;
	height: 740px ;
	padding: 0px;
	text-align: inherit;
}

#indent {
	display:block;
	margin: 0px;
	padding: 5px;
}

#indent_right {
	display:block;
	float:right;
	margin: 0px;
	padding: 5px;
	text-align: right;
}

#indent_right2 {
	display:block;
	float:right;
	margin: 0px;
	padding: 5px;
}

#indent_right3 {
	display:block;
	float:right;
	margin: 0px;
	padding: 0px;
}

#indent_left {
	display:block;
	float:left;
	margin: 0px;
	padding: 5px;
	text-align: left;
}

#indent_left2 {
	display:block;
	float:left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#indent_title_center {
	display:block;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width:inherit;
	text-align:center;
}

#box_policy3rd {
	display:block;
    float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 335px;
	height: 475px;
}

#box_policy3rdbtn {
	display:block;
    float: left;
	margin: 0px;
	padding: 60px 0px 0px 0px;
}

/*	FOOTER
-------------------------------------------------*/

#footer {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;;
	width: 100%;
	background-color: #46B68A;
	/*background:url(img/footer_bg001.jpg) repeat-x;*/
	font-size: 12pt;
	color:#FFF;
	text-align: center;
}


#footer_content {
	display:block;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	text-align: left;
}

#footer_indent {
	display:block;
	float:left;
	width:980px;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	text-align: left;
	font-weight:800;
}

#footer_indent_left {
	display:block;
	float:left;
	margin: 0px;
	padding: 5px 20px 5px 20px;
	text-align: left;
	border-right: 1px solid #FFF;
}

#footer_indent_right {
	display:block;
	float: right;
	width:980px;
	margin: 0px;
	padding: 10px;
	font-size: 10pt;
	text-align: right;
	font-weight:700;
}

#footer a:link		{ color: #fff ; text-decoration:none; }
#footer a:visited	{ color: #fff ; text-decoration:none; }
#footer a:hover		{ color: #cff ; text-decoration:underline; }
#footer a:active	{ color: #cff ; text-decoration:underline; }
