@charset "utf-8";
/* CSS Document */
*{	margin:0; padding:0; }
body{
	font-family: "ＭＳ Ｐゴシック", "Osaka" , "Arial", "Helvetica" sans-serif;
	font-size: 12px;
	margin:0 auto;
	background-image:url(img/back_zebra.gif);
	_font-size: 80%;/*IE6用*/ 
}

h1, h2, h3, h4, h5, h6, p, address {
	font-size: 12px;
	_font-size: 90%;/*IE6用*/
}

body, h1, h2, h3, h4, h5, h6, p, address, img, li, dl, td, th, em{
	border: none;
	line-height:1.5;
	color: #000;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	font-style:normal;
}

th, td { vertical-align: top; text-align: left;}
img{ border:none;}
strong { font-weight: bold; }
caption { caption-side: bottom;}
hr { display: none;}
a{ outline : 0 ;}
.clear { clear:both;}
.fright { float: right; }
.colorRed{
	color:#FF0000;
}

#container {
	padding:0px;
	margin: 0px auto;
	width: 940px;
	background:#333333;
}


/*--------------------------------ヘッダ*/

#header h1{
	width:940px;
	height:180px;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	background-color:#333333;
	text-indent:-9999px;
}

/*--------------------------------メインボックス*/

.mainBox {
	width:800px;
	margin:0px 70px 0px 70px;
	background:#333333;
	padding-bottom:0px;
}

/*--------------------------------フォトボックス*/

.photoBox {
	width:140px;
	height:210px;
/*	border-width:1px;
	border-style:solid;
	border-color:#FFF;*/
	margin:0px 10px 0px 10px;
	background:#000;
	padding:0px;
	float:left;
	display:inline;
}
.photoBox a {
	width:138px;
	height:207px;
	border-width:1px;
	border-style:solid;
	border-color:#FFF;
	display:block;
}

.photoBox a:hover {
	border-color:#A37823;
}

/*--------------------------------ボーダー用*/

.borderBox {
	width:820px;
	height:20px;
	margin:0px 60px 0px 60px;
	background-image:url(img/border.gif);
	padding-bottom:0px;
}

/*--------------------------------クローズ*/

div#close-box {
	width:940px;
	margin:20px 0px;
	text-align:center;
	background-color:#333;
}



/*--------------------------------フッター*/

#attention {
	width:940px;
	height:50px;
	margin:20px 0px 0px 0px;
	background-color:#333;
}
	
#attention p{
	font-size:12px;
	color:#FFF;
	text-align:center;
	background-color:#333;
}


/*--------------------------------フッター*/

#footer {
	width:940px;
	background-color:#333;
	padding-bottom:20px;
}
	
#footer p{
	font-size:12px;
	color:#FFF;
	text-align:center;
	background-color:#333;
}
#footer a{
	font-size:12px;
	color:#FF0;
}
#footer a:hover{
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
