@charset "utf-8";
@import url("reset.css");	 /* リセット用 */
/* ---------------------------------
index.cssのCSS設定
------------------------------------ */


/******************* html/body *******************/
html,body
	{
	height:100%;
	}
body
	{
	font-family: "メイリオ" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS P Gothic" , "Osaka" , Verdana , Arial , Helvetica , sans-serif;
	margin:0px auto 0px auto;
	background-image: url(../img/indexbodybk.gif);
	background-repeat: repeat-x;
	background-position:center top;
	color:#666666;
	}
* 	{
	margin:0;
	padding:0;
	}
a
	{
	color: #ff76b6;
	text-decoration: none;
	outline : 0;
	}
a:link
	{
	text-decoration: none;
	}
a:hover
	{
	color: #F9F;
	text-decoration: underline;
	}
img 
	{
	border:0;
	}
#index
	{
	width:950px;
	margin: 0px auto 0px auto;
	background-image: url(../img/indexbk.jpg);
	padding: 0px 0px 200px 0px;
	background-repeat: no-repeat;
	}
#index p.indexcom
	{
	width:350px;
	padding: 10px 0px 20px 580px;
	color:#666;
	}
#index p
	{
	font-size:12px;
	color:#FFFFFF;
	line-height: 14px;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	}
h1
	{
	font-size:12px;
	color:#FFFFFF;
	line-height: 20px;
	width: 750px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 0px 10px;
	}

/******************* clearfix設定 *******************/
.clearfix:after 
	{
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
	}
.clearfix 
	{
	display: inline-block;
	} /* Hides from IE-mac \*/
* html.clearfix 
	{
	height: 1%;
	}
.clearfix
	{
	display: block;
	} /* End hide from IE-mac */

/******************* index設定 *******************/
#indexBt
	{
	width:234px;
	padding: 335px 0px 0px 630px;
	}
#copy
	{
	width:100%;
	background-color:#000000;
	padding:5px 0px 5px 0px;
	text-align:center;
	margin:0px auto 0px auto;
	font-size: 12px;
	color: #db00c4;
	}

