@charset "UTF-8";
/* CSS Document */


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	list-style:none;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

body {
	line-height:1.7em;
	font-size: 13px;
	color: #644519;
	background-image: url(../images/bk.png);
	background-repeat: repeat;
}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:focus{/*firefoxの赤線リンク対策 */
outline:none;
} 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear{ clear: both; line-height: 0}
	
img { border-style:none; }

a img { border-style:none; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
  max-height: 0;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
a{
	text-decoration: none;
	color: #930;
}
a:hover{
	text-decoration:underline;
	color: #963;
}


img {

   vertical-align: top;
}
.right {
	float: right;
}
.left {
	float: left;
}
/*************************************************
header
*************************************************/
header{
	background-image: url(../images/headerbk.png);
	background-repeat: repeat-x;

	}

.header-inner{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	}

.header-topArea {
	text-align: center;
	padding-top: 30px;
	position: relative;	
}
.header-topArea h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	font-size: 11px;
}
.header-topArea p{
	height: 24px;
	width: 111px;
	position: absolute;
	top: 30px;
	right: 0px;
	}
.header-topArea p a{
	background-image: url(../images/fb_btn.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	text-indent: -9999px;
	background-position: 0 0;
}

.header-topArea p a:hover{  
  background-image: url(../images/fb_btn.png);
  background-repeat: no-repeat;  
  background-position: 0 -25px;
}  
.header-topArea h2 {
	padding-top: 15px;
	padding-bottom: 50px;
}




/*************************************************
header-navi
*************************************************/
#header-menu{
	margin-bottom: 30px;
	overflow: hidden;
	}

#header-menu ul li {
	float: left;
	display: inline;
	width: 123px;
	padding-right: 19px;
	
}
.header-menu06{
	padding-right: 0px !important;
	}

#header-menu li a{
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 59px;
	background-position: 0 0;
	}
#header-menu li a:hover{
	background-position: 0 -58px;}

.header-menu01 a{background-image: url(../images/menu01.png);}
.header-menu02 a{background-image: url(../images/menu02.png);}
.header-menu03 a{background-image: url(../images/menu03.png);}
.header-menu04 a{background-image: url(../images/menu04.png);}
.header-menu05 a{background-image: url(../images/menu05.png);}
.header-menu06 a{background-image: url(../images/menu06.png);}
.header-menu07 a{background-image: url(../images/menu07.png);}




.header-menu01 a:hover{background-image: url(../images/menu01.png);}
.header-menu02 a:hover{background-image: url(../images/menu02.png);} 
.header-menu03 a:hover{background-image: urlurl(../images/menu03.png);}
.header-menu04 a:hover{background-image: url(../images/menu04.png);}
.header-menu05 a:hover{background-image: url(../images/menu05.png);} 
.header-menu06 a:hover{background-image: urlurl(../images/menu06.png);}
.header-menu07 a:hover{background-image: url(../images/menu07.png);}






/*************************************************
contens
*************************************************/
.red{
	color: #c7470f;
	}
.top10{
	margin-top: 10px;
	}
.wapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
	padding-bottom: 80px;
}

.wapper02{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}


.con_h2 {
	margin-bottom: 30px;
}
.title {
	text-align: center;
	margin-bottom: 30px;
}

/*************************************************
contens(下層ページ)
*************************************************/

#main{
	width: 650px;
	padding-bottom: 80px;
	float: left;
	overflow: hidden;
	}
	
#said{
	width: 275px;
	float: right;
	}
/*************************************************
footer
*************************************************/
footer{
	background-image: url(../images/footer_bk.png);
	background-repeat: repeat-x;
	height: 120px;
	padding-top: 30px;
	clear: both;
	}.footer-inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footerleft h2 {
	margin-bottom: 15px;
}
.footerleft {
	float: left;
	width: 300px;
}
.footerright {
	float: right;
	width: 400px;
	text-align: right;
}
.footerright p {
	padding-top: 15px;
}

/*************************************************
Back to Top
*************************************************/
#back-top {
    position: fixed;
    bottom: 30px;
	right: 0px;
    margin-left: 150px;
}
#back-top a {
    width: 108px;
    height: 108px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #666;
}
#back-top a:hover {
    color: #000;
}

/*************************************************
旧美菜ニコのページ
*************************************************/
.navi-box {
	padding-bottom: 15px;
}
#bana ul {
	list-style-type: none;
}
#bana ul li {
}
#top-page {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.navi-box {
	background-image: url(../images/pan-menu-bk.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 125px;
	width: 275px;
}
.navi-box-hedder {
	background-image: url(../../menu/images/m_heder.png);
	background-repeat: no-repeat;
	padding-top: 11px;
	margin-top: 15px;
}
.navi-box-contents ul {
	list-style-type: none;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
.navi-box-contents ul li {
	margin-top: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #630;
	height: 15%;
}

.navi {
	margin: auto;
	width: 220px;
	padding-top: 30px;
}
.navi-box-contents {
	background-image: url(../../menu/images/m_contens.png);
	background-repeat: repeat-y;
}

.navi1 {
	margin-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
	padding-bottom: 14px;
}
.navi-top {
	margin-bottom: 15px;
}
.clear *{
	visibility: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navi-box-footer {
	background-image: url(../../menu/images/m_footer.png);
	background-repeat: repeat;
	padding-top: 10px;
	height: 100%;
	margin-bottom: 15px;
}
.menu1 a{
	display : block;
	width : 100px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_3.png);
}
.menu1 a:hover {
	background-image : url(../../menu/images/m_03.png);
}
.menu2 a {
	display : block;
	width : 200px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_4.png);
}
.menu2 a:hover {
	background-image: url(../../menu/images/m_04.png);
	background-repeat: no-repeat;
	width: 200px;
}
.menu3 a {
	display : block;
	width : 100px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_5.png);
}

.menu3 a:hover {
	background-image: url(../../menu/images/m_05.png);
	background-repeat: no-repeat;
}
.menu4 a {
	display : block;
	width : 200px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_7.png);
}

.menu4 a:hover {
	background-image: url(../../menu/images/m_07.png);
	background-repeat: no-repeat;
}
.menu5 a {
	display : block;
	width : 100px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_8.png);
}

.menu5 a:hover {
	background-image: url(../../menu/images/m_08.png);
	background-repeat: no-repeat;
}
.menu6 a {
	display : block;
	width : 100px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_9.png);
}

.menu6  a:hover {
	background-image: url(../../menu/images/m_09.png);
	background-repeat: no-repeat;
}
.menu7 a {
	display : block;
	width : 200px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_6.png);
}

.menu7  a:hover {
	background-image: url(../../menu/images/m_06.png);
	background-repeat: no-repeat;
	width: 200px;
}
.menu8 a {
	display : block;
	width : 200px;
	height : 17px;
	text-indent : -999em;
	background-repeat : no-repeat;
	background-image: url(../../menu/images/m_10.png);
}

.menu8  a:hover {
	background-image: url(../../menu/images/m_010.png);
	background-repeat: no-repeat;
	width: 200px;
}


.menu {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 13px;
	width: 960px;
	list-style-type: none;
	clear: both;
	font-weight: bold;

	text-align: center;
}
.menu li {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #300;
}
.menu li:first-child {
    border-left: 1px dotted #300;
}
.m_01 {
	width: 184px;
	
}
.m_02 {
	width: 139px;
}
.m_03 {
	width: 171px;
}
.m_04 {
	width: 160px;
}
.m_05 {
	width: 150px;
}
.m_06 {
	width: 129px;
}
.menu a{
	color: #633;
	text-decoration: none;
	}
.menu a:hover{
	color: #633;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	}

	
