/* サイト全体設定 */


body 	{
	color:#666666;
      	padding:0;
      	line-height: 140%;
	margin-bottom: 0px;
      	font-family: "Verdana", "Arial", sans-serif;
      	background-color: #ffffff;
	}

#container {
	font-size: 12px;
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 700px;
	background-color: #ffffff;
        border-width : 1px;
        border-style : solid;
        border-color : #737373;

	}


/* リンク設定 */

a 	{
         color:#47608F;
	text-decoration: none; 

	}


a:hover {
	text-decoration: none;
	color: #FF3300;

	}



ul  	{
	list-style-type: none;
	}

li 	{
	list-style-type: none;
	}

/* 見出し設定 */

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}


/* サイトヘッダー設定 */

#banner {
	width:700px;
	height: 150px;
        border-bottom-width : 1px;
        border-bottom-style : solid;
        border-bottom-color :#737373;

	}


/* サイトメニュー設定 */

#banner p  {

	padding-top: 60px;
	padding-left: 500px;
	padding-right: 10px;
	}

/* ヘッダースタイル設定その１ */

#banner a {
	color: #666666;
	font-weight: bold;
	text-decoration: none; 
	}

#banner a:hover {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none; 
	}


/* ヘッダースタイル設定その２ */

#banner h1 {
	font-size: 10px;
	font-weight: bold;
	margin-left:auto;
	margin-top: auto;
	padding-top: 10px;
	padding-left: 100px;
	padding-right: 10px;
	}


#banner h2 {
	font-size: 12px;
	margin-left:200px;
	margin-top: 10px;
	padding-right: 70px;

	}

/* メニュー部位置決め設定 */

#left {
	line-height: 140%;
	width: 200px;
	float: left;
	overflow: hidden;
	}

/* サイドメニュー領域設定設定 */

.sidebar {
	padding: 10px;
	}

/* サイドメニュー<h2>見出し設定 */

.sidebar h2 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
        padding-top : 5px;
        padding-left : 20px;
        padding-bottom : 3px;
	height: 30px;
	}


/* コンテンツ部設定 */

#center {
	float: right;
	width: 500px;
	overflow: hidden;

	}


/* サイドメニュー<h3>見出し設定 */

.sidebar h3 {
	font-size: 14px;
	font-weight: bold;
	}


/* サイドメニューリンク部分 */

.sidebar li a {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
        padding-left: 10px;
	margin-top: 5px;
	}


.sidebar li a:hover {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
        padding-left: 10px;
	margin-top: 5px;

	}


/* サイドメニューリンク部分 */

.sidebar a {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
        padding-left: 10px;
	margin-top: 5px;
	}


.sidebar a:hover {
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	list-style-type: none;
        padding-left: 10px;
	margin-top: 5px;

	}


/* サイドバーの本文 */

.side-body {
        font-size: 12px;
	}

/* サイドメニュー<ul>部設定 */

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

/* カテゴリー<ul>部左領域設定 */

.sidebar #categories ul {
	padding-left: 5px;
	}


/* カテゴリー<li>部アンダーライン挿入 */

.sidebar #categories li {
	list-style-type: none;
	}


/*フッタリンク設定 */

.footerlink {
        clear: both;
      	color: #000000;
      	text-align: center;
      	padding-top: 10px;
      	padding-bottom: 10px;
      	display: block;
      	font-size: 10px;
	}

/* フッター部設定 */

.footer {
      	font-style: normal;
      	color: #000000;
      	text-align: center;
      	padding-top: 10px;
      	padding-bottom: 10px;
      	display: block;
      	font-size: 10px;
      	clear: both;
	}
.footer a {
       	font-size: 10px;
	} 



/* main設定 */

#main {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}


#main p {
	padding: 20px 20px 20px 40px;
	margin: 5px;
	line-height: 200%;


	}

#main h2 {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 2px;
	height: 26px;
	}

#main h3 {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 2px;
	height: 26px;
	}


/* メニューリンクバー設定 */

.linkbar {
       	width: 700px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size:10px;
        border-bottom-width : 1px;
        border-bottom-style : solid;
        border-bottom-color :#737373;
	}
