@charset "shift-jis";

/* home style css */
/*----------------------------------------------------
title "CONTENTS"

 ----------------------------------------------------*/ 

/*=== value reset ===*/ 

* {	margin:0; padding:0; font-size:100%;} 

h1,h2,h3,h4,h5,h6,em,p,ul,th,td {margin:0; padding:0;}

li { list-style-type:none; margin:0; padding:0;}
img { border:0; margin:0; padding:0; vertical-align:absmiddle;}
hr { display:none;}

.clear{clear:both;}
.left{ float:left;}
.right{ float:right;}
.construction { display:none;}

.von { display:block;}

.kome {font-size:80%; line-height:120%;}

.change {margin:7px 0 0 0 ;clear:both;}


body{
	margin:0;
	padding:0;
	color:#ffffff;
	background-color:#000000;
	font-family: "メイリオ","Meiryo","ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:center;/* for winIE */
	line-height:120% !important;
	line-height:110%;
	_font-size:x-small;/* winIE5.x only */
	_fo\nt-size:small;/* winIE6 only */
}


/*=== 基本リンク ==============================================================================================*/ 

a:link,a:visited { color: #c40009;text-decoration:none;}
a:hover,a:active { color: #82292d;text-decoration:underline;} 

/*=== 全体ワク ===============================================================================================*/ 

#wrap{
	width:960px;
	margin:auto; 
 	text-align:left;
	} 
	
/*=== ヘッダ ====================================*/

/*IE7用*/
*:first-child+html #header{ 
	width:960px;
	height:120px;
	}

#header{ 
	width:960px;
	height:50px;
	}

#header h1{
	display:block;
	width:290px;
	height:50px;
	text-indent:-999px;
	overflow:hidden;
	background:url(../img/logo.jpg);
	}

#header ul {
	width:960px;
	float:left; 
	}

/* ヘッダメニュー*/
.hdrmenu li {list-style-type: none; float:left;}
.hdrmenu li a {display:block; height:31px; text-indent:-999px; overflow:hidden;}
.hdrmenu li a.home {background-image:url(../img/btn_home.jpg); width:62px; margin:0 0 0 545px;}
.hdrmenu li a.promotion {background-image:url(../img/btn_promotion.jpg); width:100px;}
.hdrmenu li a.about {background-image:url(../img/btn_about.jpg);width:168px; }
.hdrmenu li a.contact {background-image:url(../img/btn_contact.jpg); width:85px;}

/*.hdrmenu li a.blog {background-image:url(../img/btn_blog.jpg); width:65px;}*/

/*ロールオーバー*/
.hdrmenu li a:hover.home {background-image:url(../img/btn_home_on.jpg); width:62px;}
.hdrmenu li a:hover.promotion {background-image:url(../img/btn_promotion_on.jpg); width:100px;}
.hdrmenu li a:hover.about {background-image:url(../img/btn_about_on.jpg);width:168px; }
.hdrmenu li a:hover.contact {background-image:url(../img/btn_contact_on.jpg); width:85px;}

/*.hdrmenu li a:hover.blog {background-image:url(../img/btn_blog_on.jpg); width:65px;}*/


/*=== メインワク ================================*/
#main{
	clear:both;width:960px;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	padding:10px 0 10px 0;
	}

#contents{
	float:both;
	width:960px;
	height:auto;
	}

/*=== フッター ==================================*/ 
#footer{
	clear:both;
	width:960px;
	margin:5px 0 50px 0;
	font-size:80%;
	}

/*=== 以上基本ページ構造 ==================================*/ 


/*=== RUSH ===*/

#copyright{
	margin:10px 0 10px 0;
	font-size:75%;
}
