@charset "UTF-8";

/* サイト共通部分の設定 */

/* 基本設定 */
body {
	/* 余白 */
	margin: 0px;
	padding: 0px;
	/* フォントの種類（閲覧環境により指定順の該当フォントで表示） */
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", Osaka, Sans-serif;
	/* フォントサイズ */
	font-size:12px;
	/* フォントの色 */
	color:#333333;
	/* 行間 */
	line-height:1.5;
	background-color: #FFFFFF;
}

/* IE7用ハック */
/* 文字サイズの再指定（可変） */
*:first-child+html body {
	font-size:75%;
}
.textcolor {
	color: #006633;
	font-size: 11px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: bold;
}

/* IE6以下用ハック */
/* 文字サイズの再指定（可変） */
* html body {
	font-size:75%;
}

/* タグの初期化 */
h1,h2,h3,h4,h5,h6,img,ul,li,p,a,table,td,dl{
	margin:0px;
	padding:0px;
	border:none;
}

/* リンクの共通設定 */
a{
	/* アウトラインを消す */
	outline-width:0;
}


/* リンクの共通設定 */
/* リンクの共通設定 */
a{
	/* 下線を消す */
	text-decoration:none;
	outline-width:0;
	
	/* フォントの色 */
	color:#660099;
}





/* コンテンツエリア */
#contents {
	/* 幅 */
 	 width:900px;
	/* 背景 */
	/* Clearfix */	
	clear: both;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
#flaxel #contents{
	height: 630px;
	margin-top: 50px;
	color: #FFFFFF;
	}
	

#wapper {
	margin-left:auto;
	margin-right:auto;
	position: relative;
}


/* メインコンテンツ */
#main {
	width:100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: -2px -1px;
	margin-top: 30px;
}
#flaxel #main {
	color: #000000;
}

/*ナビゲーション */

#nav {
  float:left;
  width:152px;
  position: relative;
}

/*全体メインコンテンツ */
#maincontents{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*clearfix: */
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/
