@charset "Shift_JIS";

/*-------------------------------------------------------------
共通部
-------------------------------------------------------------*/
/*===========================
見出し
=============================*/
h1,h2,h3,h4,h5,h6{
	line-height:1.8em;
}

/*===========================
画像
=============================*/
img {
	vertical-align: middle;
}

/*===========================
基本アンカー
=============================*/
a 			{ text-decoration: none;}
a:link 		{ color: #222222; }
a:visited 	{ color: #222222; }
a:hover 	{ color: #FF9900; text-decoration: underline; }
a:active 	{ color: #222222; }

/*===========================
ドットライン
=============================*/
.dotLine {
	clear: both;
	height: 1px;
	width: auto;

	background-image: url('img/lineDot.png');
	background-repeat: repeat-x;

	/* IE6対策 1px DIV */;
	overflow: hidden;
}

/*===========================
左寄せ
=============================*/
.float-left {
	float: left;
}

/*===========================
右寄せ
=============================*/
.float-right {
	float: right;
}

/*===========================
垂直スペース
=============================*/
.vSpace5 {
	padding-bottom: 5px;
}

.vSpace10 {
	padding-bottom: 10px;
}

.vSpace20 {
	padding-bottom: 20px;
}

.vSpace30 {
	padding-bottom: 30px;
}

/*===========================
フォント
=============================*/
.fsize10 {
	font-size:77%;
}

/*===========================
リストボックス(ul)
=============================*/
/* リストボックス */
ul.listBox {
	width: auto;
	padding-left: 2px;
	list-style-type: none;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 内容 */
ul.listBox li {
	width: auto;
	padding-left: 18px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
リストボックス(dl)
=============================*/
/* リストボックス */
dl.listBox {
	width: auto;
	padding-left: 2px;
	list-style-type: none;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* タイトル */
dl.listBox dt {
	width: auto;
	padding-left: 18px; 

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 内容 */
dl.listBox dd {
	padding-left: 18px; 

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
アイコン
=============================*/

.icon1 {
	background: url('img/iconArrow.png') no-repeat 0px 5px;
}

.icon2 {
	background: url('img/iconOrange.gif') no-repeat 0px 5px;
}

.icon3 {
	background: url('img/iconGreen.gif') no-repeat 0px 5px;
}

/*===========================
タイトル用アイコン 
=============================*/
.title-icon1 {
}

.title-icon2 {
}

/*===========================
背景
=============================*/
.backImage1 {
}

/*===========================
色
=============================*/
.red {
	color: #FF0000;
}


/*===========================
配置
=============================*/
.center {
	text-align: center;
}

/*-------------------------------------------------------------
ページ全体
-------------------------------------------------------------*/
#page
{	
	font-size:100%;
	line-height:1.8em;
	color: #222222;
}

/*-------------------------------------------------------------
ヘッダーメニュー関連
-------------------------------------------------------------*/
/* ヘッダメニュー */
#headerMenu div.headerMenu-menu {
	float: left;
	width: 540px;
	margin-top: 50px;
}

#headerMenu div.headerMenu-menu ul {
	float: right;
	height: 25px;
	list-style: none;
	list-style-type: none;
}

#headerMenu div.headerMenu-menu li {
	float: left;
	padding-left: 10px;
}

/*-------------------------------------------------------------
パンくず関連
-------------------------------------------------------------*/
/* パンくず */
#pankuzu {	
	font-size:100%;
}

/* パンくず - リンク */
#pankuzu .pankuzu-link {
}

/* パンくず - 現在 */
#pankuzu .pankuzu-cur {
	font-weight:bold;
}

/* パンくず - 区切り */
#pankuzu .pankuzu-sep {
}

/*-------------------------------------------------------------
メインコンテンツ関連
-------------------------------------------------------------*/
/*===========================
タイトル関連
=============================*/
/* タイトルヘッダ */
#mainContents .title-head {
	clear:both;
	margin-bottom: 5px;
}

/* タイトルアイキャッチ */
#mainContents .title-eyecatch {
	clear:both;
	margin-top: 10px;
	margin-bottom: 15px;
}

/* タイトル */
#mainContents .title {
	clear:both;
	width: auto;
	line-height: 30px;

	font-size:131%;
	font-weight:bold;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* タイトル下の概要 */
#mainContents .title-discroption {
	clear:both;
	margin-top: 10px;
	margin-bottom:20px;
}

/*===========================
サブタイトル関連
=============================*/
/* サブタイトル */
#mainContents .subtitle {
	clear:both;
	width: auto;
	line-height: 30px;

	font-size:108%;
	font-weight:bold;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*===========================
エントリタイトル関連
=============================*/
/* エントリタイトル */
#mainContents .entryTitle {
	clear:both;
	width: auto;
	line-height: 30px;

	font-size:146.5%;
	font-weight:normal;
	color: #000000;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* エントリタイトル背景 */
#mainContents .entryTitleBG {
	height: 65px;
	line-height: 55px;

	font-size:146.5%;
	font-weight:normal;
	color: #000000;

	padding-top: 5px;
	padding-left: 50px;
	background: url(img/entryTitleBG.gif) no-repeat 0px 0px;
}

/* エントリタイトル背景 */
#mainContents .entryTitleBG2 {
	height: 67px;
	line-height: 55px;

	font-size:146.5%;
	font-weight:normal;
	color: #000000;

	padding-top: 5px;
	padding-left: 25px;
	background: url(img/entryTitleBG2.gif) no-repeat 0px 0px;
}

/* ニュース用エントリタイトル背景 */
#mainContents .newsTitleBG {
	clear:both;
	width: auto;
	height: 67px;
	line-height: 18px;

	font-weight:normal;
	color: #000000;

	padding-top: 10px;
	padding-left: 25px;
	background: url(img/entryTitleBG3.gif) no-repeat 0px 0px;
}

/*===========================
記事内容関連
=============================*/
/* 記事コンテンツ領域 */
#mainContents div.mainBody {
	clear:both;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 記事投稿日領域 */
#mainContents div.entryDate {
	clear:both;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 記事内容領域 */
#mainContents div.entryBody {
	clear:both;
	padding-top: 10px;
	padding-bottom: 30px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* 記事トラックバックURLタイトル */
#mainContents .trackbackTitle {
	font-weight:bold;
}

/* 記事トラックバックURL領域 */
#mainContents div.entryTrackback {
	clear:both;
}

/*===========================
ページナビゲートゲート関連
=============================*/
/* ページャ領域 */
#mainContents div.pager {
	clear:both;
	margin-top: 10px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* ページナビゲート - 他のページ番号 */
#mainContents a.link_page,
#mainContents a.link_page:visited {
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	text-decoration: none;
}

/* ページナビゲート - マウスオーバー時 */
#mainContents a.link_page:hover {
	color: #FF9900;
}

/* ページナビゲート - 現在ページ番号 */
#mainContents span.current_page {
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	text-decoration: none;
	background-color: #FF9900;
}

/* ページの先頭領域  */
#mainContents  div.toTop {
	clear:both;
	padding-top: 20px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/*-------------------------------------------------------------
サイドボックス関連
-------------------------------------------------------------*/
/* サイドボックス画像タイトル */
#sideContents div.sideImgTitle {
	padding-bottom: 10px;
}

/* サイドボックスタイトル */
#sideContents div.sideBox .sideTitle {
	padding-bottom: 5px;

	text-align: center;
	font-size:131%;
	font-weight:normal;
	color: #FF4400;
}

/* サイドボックス上枠画像 */
#sideContents div.sideBox .upperImg {
	width: 215px;
	height: 8px;

	background-image: url('img/sideboxUpper.gif');
	background-repeat: no-repeat;

	overflow:hidden;
}

/* サイドボックス中枠画像 */
#sideContents div.sideBox .middleImg {
	width: auto;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;

	background-image: url('img/sideboxMiddle.gif');
	background-repeat: repeat-y;
}

/* サイドボックス下枠画像 */
#sideContents div.sideBox .bottomImg {
	width: 215px;
	height: 8px;

	background-image: url('img/sideboxBottom.gif');
	background-repeat: no-repeat;

	overflow:hidden;
}

/*-------------------------------------------------------------
フッター関連
-------------------------------------------------------------*/
/*===========================
フッターメニュー
=============================*/
/* フッターメニュー領域 */
#footer div.footerMenu {
	clear: both;
	width: 860px;
	height: 20px;
	line-height: 20px;
	background-color: #000000;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* フッターメニュー */
#footer div.footerMenu ul {
	float: left;
	list-style: none;
	list-style-type: none;
}

/* フッターメニュー - メニュー項目 */
#footer div.footerMenu ul li {
	float: left;
}

#footer div.footerMenu ul li a {
	font-size:93%;
	color: #FFFFFF;
}

/*===========================
住所
=============================*/
#footerAddress {
	margin-top: 10px;
	background-image: url('img/footer.gif');
	background-repeat: no-repeat;
}
