@charset "UTF-8";
/* Copyright entrance-web */

* { margin: 0; padding: 0; }

body      {
	text-align: center;
	font-size: 90%;
	color: #333;
	line-height: 180%;
	background-color: #FFF;
	background-image: url(img-base/bg.jpg);
	background-repeat: repeat-x;
}

.text2 {
	font-size: 80%;
	line-height: 170%;
}

.text3 {
	font-size: 120%;
	line-height: 170%;
	font-weight: bold;
	color: #C00;
}

.text4 {
	color: #933;
}

.text-mini {
	font-size: 70%;
	line-height: 150%;
	color: #933;
}

img {
border:0px;
}

.img10 {
	margin-right: 10px;
	margin-left: 10px;
}

.img-25 {
	margin-right: 25px;
}

.img-s10 {
	margin-bottom: 10px;
}

.e-waku {
    border:1px solid #999999;
    padding:5px;
}

.kankaku {
	margin-top: 8px;
}

/*------------------------------------------------------------------------
ハイパーテキスト
--------------------------------------------------------------------------*/
a:link				{
	color:#06C;
	text-decoration:underline;
}

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

a:hover		{
	color: #CC0000;
	text-decoration:underline;
}

a:active		{
	color: #06C;
	text-decoration:underline;
}

a.w:hover {
	color: #FFF;
	text-decoration: underline;
}
a.w:active {
	color: #FFF;
	text-decoration: none;
}
a.w:link {
	color: #FFF;
}
a.w:visited {
	color: #FFF;
}

/*------------------------------------------------------------------------
見出しテキスト
--------------------------------------------------------------------------*/
h1{
	text-decoration: none;
	outline: none;
	font-size: 10px;
	line-height: 37px;
	color: #000;
	margin-right: 10px;
	margin-left: auto;
	width: 963px;
	height: 37px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
}

h2{
	text-decoration: none;
	outline: none;

} 

/* サイドメニュー */
h3{
	text-decoration: none;
	outline: none;
} 

/* ページ内見出し */
h4{
	text-decoration: none;
	outline: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	background-color: #930;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #300;
	color: #FFF;
} 

/*------------------------------------------------------------------------
ヘッダー部分
---------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 973px;
	height: 67px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img-base/bg-head.jpg);
	background-repeat: no-repeat;
}


/*------------------------------------------------------------------------
グローバルナビゲーション
---------------------------------------------------------------------------*/
#g_navi {
	position: relative;
	height:30px;
	width: 973px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#g_navi ul {
	padding:0px;
	margin: 0px;
}

#g_navi li {
	display:inline;
	list-style-type:none;
}
#g_navi li a {
	height:30px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#g_navi li.g_navi01 a {
	background:url(img-base/head.jpg) no-repeat 0px 0px;
	width:281px;
}
#g_navi li.g_navi02 a {
	background:url(img-base/head.jpg) no-repeat -281px 0px;
	width:109px;
}
#g_navi li.g_navi03 a {
	background:url(img-base/head.jpg) no-repeat -390px 0px;
	width:76px;
}
#g_navi li.g_navi04 a {
	background:url(img-base/head.jpg) no-repeat -466px 0px;
	width:101px;
}
#g_navi li.g_navi05 a {
	background:url(img-base/head.jpg) no-repeat -567px 0px;
	width:99px;
}
#g_navi li.g_navi06 a {
	background:url(img-base/head.jpg) no-repeat -666px 0px;
	width:66px;
}
#g_navi li.g_navi07 a {
	background:url(img-base/head.jpg) no-repeat -732px 0px;
	width:86px;
}
#g_navi li.g_navi08 a {
	background:url(img-base/head.jpg) no-repeat -818px 0px;
	width:64px;
}
#g_navi li.g_navi09 a {
	background:url(img-base/head.jpg) no-repeat -882px 0px;
	width:91px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background:url(img-base/head.jpg) no-repeat 0px -30px;
}
#g_navi li.g_navi02 a:hover {
	background:url(img-base/head.jpg) no-repeat -281px -30px;
}
#g_navi li.g_navi03 a:hover {
	background:url(img-base/head.jpg) no-repeat -390px -30px;
}
#g_navi li.g_navi04 a:hover {
	background:url(img-base/head.jpg) no-repeat -466px -30px;
}
#g_navi li.g_navi05 a:hover {
	background:url(img-base/head.jpg) no-repeat -567px -30px;
}
#g_navi li.g_navi06 a:hover {
	background:url(img-base/head.jpg) no-repeat -666px -30px;
}
#g_navi li.g_navi07 a:hover {
	background:url(img-base/head.jpg) no-repeat -732px -30px;
}
#g_navi li.g_navi08 a:hover {
	background:url(img-base/head.jpg) no-repeat -818px -30px;
}
#g_navi li.g_navi09 a:hover {
	background:url(img-base/head.jpg) no-repeat -882px -30px;
}

/*------on*/
#g_navi li.g_navi01_on a {
	background:url(img-base/head.jpg) no-repeat 0px -30px;
	width:281px;
}
#g_navi li.g_navi02_on a {
	background:url(img-base/head.jpg) no-repeat -281px -30px;
	width:109px;
}
#g_navi li.g_navi03_on a {
	background:url(img-base/head.jpg) no-repeat -390px -30px;
	width:76px;
}
#g_navi li.g_navi04_on a {
	background:url(img-base/head.jpg) no-repeat -466px -30px;
	width:101px;
}
#g_navi li.g_navi05_on a {
	background:url(img-base/head.jpg) no-repeat -566px -30px;
	width:99px;
}
#g_navi li.g_navi06_on a {
	background:url(img-base/head.jpg) no-repeat -663px -30px;
	width:66px;
}
#g_navi li.g_navi07_on a {
	background:url(img-base/head.jpg) no-repeat -732px -30px;
	width:86px;
}
#g_navi li.g_navi08_on a {
	background:url(img-base/head.jpg) no-repeat -818px -30px;
	width:64px;
}
#g_navi li.g_navi09_on a {
	background:url(img-base/head.jpg) no-repeat -882px -30px;
	width:91px;
}

/*------------------------------------------------------------------------
コンテンツ部分
---------------------------------------------------------------------------*/
#main-body {
	position: relative;
	width: 973px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#side {
	width: 223px;
	float: left;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content {
	margin-left: 223px;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
}

#main {
	margin-left: 0px;
	width: 728px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
}

/*------------------------------------------------------------------------
サイドメニュー
---------------------------------------------------------------------------*/
.title div{
	margin-top: 1px;
	margin-bottom: 1px;
	float: left;
}

.title a {
	display: block;
	padding: 0px 0;
	font-size: 14px;
	text-align: left;
	line-height: 35px;
	color: #666666;
	border-bottom:1px solid #CCC;
	height: 35px;
	width: 211px;
	font-weight: normal;
}

.title a:link {
	color:#666666;
	text-decoration: none;
}

.title a:visited {
	color:#666666;
	text-decoration: none;
}

.title a:active {
	color:#666666;
	text-decoration: none;
}

.title a:hover {
	color:#CC0000;
	height: 35px;
	width: 211px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: CC0000;
	text-decoration: underline;
}

ul#sidenavi {
	list-style: none;
	margin: 0;
	padding: 0px;
	overflow: hidden;
}

#sidenavi li {
	width: 211px;
	margin: 0;
	padding: 0;
}

#sidenavi a {
	display: block;
	width: 211px;
	padding: 0px 0;
	color: #333;
	background-image: url(img-base/side-1.gif);
	background-position: left center;
	text-align: left;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	text-decoration: none;
	text-indent: 25px;
	font-size: 12px;
}

#sidenavi a:hover {
	background-position: right top;
	background-image: url(img-base/side-2.gif);
	color: #CC0000;
	text-decoration: underline;
}




/*------------------------------------------------------------------------
トップへ
---------------------------------------------------------------------------*/
#tope {
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	width: 973px;
	height: 30px;
	padding: 0px;
}

/*------------------------------------------------------------------------
フッター部分
---------------------------------------------------------------------------*/
#under {
	position: relative;
	width: 973px;
	margin: 0px auto;
	text-align: center;
	background-color: #333;
	color: #CCC;
}

#under2 {
	position: relative;
	width: 900px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

/*------------------------------------------------------------------------
ニューストピックス部分
---------------------------------------------------------------------------*/
#news {
	width:670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#news ul { 
　list-style-type: none;  margin: 0;  padding: 0;
}

#news li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 2px;
}

#kakaku {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#kakaku ul { 
　list-style-type: none;  margin: 0;  padding: 0;
}

#kakaku li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 2px;
}

.midashi a {
	display: block;
	padding: 0px 0;
	font-size: 16px;
	text-align: left;
	line-height: 35px;
	color: #903;
	font-weight: normal;
}

.midashi a:link {
	color:#903;
	text-decoration: none;
}

.midashi a:visited {
	color:#903;
	text-decoration: none;
}

.midashi a:active {
	color:#903;
	text-decoration: none;
}

.midashi a:hover {
	color:#06F;
	text-decoration: none;
}

/*------------------------------------------------------------------------
テーブル部分
---------------------------------------------------------------------------*/
table.underline tr th,table.underline tr td {
	text-align: left;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

table.yohaku tr th,table.yohaku tr td {
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

table.kakomi tr th,table.kakomi tr td {
	text-align: left;
	padding: 10px;
	background-color: #F8F9F0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
}

/*------------------------------------------------------------------------
サイドバナー
---------------------------------------------------------------------------*/
ul.side-banner {
	width:211px;
	list-style-type: none;
	padding: 0;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.side-banner  li	 { width:211px; height:145px; display:block; position:relative; }
.side-banner  li span { display: none;}
.side-banner  li a { width:211px; height:145px; display:block;  outline: none; }

#side-banner1 {
	margin: 0px;
	background-image: url(img-base/side-banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px -0px;
}
#side-banner2 {
	margin: 0px;
	background-image: url(img-base/side-banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px -145px;
}
#side-banner3	 { background: url(img-base/side-banner.jpg)  0px  -290px no-repeat;  margin: 0px; }
#side-banner4 { background: url(img-base/side-banner.jpg)  0px  -435px no-repeat;  margin: 0px; }
#side-banner5	 { background: url(img-base/side-banner.jpg)  0px  -580px no-repeat;  margin: 0px; }

/*------------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------------*/
ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#crumbs {
	height:2.3em;
	border:1px solid #CCC;
	background-color: #FFF;
	}
#crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background-image: url(img-base/pan.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}							
#crumbs li a:link,
#crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	

#crumbs li a:hover,
#crumbs li a:focus {
	color:#06C;
	text-decoration: underline;
	}	
	
.creative {
	display:none;
}

#nikki {
	background-image: url(img-nikki/bg.gif);
	background-repeat: repeat;
	margin-left: 25px;
	width: 660px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	font-size: 12px;
	line-height: 30px;
	padding: 0px;
}

.img-nikki {
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 150px;
}
