@charset "UTF-8";

/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
	color:#333;
	font-size: 12px;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff;
}

br {
	letter-spacing:normal;
	color: #333;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration: none;
}

img {
	border:0;
	vertical-align:bottom;
	text-align: center;
}

h1,h2,h3,h4,h5,h6,h7 {
   margin:0;
}





/* ========TEMPLATE LAYOUT======== */
div#top {
   width:790px;
   margin:0 auto;
   background:url(images/bg_contents_left.gif) 0 0 repeat-y;
}

div#wrapper {
   width:790px;
   background:url(images/bg_contents_right.gif) 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding:0 5px;
   height:140px;
}

div#pr {
	width:782px;
	position:absolute;
	left:4px;
	top:-12px;
	height: 152px;
}

div#contents {
	margin:0 5px;
	padding:5px 20px 0 20px;
}

div#main {
   float:right;
   width:500px;
}

div#sub {
   float:left;
   width:220px;
}

div#totop {
   clear:both;
}

div#footer {
   clear:both;
   margin:0 0px;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:2em;
   color:#fff;
   line-height:70px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:0.75em;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:auto;
}

div#sub h2 {
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:#dd0500;
	color: #FFF;
}


div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:0.75em;
   line-height:1.4;
   list-style:none;
}

div#sub li a {
	display:block;
	padding-left:12px;
	background:url(images/bg_list.gif) 0 6px no-repeat;
	color: #000;
}

div#sub li a:hover {
	color:#0096E7;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
	
}

/* MENU CUSTOMIZE */
div#contents #sub div#menu ul {
   margin:0 0 20px 0;
   padding:0;
}

div#contents #sub div#menu li {
   margin:0;
   padding:0;
   font-size:0.75em;
   color:#333;
   list-style-type:none;
}

div#contents #sub div#menu li a {
   display:block;
   width:200px;
   color:#333;
   padding:10px 0 10px 20px;
   border-bottom:1px solid #DCDCDC;
   background:url(images/bg_menulist.gif) 0 12px no-repeat;
}

div#contents #sub div#menu li a:hover {
	color:#0096E7;
	font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS P ゴシック", verdana, sans-serif;
}


/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a {
	color:#03F;
	text-decoration: underline;
}

div#main a:hover {
	color:#03F;
	text-decoration: none;
}

div#main h2 {
	margin-bottom:8px;
	padding:2px 2px 2px 4px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	border-bottom:3px double #535D57;
}

div#main h3 {
	margin-bottom:3px;
	font-size:12px;
	color: #000;
}

div#main h4 {
	margin-bottom:2px;
	font-size:xx-small;

}

div#main h5 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h6 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h8 {
	margin-bottom:2px;
	font-size:16px;
	color:#F00;
	font-weight:bold;
}
	

div#main p {
	margin:1em 0 1em 0;
	font-size:12px;
	color: #000;
	text-align: left;
}

div#main ul,ol,dl {
	font-size:12px;
	color: #FFF;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}

div.navi {
	background-color: #fff;
	padding: 3px;
	font-size: 70%;

}
div.navi a {
	color: #06F;
	text-decoration:none;
	border-right: 1px #CCC solid;
	padding: 0px 0.3em;
}

.tblbd{
border-collapse:collapse;/* 隣接するborderを重ねる*/
border:#ccc solid 1px;
}
.tblbd td {border:#ccc solid 1px;
}


.fakeContainer { 
    margin: 0 0 0 0;
    width: 498px;
    height: 150px;
    overflow: hidden;
}


ul, li {
list-style-type:none;
padding:0;
margin:0;
}

#crumbs{
height:2em;
border:0px solid #dedede;
margin-left:0.5em;
margin-right:0.5em
}

#crumbs li{
	float:left;
	line-height: 2em;
	padding-left: 0.75em;
	color: #777;
}

#crumbs li a {
display: block;
background: url(images/crumbs.gif) no-repeat right center;
padding-right: 15px;
}

#crumbs li a:link, #crumbs li a:visited {
text-decoration:none;
color:#777;
}
#crumbs li a:hover, #crumbs li a:focus {
color:#dd2c0d;
}




/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}


/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
	position:absolute;
	top:4px;
	right:12px;
	margin:0;
	font-size:0.63em;
}

div#totop p a {
   padding-left:8px;
   background: url(images/bg_totop.gif) 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url(images/bg_dotline.gif) 0 0 repeat-x;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url(images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	margin:0 00px;
	padding:5px 0;
	font-size:0.63em;
	color:#FFF;
	text-align:center;
	background:#F00;
}#top #wrapper #header #pr table {
	text-align: center;
}
#top #wrapper #footer {
	color: #F00;
}
#top #wrapper #footer {
	color: #F00;
}
#top #wrapper #header #pr table tr td {
	font-size: x-small;
	text-align: left;
}
#top #wrapper #contents #main table tr td {
	font-size: 12px;
	color: #000;
}
#top #wrapper #contents #sub .section p {
	font-size: 5px;
}
#onepoint {
	color: #F00;
}
.onpoint {
	color: #00F;
}
#onpoint {
	color: #F00;
}
#top #wrapper #contents #main table {
	font-size: 12px;
	color: #D6D6D6;

}
#appeal {
	color: #000;
}
#grayword {
	color: #666;
}
#grayword {
	color: #666;
}
.grayword {
	color: #000;
}
.onepoint {
	color: #333;
}

font {
	color: #333;
	margin-left: 20px;
}
#red {
	color: #F00;
}

#name {
	font-style: normal;
	color: #900;
	font-weight: bold;
}

#contact {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	border-bottom: #f00 dashed 1px;
}
#waku {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
#waku2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}
#a {
	height: auto;
	width: 97%;
	border: thin dotted #999;
	padding-left: 5px;
	padding-right: 5px;
}
.adv {
	position: relative;
	float: left;
	width: 210px;
	padding-left: 10px;
}
#table {
	width: 499px;
}
#top #wrapper #contents #main table tr td h3 #blue {
	color: #00F;
	text-decoration: none;
}
#top #wrapper #contents #main table tr td strong h3 #green {
	color: #0C0;
	text-decoration: none;
}
#top #wrapper #contents #main #contact table tr td h3 #yellow {
	color: #FC0;
}
.tabletitle {
	background-color: #F00;
	text-align: center;
}
#top #wrapper #contents #main #contact table tr td table tr .tabletitle {
	color: #FFF;
	font-size: 10px;
	
}
#top #wrapper #contents #main #contact table tr td table tr .tabletitle a {
	color: #FFF;
	text-decoration: underline;
	font-size: 12px;
}
#top #wrapper #contents #main #titlebox span {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}
#top #wrapper #contents #main #contact table tr td table tbody tr td font span {
	color: #F06;
	font-weight: bold;
	text-decoration: underline;
}

