@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.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	padding: 50px 40px;
	}

#title h1	{
	font-size: 1.6em;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin-bottom: 0;
	}

#title h1 a	{
	text-decoration: none;
	color: #E00919;
	}

#title a:hover {
	text-decoration:none; 
	color: #E00919; 
	background-color:transparent;
	}

#title h2	{
	font-size: 12px;
	margin: 6px 0 0 25px;
	color: #333333;
	}

/* +++++++++++++++++++++ パーツのデザイン設定 +++++++++++++++++++++ */

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;
               }


.entry h3	{
	font-size: 14px;
	color: #666666;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	background-color: #ffffff;
	padding: 3px 10px;
	background: url(../images/h2g.jpg) no-repeat;
	}




.entry p	{
	font-size: 14px;
	color: #333333;
	line-height: 160%;
    font-family: Verdana, Arial, sans-serif;
	margin-bottom: 8px;
	}



.entry	{
	margin-bottom: 40px;
    margin-left: 15px;
    font-size: 14px;
	line-height: 160%;  
    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 #f5f5f5;
	background: url(../images/rss_bg.jpg) no-repeat;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 30px;
	}

.rss p {
	font-size: 12px;
}



/* 枠内でulタグを使用した時の設定 */
.new ul {

	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.new ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.new 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 #ffefef;
	border-right: 1px solid #ffefef;
	border-bottom: 1px solid #ffefef;
	background-color:#FFFFFF;
                }



/* メニュー枠内でh2タグを使用した時の設定 */


#recent h2 {
	font-size: 12px;
	margin: 0px;
	color: #666666;
	background-color: #ffffff;
	padding: 5px 0 5px 8px;
    background-image: url(../images/h2.jpg);
	}
	
#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;
	}



/* フリースペースメニュー */

#pics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	border-left: 1px solid #ffefef;
	border-right: 1px solid #ffefef;
	border-bottom: 1px solid #ffefef;
	background-color:#FFFFFF;
                }


#pics h2	{
	font-size: 12px;
	margin: 0px;
	color: #666666;
	background-color: #ffffff;
	padding: 5px 0 5px 8px;
    background-image: url(../images/h2.jpg);
	}

#pics a	{
	color: #2c5e8a;
	text-decoration: none;
	}

/* メニュー枠内でulタグを使用した時の設定 */
#pics ul {
	padding-left: 0px;
	margin: 5px 0;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
#pics ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
#pics 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 #ffefef;
	border-right: 1px solid #ffefef;
	border-bottom: 1px solid #ffefef;
	background-color:#FFFFFF;
                }


#info h2	{
	font-size: 12px;
	margin: 0px;
	color: #666666;
	background-color: #ffffff;
	padding: 5px 0 5px 8px;
    background-image: url(../images/h2.jpg);
	}

#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:#F4A5AF;
        font-size: 12px;
        text-align:center;
        clear: both;
        margin:0 8px;
	}


#footer a {
	text-decoration:none; 
	color: #f8f3df; 
	}


#linklink {
	width: 500px;
	margin: 10px auto;
	padding: 5px;
	list-style: none;
	font-size:10px;
	border: solid 1px #cccccc;
	background-color:#FFFFFF;
}
#linklink p {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
	border-bottom: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
#linklink ul {
	font-size: 10px;
	padding: 10px;
	color:#666666;
	margin: 0px;
}
#linklink li {
	padding-bottom: 3px;
	list-style: none;
}
#linklink li a{color:#666666;text-decoration:underline;}
#linklink li a:hover{color:#666666;text-decoration:none;}
