@charset "Shift_JIS";

/*===================  CONTENTS  ====================

1.Universal Reset　：aタグなどのリセット

2.Layout blocks　 ：ブロックのレイアウト

3.Blocks inside　　：ブロック毎の指定

　　3-1. Header　　　　：ヘッダー部分

　　3-2. Menu　　　　　：メニューバー

　　3-3. Sidebar　　　 ：サイドバー

　　3-4. Footer　　　　：フッター

　　3-5. Comments　 ：コメント（フォーム含む）

　　3-6. Contents　　：記事関係

　　　　3-6-1. Title　　　　：記事タイトル関係

　　　　3-6-2. Meta　　　 ：記事の日付などの表示

　　　　3-6-3. Article　　 ：記事本文関係

　　　　3-6-4. Nav　　　　 ：ナビゲーション関係

4. Page specific　： 表示ページで特有

5. Browser specific　：ブラウザー毎に特有

===================================================*/
a {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
}


.left {
	font-size: 9pt;
	padding-top: 3px;
}

.right {
	font-size: 9pt;
	color: #ffffff;
}

/*===================================================
	1.Universal Reset　：aタグなどのリセット
===================================================*/


/*===================================================
	2.Layout blocks　 ：ブロックのレイアウト
===================================================*/
#header {
	background-image: url(images/top_hbg.gif);
	height: 425px;
}


#menu-left {
	border: 0px solid #ff0000;
	float: left;
	width: 201px;
}

#manu-center {
	border: 0px solid #ff0000;
	margin: 0 0 0 9px;
	float: left;
	width: 501px;
}

#menu-right {
	border: 0px solid #ff0000;
	float: right;
	width: 180px;
}

/*===================================================
	3.Blocks inside　　：ブロック毎の指定
===================================================*/
/*-----　　3-1. Header　　　　：ヘッダー部分  -----*/

#mov {
	padding-top: 75px;
	height: 300px;
	border: 0px solid #ff0000;
}

/*	for IE6 */
* html #container #header #header-inner #mov {
	padding-top: 0px;
}

/*-----　　3-2. Menu　　　　　：メニューバー  -----*/
/*---  文字サイズ変更  ---*/
#size-change li {
	display: /*block;*/inline;
	font-size: 46px;
}

/* IEにのみ適用 */
*html #size-change li {
	font-size: 1px;
	display: /*block;*/inline;
}

/* for Only IE7 */
*:first-child+html #size-change li {
	font-size: 1px;
}

/*-----　　3-3. Sidebar　　　 ：サイドバー  -----*/
.tit {
	display: block;
	border: 0px solid #ff0000;
	background: url(images/pic_bg.gif);
	width: 201px;
}

.tit p {
	margin: 0px;
	font-size: 9pt;
	padding: 6px 0 6px 10px;
	font-weight: bold;
}


ul.picup {
	width: 201px;
}

ul.picup li {
	margin: 0;
	padding: 0;
	display: block;
	background-image:url(images/back_bg.gif);
}

ul.picup li a {
	margin: 0;
	padding-left: 10px;
}


/*---  注記  ---*/

.tyu_tit {
	margin-top: 20px;
	background: url(images/tyuki_bg.gif);
	width: 201px;
}

.tyu_tit p  {
	margin-bottom: 0;
	font-size: 9pt;
	padding: 3px 0 4px 10px;
	font-weight: bold;
}

.tyu {
	margin: 0;
/*	font-size: 9pt;*/
	padding: 5px 10px;
	width: 180px;
	background-image:url(images/back_bg.gif);
}
/*-----　　3-4. Footer　　　　：フッター  -----*/

/*-----　　3-5. Comments　 ：コメント（フォーム含む）  -----*/

/*-----　　3-6. Contents　　：記事関係  -----*/

/*-----　　　　3-6-1. Title　　　　：記事タイトル関係  -----*/

.what {
	font-size: 9pt;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 0 5px 10px;
	background: url(images/whats_bg.gif);
}

.whatbtm {
	text-align: right;
	padding: 5px 10px;
	background: url(images/whats_unbg.gif);
	margin: 0;
	font-size: 9pt;

}

iframe {
	margin: 0;
	padding: 0;
	width: 498px;
	height: 200px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
/*-----　　　　3-6-2. Meta　　　 ：記事の日付などの表示  -----*/

/*-----　　　　3-6-3. Article　　 ：記事本文関係  -----*/

/*-----　　　　3-6-4. Nav　　　　 ：ナビゲーション関係  -----*/


/*===================================================
	4. Page specific　： 表示ページで特有
===================================================*/

/*-----  バナー    ----*/
ul.banner {
	margin: 0 0 20px 0;
border: 0px solid #ff0000;
}

ul.banner li {
	text-align: center;
	border: 0px solid #ff0000;
	padding-top: 2px;
	display: block;
}

.fom {
	margin-top: 20px;
	text-align: center;
}

.fom p {
	color: #575656;
	font-size: 9pt;
	margin: 0;
}

.fom input {
	font-size: 11pt;
}

.fom input.tx {
	font-size: 11pt;
	border: 1px solid;
}
/*===================================================
	5. Browser specific　：ブラウザー毎に特有
===================================================*/
