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

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

/*----------------------------------------------------
	基本設定、リンクカラー、レイアウト、横幅設定など
----------------------------------------------------*/
body {
	color: #330000;
	background: url(../images/common/bg.jpg) 0 0 repeat-x;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
  overflow-x: hidden;
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,Osaka,Osaka-mono,"Osaka－等幅","MS Gothic",monospace;
}

a:link {
	color: #336699;
	text-decoration: underline;
	overflow: hidden;
}

a:visited {
	color: #CC3366;
	text-decoration: underline;
}

a:hover {
	color: #BBD1E8;
	text-decoration: none;
}

a:active {
}

a:focus {
	outline:none;
}

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

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

.btn {
	text-align: center;
}

.clear {
	clear: both;
}

.f5{
	font-size: 5px;
}

.fieldWithErrors {
  display:inline;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*----------------------------------------------------
	汎用class color
----------------------------------------------------*/
.d_pink {
	color: #C36;
}

.red {
	color: #F00;
}

.pink {
	color: #F36;
}

.v-blue {
	color: #3CC;
}

.bold {
	font-weight: bold;
}

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

.clearfix {
	display: inline-block;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/common/bg_right.jpg) right top no-repeat;
}

#container {
	width: 940px;
	text-align: left;
	background: #FFFFFF url(../images/common/bg_left.jpg) left top no-repeat;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 900px;
	margin-left: 30px;
	margin-bottom: 10px;
	padding: 0 10 0 10;
}

/* ページトップ */
#contents p.pageTop {
	width: 67px;
	margin-top: 50px;
	float: right;
	padding-right: 10px;
}

#contents p.pageTop a {
	display: block;
	background: url(../images/common/pagetop.gif) left top no-repeat;
	width: 67px;
	height: 6px;
	text-indent: -9999px;
	cursor: pointer;
	font-size:1px;
	line-height:1px;
}

#contents p.pageTop a:hover {
	background-position: bottom;
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main {
	width: 680px;
	float: right;
	padding-left: 20px;
}

#main p {
	line-height: 150%;
}

/*----------------------------------------------------
	#main2
----------------------------------------------------*/
#main2 {
	width: 880px;
}


/*----------------------------------------------------
	#nav
----------------------------------------------------*/
#nav {
	width: 200px;
	float: left;
}

/* -----------------------------------------------------------
	#header ヘッダー
----------------------------------------------------------- */
#header {
	width: 920px;
	margin-left: 20px;
}

/* -----------------------------------------------------------
	#footer フッター
----------------------------------------------------------- */
#footer {
	width: 900px;
	margin-bottom: 20px;
	margin-left: 30px;
}