@charset "utf-8";
/*------------------------------------------------------------
	ページ設定
------------------------------------------------------------*/

body {
	line-height: 1.2em;
	font-size:12px;
	color:#555555;
}

.clear_fix{
	clear:both;
}

#container{
	width:500px;
	/*width:1000px;*/
	margin:0 auto;
	background:#ffffff;
}

a{text-decoration:none;}
/*a:link{ color:#4c5dff;}*/    /* 未訪のリンク */

p{
	line-height: 1.5em;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#site_title{/*h1*/
	margin:5px 0 0 0;
text-align:center;
  width:100%;
  height:36px;
  font-size:105%;
}

header{/*
	width:100%;
	height:auto;
	background:url(../images/index_main_back.gif) repeat-x;
	*/
}


/*▼Glovalnavigation_design▼*/

nav ul{

}

nav li{

}

.btn {

}
/*▲Glovalnavigation_design▲*/

/*------------------------------------------------------------
	コンテンツエリア
------------------------------------------------------------*/
h1{
}

h2{
	border-left:solid 7px #3366CC;
	padding:3px 0 3px 10px;
	font-size:130%;
}

h3{
}

#contents_body{/*INDEX準備中*/
	margin:30px 0 0 0;
}
#contact a{
	text-align:center;
}

#contact a{
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #111;
	-moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
	width: 150px;
	font-size:120%;
	padding: 10px 0;
	display:block;
	color:#666666;
	font-weight:bold;
	text-shadow:1px 1px 3px rgba(0,0,0,0.2);
	margin:10px auto;
}

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

#f_navi{
	margin:0 auto;
	padding:2px 0 0 0;
	width:240px;
	height:32px;
}

#f_navi li{
	float:left;
	margin:0 0 0 1px;
	width:59px;
	height:32px;
}

footer{
padding:10px 0 0 0;
border-top:solid 1px #f1f1f1;
}


#footer_info{
    width:100%;
	height:165px;
	background:url(../images/footer_back.gif) repeat-x;
}

#copyright{
  font-family:"Century Gothic";
  line-height:1.5em;
  letter-spacing:0.1em;
  padding:0px 0 0 0;
  margin:0 auto;
  /*height:25px;*/
  text-align:center;
  font-size:10px;
  color:#cccccc;
}


