@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
	
	color:#333;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.6;
	letter-spacing:1px;
	text-decoration: none;
	background-color: #FC6;
}

br {
	letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
	color:#09F;
	text-decoration:none;
}

img  {
	border:0;
	text-align: center;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	text-align: center;
}


/* ========TEMPLATE WIREFRAME======== */
div#wrapper {
	width:840px;
	margin:0 auto;
	text-align:left;
	padding:20px 10px 0 10px;
	background:#fff url("../image/bg.gif") 50% 50% repeat-y fixed;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div#header {
	width:798px;
	height:auto;
	margin-top: 20;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #666;
	padding-bottom: 20px;
}
#wrapper #header #he02 {
}

#wrapper #header #hesder02 {
	float: none;
}


div#navi {
	width:798px;
	padding-bottom:0px;
	background-image: url(../image/navired.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 30px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
   
}   


div#contents {
	clear:both;
	width:798px;
	margin:0 20px;
	border-bottom:1px solid #C3C3C3;
	color: #333;
	background-color: #fff;
	background-image: url(../image/bg_contents.gif);
	background-repeat: repeat-y;
}

div#main {
	float:left;
	width:540px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
#wrapper #contents #sub table tr td p {
	line-height: normal;
	
}
#wrapper #header table tr td {
	text-align: left;
}


div#sub {
	float:right;
	width:220px;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-decoration: none;
}

div#footer {
   clear:both;
   width:798px;
   padding:15px;
}



/* 回り込み解除 */
div#navi:after,
div#contents:after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER ======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
}

div#header p {
	margin:0;
	padding:10px;
	font-size:x-small;/* 13px相当 */
	text-align: center;
}




/* ========MAIN CONTENTS ======== */
div#main a {
   /*border-bottom:1px dotted #333;*/
}

div#main a:hover {
	color:#6CF;
	border:0;
}

div#main h2 {
	margin-bottom:2px;
	padding:3px 3px 0 3px;
	color:#333;
	font-size:88%;/* 14px相当 */
	
   ;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
}

div#main h3 {
	margin-bottom:2px;
	border-bottom:1px solid #333;
	font-size:12%;/* 13px相当 */
	color: #333;
	text-align: left;
}

div#main p {
	margin:0 0 1em 0;/* 13px相当 */
}


/* ========SUB CONTENTS ======== */

div#sub a:hover {
	color:#603;
	border:0;
	
	font-weight: bold;
}

div#sub h2 {
	margin-bottom:2px;
	padding:2px;
	color:#333;
	font-size:88%;/* 14px相当 */
	font-weight:bold;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
}

div#sub h3 {
   margin-bottom:2px;
   font-size:88%;/* 14px相当 */
   border-bottom:1px solid #333;
}

div#sub p {
	margin:0 0 1em 0;
	font-size:medium;
	text-align: left;
}

div#sub dl {
   margin:0;
   font-size:82%;/* 13px相当 */
}

div#sub dt {
   font-weight:bold;
}

div#sub dd {
   margin:0;
}

/* ========FOOLINK======== */
div#footlink ul {
	text-align:center;
	background:url("../../test0407/kijimuna2010/css/image/bg_dotline.gif") 0 0 repeat-x;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

div#footlink li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footlink li a {
   padding-left:10px;
   background: url("../../test0407/kijimuna2010/css/image/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTMENU ======== */
div#footmenu ul {
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #F0F0F0;
	background-image: url(../../test0407/kijimuna2010/css/image/bg_dotline.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div#footmenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footmenu li a {
   padding-left:10px;
   background: url("../../test0407/kijimuna2010/css/image/bg_footmenu.gif") 0 50% no-repeat;
}



/* ========TOTOP ========= */

div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
   
}

div#totop a {
	padding:0 0 0 12px;
	background:url(../../test0407/kijimuna2010/css/image/bg_totop.gif) 0 50% no-repeat;
	font-size: 10px;
}



/* ========FOOTER ======== */
address {
   margin:0 10px;
   padding:5px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#fff;
   text-align:center;
   background: #ff4500;
}
#wrapper #contents #sub table tr td {
	font-size: small;
	text-align: left;
	color: #333;
	
}
#wrapper #footer #totop p {
	text-align: center;
	font-size: x-small;
}
#wrapper #footer #footlink {
	background-color: #F0F0F0;
	border-bottom-color: #F30;
}
#wrapper #header table tr td {
	font-size: x-small;
	text-align: justify;
	display: table-footer-group;
}
#wrapper #header #he01 {
	float: left;
}
#wrapper #header #he02 {
	float: none;
}

#wrapper #contents #top {
	text-align: center;
}
#wrapper #navi h3 strong {
	color: #F00;
}
#wrapper #navi h3 strong {
	
#wrapper #contents #main {
}
#wrapper #header table {
	text-align: center;
}
#wrapper #contents #sub table tr td strong {
	font-size: small;
	color: #333;
}
#wrapper #contents #sub h2 strong {
	text-align: left;

}
#wrapper #contents #main table tr td p strong {
	font-size: medium;
}
#wrapper #contents #main table tr td p strong {
	font-weight: normal;
}
#wrapper #contents #main p {
	text-align: left;
	color: #333;
	font-size: 12px;
}

