@charset "utf-8";
/* CSS Document */


/* +++++++++++++++++++++ ベース設定 +++++++++++++++++++++ */

body {
       	text-align: center;
		margin: 0;
		padding:0;
        background-color : #ffffff; 
        color: #333333;
	}
	
	

#container {
	width: 786px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#FFFFFF;
	background-image: url(../images/base_back.jpg);
				}


/* ++++++ ２段組の横幅設定 ++++++ */

	/* コンテンツ部分の横幅 */
	#center	{
		width: 560px;
		float: left;
		}

	/* サイドバーの横幅 */
	#right	{
		width: 210px;
		float: right;
		}




/* ++++++ 段の間隔 ++++++ */



	/* コンテンツ部分の左右の余白 */
	.content div	{
		margin-left: 20px;
		margin-right: 0px;
		}

	/* 右サイドバーの左右の余白 */
	#right div	{
		margin-left: 0px;
		margin-right: 20px;
		}

	#right div div {
		margin-left: 0;
		margin-right: 0;
		}



/* リンク設定部 */

a {
	text-decoration:underline; 
	color: #0000FF; 
	}

a:hover {
	text-decoration:underline; 
	background-color:#FFDAB9;
	color: #FF3300; 
	}

h1, h2, h3 {
	font-weight: bold;
                text-decoration: none;
	}

.entry h2 a {
	font-weight: bold;
                text-decoration: none;
                color: #ffffff; 
	}

.entry h3 a {
	font-weight: bold;
                text-decoration: none;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */


#banner	{
		margin-bottom: 20px;
	}

#title	{
	background-image: url(../images/hd_green.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	padding: 50px 40px;
	}

#title h1	{
	font-size: 1.7em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color: #ffffff;
	}


#title h2	{
	font-size: 12px;
	margin: 6px 0 0 25px;
	color: #ffffff;
	}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

img {
                border:0;
                 }
				 
				 
				 /* パンくずリスト
---------------------------------------------*/
p.pan {
    margin: 0px 0px 10px 10px;
}


/* ++++++ コンテンツ部分のデザイン ++++++ */

p {
               font-size: 12px;
               padding-bottom: 5px;
               padding-left: 15px;
               margin:0px;
               font-family: Verdana, Arial, sans-serif;
               }

.top-free{
                font-size: 14px;
	color: #333333;
	line-height: 150%;
                font-family: Verdana, Arial, sans-serif;
               }

.entry h3	{
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	border-left: 10px solid #005944;
	background-color: #f2f8ec;
	padding: 3px 10px;
	background-image: url(../images/h2g.jpg);
	}




.entry p	{
	font-size: 14px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	line-height: 165%;
	margin-bottom: 7px;
	}



.entry	{
	margin-bottom: 40px;
    margin-left: 15px;
    font-size: 14px; 
    font-family: Verdana, Arial, sans-serif;    
	}
	

/* 枠内でulタグを使用した時の設定 */
.entry ul {
	padding-left: 20px;
	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.entry ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.entry li {
	background: url(../images/lir.gif) no-repeat 5px 0.5em;
    margin: 0px;
    padding: 0px 0px 5px 16px;
    list-style: none;
	}








/* rss
---------------------------------------------*/


.rss {
	font-size: 14px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #cccccc;
	background: url(../images/rss_bg.jpg) no-repeat;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 30px;
	}

.rss p {
	font-size: 12px;
}



/* 枠内でulタグを使用した時の設定 */
.r_news ul {

	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.r_news ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.r_news li {
	background: url(../images/lir.gif) no-repeat 5px 0.5em;
    margin: 0px;
    padding: 0px 0px 5px 16px;
    list-style: none;
	line-height: 150%;
	}




/* ++++++ サイドバー部分のデザイン ++++++ */


#recent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background-color:#FFFFFF;
                }



/* メニュー枠内でh2タグを使用した時の設定 */


#recent h2 {
	font-size: 12px;
	margin: 0px;
	color: #333333;
	background-color: #f2f8ec;
	padding: 5px 0 5px 8px;
    background-image: url(../images/h2g.jpg);
    border-left: 10px solid #005944;
	}
	
#recent a	{
	color: #2c5e8a;
	text-decoration: none;
	}

/* メニュー枠内でulタグを使用した時の設定 */
#recent ul {
	padding-left: 0px;
	margin: 5px 0;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
#recent ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
#recent li {
	background: url(../images/lir.gif) no-repeat 5px 0.5em;
    margin: 0px;
    padding: 0px 0px 5px 16px;
    list-style: none;
	}



/* フリースペースメニュー */

#free {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background-color:#FFFFFF;
                }


#free h2	{
	font-size: 12px;
	margin: 0px;
	color: #333333;
	background-color: #f2f8ec;
	padding: 5px 0 5px 8px;
    background-image: url(../images/h2g.jpg);
    border-left: 10px solid #005944;
	}

#free a	{
	color: #2c5e8a;
	text-decoration: none;
	}

/* メニュー枠内でulタグを使用した時の設定 */
#free ul {
	padding-left: 0px;
	margin: 5px 0;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
#free ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
#free li {
	background: url(../images/lir.gif) no-repeat 5px 0.5em;
    margin: 0px;
    padding: 0px 0px 5px 16px;
    list-style: none;
	}



/* infoメニュー */

#info {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	background-color:#FFFFFF;
                }


#info h2	{
	font-size: 12px;
	margin: 0px;
	color: #333333;
	background-color: #f2f8ec;
	padding: 5px 0 5px 8px;
    background-image: url(../images/h2g.jpg);
    border-left: 10px solid #005944;
	}

#info a	{
	color: #2c5e8a;
	text-decoration: none;
	}

/* メニュー枠内でulタグを使用した時の設定 */
#info ul {
	padding-left: 0px;
	margin: 5px 0;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
#info ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
#info li {
	background: url(../images/lir.gif) no-repeat 5px 0.5em;
    margin: 0px;
    padding: 0px 0px 5px 16px;
    list-style: none;
	}


/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
        color: #f8f3df; 
		padding: 5px;
        background-color:#005944;
        font-size: 12px;
        text-align:center;
        clear: both;
        margin:0 8px;
	}


#footer a {
	text-decoration:none; 
	color: #f8f3df; 
	}

/*-----------------plink------------------*/

#linklink {
	width: 520px;
	margin: 10px 10px 10px 20px;
	padding: 5px;
	list-style: none;
	font-size:10px;
	border: solid 1px #666666;
}
#linklink p {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#linklink ul {
	font-size: 10px;
	padding: 10px;
	color:#666666;
}
#linklink li {
	padding-bottom: 3px;
}
#linklink li a{color: #0099FF;text-decoration:underline;}
#linklink li a:hover{color:#0099FF;text-decoration:none;}

/*-----------------plink------------------*/
