@charset "utf-8";


body {
    background-color: #000000;
	margin: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
	color: #FFFFFF;
	line-height: 23px;
}

#out{
    width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


p{
    margin: 0px;
}

li{
    text-decoration: none;
	list-style: none;
}

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

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

img{
    border-style: none;
	text-align: center;
}


/*////////////ヘッダー/////////////*/
#header{
    width: 1000px;
	height: 70px;
}

#h1{
    width: 1000px;
	height: 35px;
}

h1{
	font-size:12px;
	margin:0px;
	font-weight:normal;
	display:inline;
	line-height: 23px;
}

#headleft{
    float: left;
	width: 215px;
	height: 55px;
}

#headright{
    float: right;
	width: 600px;
	height: 45px;
	padding-top: 10px;
}


.menu{
    float: left;
    height: 40px;
	display: block;
	margin-right: 20px;
	line-height: 35px;
}


.menu a{
    height: 40px;
	display: block;
	text-decoration: none;
}

.menu a:hover{
    height: 40px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	color: #FFCC00;
	border-bottom: solid 2px #FFCC00;
}


/*////////////ヘッダー/////////////*/




/*//////////////////////// コンテンツ ///*/
#contents{
    width: 1000px;
	height: auto;
	margin-bottom: 60px;
}


#left{
    float: left;
	width: 675px;
	height: auto;
}

#right{
    float: right;
	width: 210px;
	height: 750px;
}

#mini{
	width: 1000px;
	height: 200px;
	padding-top: 20px;
}

#leftmini{
    float: left;
	width: 280px;
	height: auto;
}

#rightmini{
    float: right;
	width: 700px;
	height: 180px;
}

#mini span{
    font-family: "Times New Roman", Times, serif;
    font-size: 23px;
}

#mini a{
    color: #FF6600;
	text-decoration: underline;
}

#mini a:hover{
	text-decoration: none;
}

/* style */

.pad10{
    padding-bottom: 10px;
}

.pad20{
    padding-bottom: 20px;
}


/*//////////////////////// コンテンツ ///*/




/*//////////////////////// フッター ///*/

#footer{
    width: 1000px;
	height: 280px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footinq{
	font-size: 20px;
	padding-bottom: 20px;
}

/*//////////////////////// フッター ///*/

