@charset "Shift_JIS";
*{
	margin:0;
	padding:0;
}

/* 画像ボーダー */
img{	margin: 0px;
	border : none;
}
/* clearfix */
.clearfix:after {  
    content: " ";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
    height: 1%;  
}  
.clearfix {  
    display: block;  
}  
/* End hide from IE-Mac */  

/* 文字の色 */
strong{
	color:#fc4750;
}

/* テキストリンク */
a:link{
	color:#ff9a00;
}
a:visited{
	color:#ff9a00;
}
a:active{
	color:#FFF;
}
a:hover{
	color:#FFF;
}

/* ボディ設定 */
body{
	font-size:9pt;
	line-height:12pt;
	color:#FFF;
	background:#000;
}

/* 基本枠
-------------------------------------------*/
h1{
	width:700px;
	margin:10px auto;
	font-size:8pt;
	line-height:9pt;
	font-weight:normal;
	text-align:center;
}
#Base{
	width:700px;
	margin:10px auto;
	background:url(/img/bk_index05.gif) repeat-y;
}
.Text01{
	width:700px;
	background:url(/img/bk_index01.gif) repeat-y center;
}
.Text01 p{
	width:640px;
	padding:0 20px;
	background:url(/img/bk_index02.gif) no-repeat bottom right;
}
.Text02{
	width:660px;
	height:29px;
	margin:5px 0;
	padding:5px 20px;
	background:url(/img/bk_index03.gif) no-repeat bottom right;
	text-align:center;
}
.Text03{
	width:660px;
	height:95px;
	padding:23px 20px 0 20px;;
	background:url(/img/bk_index04.gif) no-repeat bottom right;
	text-align:center;
}
/*コメント
-----------------------------------------------*/
#com_index{
	width:685px;
	background:#151515;
	margin:10px auto;
	border:3px solid #FF9800;
	padding:10px 5px 5px 5px;
}

.title_com{
	color:#FF9800;
	font-size:11pt;
	font-weight:bold;
	background:#000;
	border:1px solid #666;
	padding:5px 0 5px 10px;
}

.in_text{
	padding:5px 5px 0 10px;

}
