/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	font: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #211713;
}
body {
	background-color: #FFFEFE;
	background-repeat: no-repeat;
}
/****************************************
Header
****************************************/
#header_wrap {
/*	border-top: 5px #333333 solid;*/
	background:url(../img/common/h_navi_bg.png) #333;
	margin:auto;
	width:1000px;
}

#header_img{
	width:1000px;
	height:100px;
}


/****************************************
Head Navi2
****************************************/
.gnavi {
	height: 50px;
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
	list-style-type: none;
}
.gnavi li {
	list-style-type: none;
	float: left;
	height: 50px;
}

/****************************************
Head Navi Drop Down Sample
****************************************/
#menu_waku {
	text-align: center;
	margin: 0 auto;
	width: 1000px;
	height:50px;
}
*#menu img {
	border: 0;
	vertical-align: bottom;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	width: 1000px;
	position: relative;
}
#menu li {
	float: left;
	position: relative;
}
/*  メニュー横幅・*/
.menu01 {
	width: 166px;
}
.menu02 {
	width: 167px;
}
.menu03 {
/*	width: 100px;*/
}
/*  メニュー　sub */

.menu01_sub {
	margin: 0px;
	width: 166px;
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
}
.menu01_sub li a {
	display: block;
	width: 166px;
	border-bottom:thin #aaa solid;
}
.menu02_sub {
	margin: 0px;
	width: 167px;
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
}
.menu02_sub li a {
	display: block;
	width: 167px;
	border-bottom:thin #aaa solid;
}

/****************************************
Head Navi
****************************************/
#navi {
	height:50px;
	width:1000px;
	display:block;
    padding: 0px;
    margin:0 auto;
}
#navi li {
	list-style-type: none;
	float: left;
	border-left:#999 1px dotted;
	border-right:#999 1px dotted;
}
#navi a {
    display: block;
    height: 50px;
    width: 164px;
	text-align: center;
	font-size: 100%;
	line-height:50px;
	font-weight: bold;
    text-decoration: none;
    color: #FFF;
    background-position: bottom;
	vertical-align:middle;
/*	background:url(../img/navi.png) no-repeat;*/
}
#navi a:hover {
/*    background-image:url(../img/navi_on.png);*/
	background:#CC331A;
    background-position: bottom;
    color: #FFF;
}

.ank{
	margin:0;
}

.ank_sub{
	margin:0;
	color:#999;	
}



#navi li a.current {
/*    background-image:url(../img/navi_on.png);*/
}

/****************************************
Main
****************************************/
#main_wrap {
	background-image: url(../img/pc_bg2.png);
	background-repeat:no-repeat;
	background-position: 50% 0;
	width: 1000px;
	margin:auto;
	height:auto;
	min-height:1100px;
	max-height:100%;
}


/****************************************
Footer
****************************************/
#footer_wrap {
	height:auto;
	margin:auto;
	width: 1000px;
}

#kumihimo {
	background:url(../img/common/kumihimo.png) no-repeat;
	width: 1000px;
	height:51px;
	margin: auto;
}


#footer {
	background: url(../img/common/footer_bg.png) #666;
	margin: auto;
	height:auto;
}

#ft_link{
	width:1000px;
	margin:auto;
	text-align:center;
	padding:10px 0;
	border-bottom:1px #FFFFFF solid;
	color:#FFF;
}

#ft_link a{
	color:#FFF;
	text-decoration:none;
}

#ft_link a:hover{
	color:#FFF;
	text-decoration:underline;
}

#ft_link2{
	color:#FFF;
	line-height:2.5em;
	margin:10px 0;
}

#ft_link2 ul{
	display:block;
	float:left;
	padding:0 40px 0 20px;
}
#ft_link2 li{
	list-style:disc;
}

#ft_link2 a{
	color:#FFF;
	text-decoration:none;
}

#ft_link2 a:hover{
	color:#FFF;
	text-decoration:underline;
}



#ft_address{
	border-top:1px solid 1px;
	width:1000px;
	margin:auto;
	padding:20px 0 5px 10px;
	color:#FFF;
	text-align:left;
	line-height:1.3em;
}

#ft_address .copy{
	margin:5px 0;
	text-align:center;
}
/*
赤		CC331A
濃赤	#751D0E
茶色	211713
グレー	474747
青	1F4C9F
*/
