@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :yourName (admin)
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、リンクカラー、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
 
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
html{
	scrollbar-base-color:#000000;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;

}

body {
	background: #000000;
	letter-spacing: 0.2em;
	color: white;
}

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

a:link {
	text-decoration: none;
	border-bottom: 1px dashed gray;
}

a:visited {
	border-bottom: 1px dashed white;
}

a:hover {
	border-bottom: 1px dashed red;
}

a:active {
	border-bottom: 1px dashed red;
}
/*---------------------------------*/


/*-先頭に戻る----------------------------*/
p.pageTop{
	margin-right: 10px;
	float: right;
}
/*------------------------------------------------------*/

#page {
	width: 810px;
	padding-top: 30px;
}

#contents{
	width: 800px;
	padding-top: 20px;
	float: left;
	display: inline;
}


#main {
	width: 740px;
	padding: 0 0px 40px 40px;
	float: left;
	clear: left;
	display: inline;
}

#f-photo{
	height: 200px;
	margin-left: 20px;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	height: 60px;
	padding-top: 20px;
}

ul#f-Navi{
	display: block;
	width: 800px;
	clear: both;
}

#f-Navi li{
	display: inline;
	float: right;
	clear: both;
	margin:0 10px 0 0;
}

.copy{
	display: block;
	text-align: center;
	color: #E0E0E0;
	margin-left: 20px;
}

#footer p{
	text-align: center;
	color: #CECECE;
}




/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
img{display: block;}
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

img#bana{
	margin-bottom: 30px;
}


img#f-p01{
	float: left;
	display: inline;
	margin: 0 0 10px 20px; 
}

img#f-p02{
	float: left;
	display: inline;
	margin: 0 0 15px 30px; 
}

.btn {
	text-align: center;
}

/*
	clearfix
*/
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}





/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
}

#contents .pageTop {
	clear: both;
	text-align: right;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
/*--NEWS------------------*/
dl#info{
	width: 145px;
	height: 200px;
	overflow: auto;
	padding: 0 5px 0 0 ;
}

#info dt{
	color: gray;
	border-bottom: 1px solid gray;	
}

#info dd{
	margin-bottom: 1em;

}
/*----------------------------*/

