@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
}

/* --- 全体の背景・テキスト --- */
body {
	margin:0;
	padding:0;
	background-color: #e6e7e8;  /*ページの背景色 */
	color: #000; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

.jisage{
	text-indent: 1em;
}

.full{
	width: 100%;
}

.atred{
	color: #ff3300;
}

.atpink{
	color: #ff0066;
}

/*------------------------------------------------------コンテナ --- */
#container {
	width: 950px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background-color: #ffffff; /* メインカラムの背景色 */

}

#containerInner {
	width: 100%;
}

/*------------------------------------------------------ヘッダ --- */
#header {
	padding: 0;
	background-color: #4d4d4d; /* ヘッダの背景色 */
}

/*------------------------------------------------------左カラム（ヘッダー下カラム） --- */
#nav {
	width: 940px; /* 左サイドバーの幅 */
	padding: 20px 0;
	margin:0 auto;
	clear: left;
	overflow: hidden;
}

#nav li{
	width: 310px;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
}

#nav a {
	margin: 0;
	padding: 0;
	display: block;
}
#nav a:hover img{
filter: alpha(opacity=80);
-ms-filter: alpha(opacity=80);
opacity: 0.8;
}

#nav ul{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

#nav img{
	border-style: none;
	width: 310px;
	padding: 0;
	margin: 0;
}

/*------------------------------------------------------メインカラム --- */
#content {
	float: left;
	width: 600px; /* メインカラムの幅 */
	padding: 0;
	margin: 0;
}

#contentInner{
	margin: 0;
	padding: 20px 40px;
}

#contentInner img{
	padding: 0;
	margin: 0;
}

.imgbox{
	padding-bottom: 15px;
}

#contentInner p{
	font-size: 0.95em;
	padding: 0 2px;
	line-height: 1.5em;
}

/*------------------------------------------------------右カラム --- */
#aside {
	float: left;
	width: 350px; /* 右サイドバーの幅 */
	margin: 0;
	padding: 0;
}

#asideInner{
	margin: 20px 18px 0 0;
	padding: 0;
}

/*------------------------------------------------------footer*/
#footer {
	clear: left; /* フロートのクリア */
	width: 100%;
	padding: 0;
	background-color: #000; /* フッタの背景色 */
	border-top: 2px solid #14CD00;
}

address {
	font-size:0.75em;
	font-style:normal;
	color: #666;
	border-top: 1px solid #666;
	margin: 0px;
	padding:10px;
	text-align:center;
}

/*------------------------------------------------------ヘッダーナビゲーションバー --- */

/* --- ボックス --- */
.section {
	width: 950px; /* ボックスの幅 */
	margin: 0; /* ボックスのマージン（上下、左右） */
	font-size: 90%; /* ボックスの文字サイズ */
	color: #000000; /* ボックスの文字色 */
	font-weight: bold; /* 太字 */
}

/* --- タブエリア --- */
.section .sectionNav {
	width: 100%; /* タブエリアの幅 */
	margin: 0 0 0 28px;
	padding: 0;
	list-style-type: none;
}

.section .sectionNav li {
	position: relative;
	z-index: 1;
	width: 176px; /* タブの幅 */
	height: 48px;
	margin: 0 3px -1px 0; /* タブのマージン（上右下左） */
	background: url(../common/tab_gen_left.gif) no-repeat left top; /* タブの背景（左） */
	border-bottom-style: none;
	text-align: center;
	float: left;
}

/* --- リンク --- */
.section .sectionNav li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 25px 2px 9px 2px; /* リンクエリアのパディング（上右下左） */
	background: url(../common/tab_gen_right.gif) no-repeat right top; /* タブの背景（右） */
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.section .sectionNav li.active {
	z-index: 3;
	background: url(../common/tab_act_left.gif) no-repeat left top; /* アクティブタブの背景（左） */

}

.section .sectionNav li.active a {
	background: url(../common/tab_act_right.gif) no-repeat right top; /* アクティブタブの背景（右） */
	color: #fff; /* アクティブタブの文字色 */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li.active a:hover {
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- 本文領域 --- */
.section .textArea {
	clear: left;
	position: relative;
	z-index: 2;
	padding: 0;
	background-color: #ffffff; /* 本文領域の背景色 */
	border-top: 1px #666 solid; /* 本文領域の枠線 */
	/*border-bottom: 1px #666 solid;  本文領域の枠線 */
}
/*------------------------------------------------------個別 --- */
h1{
	margin: 0;
	padding: 0;
}

h2{
	font-size: 1em;
	font-weight: normal;
	padding: 15px 0;
}

h3{
	margin: 0;
	padding: 10px 0 2px 5px;
	font-size: 1em;
	color: #333;
	border-left: 10px solid #00a650;
	border-bottom: 1px solid #333;
}

p.topimage{
margin: 0;
padding: 0;
border: 0;
font-size: 0;
}

ul#news{
	list-style-type: none;
}

#news li{
	border-bottom: 1px dashed #999;
	padding: 10px 0 5px 5px;
	margin: 10px 0;
}

#newsarea{
width: 950px;
height: 424px;
position: relative;
margin: 0;
}
#newsarea_item{
width: 384px;
position: absolute;
bottom: 50px;
right: 60px;
background: #fff;
}
#newsarea_item iframe{
margin: 0;
padding: 5px 0 5px 10px;
}
#newsarea_btn{
width: 201px;
position: absolute;
top: 120px;
right: 50px;
}
#newsarea_btn a img{
border: 0;
}

#newsarea_btn a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-ms-filter: alpha(opacity=60);
background: #fff;
}

#foot_txt{
color: #929292;
line-height: 1.6;
font-size: 90%;
margin: 10px 15px 30px 15px;
}











