/* CSS Document */

/*　---------------------★基本設定----------------------------------　*/
a { text-decoration : underline ; color : #2C79C7 ;}
a:hover { text-decoration : none ; color : #2C79C7 ;}


/*　---------------------★コンテナー大枠----------------　*/
#container {
	background : url("img_2r/body_bg.gif") center repeat-y ;}


/*　---------------------★ヘッダー---------------------　*/
#header {
	background : url("img_2r/header_bg.jpg") no-repeat right bottom #881918 ; }
	
/*　タイトル設定　*/
#header h1 { color: #FFF; }
#header h2 { color:#FFFF33 ;}	
#header a { color : #FFF ; text-decoration : underline ;}
#header a:hover { text-decoration:none;}


/*　---------------------★フッター---------------------　*/
#footer {
	background:#BBE3B7;
	color: #008836 ;}

/*　---------------------★メニュー---------------------------------　*/
.sidemenu h5 {
	background-color:#73C259 ;
	color:#fff ;}

.sidemenu h5 a { color : #fff ; text-decoration : underline ;}
.sidemenu h5 a:hover { color : #fff ; text-decoration:none;}

.sidemenu img {border:1px solid #666 ;}

/*　通常テキスト　リンク形式　*/
.sidemenu p {
	color:#666 ;}


/*　テキスト　フリー形式　*/
.sidemenu p.txt-c {
	color:#333 ;}

.sidemenu p.txt-l {
	color:#333 ;}

.sidemenu p.txt-l span {
	color:#063 ;}

.sidemenu p.txt-r {
	color:#333 ;}


/*　カレンダー　*/
table#calendar {
	color:#999 ;
	background-color:#73C259 ;}
	
table#calendar td {
	background-color:#FFF ;}
	
table#calendar th {
	color:#000 ;
	background-color:#FDF5D0 ;}

table#calendar td a { color : #00F ; text-decoration : underline ;}
table#calendar td a:hover { color : #00F ; text-decoration:none;}


/*　---------------------★記事エリア----------------------------------　*/
.abox .a-title .title {
	border-top:3px solid #73C259 ;
	background:url(img_2l/dot_4px.gif) bottom #FDF5D0 repeat-x ;}

.abox .a-title .title h3 { 
	color:#0271C0 ;}

.abox .a-title .title p { 
	color:#666 ;}

.abox .a-title p span {
	color:#333 ;}

.abox .a-foot {
	color:#666 ;}

.abox .a-foot a { color : #666 ; text-decoration : none ;}
.abox .a-foot a:hover { color : #000 ; text-decoration:underline;}


/*　---------------------★コメントフォーム-----------------------------　*/
#comment-form {
	color:#333 ;
	background:url(img_2r/dot_4px_ccc.gif) top repeat-x ;}


/*　---------------------★トラックバック-----------------------------　*/
#trackback {
	color:#333 ;}


/*　---------------------★コメント数-------------------------------　*/
#com-count {
	color:#333 ;}

#com-count p {
	border:1px solid #343434 ;}


/*　---------------------★コメント-------------------------------　*/
#comment {
	color:#333 ;}

#comment .c-title .title { 
	border-bottom:1px solid #CCC ;}


/*　---------------------★返信コメント-------------------------------　*/
#answer {
	color:#333 ;
	background-color:#E1F4EB ;}

#answer .c-title .title { 
	color:#336666 ;
	border-bottom:1px solid #5F8A87 ;}


/*　---------------------★ページナビ----------------------------　*/
#page-navi {
	color:#999 ;
	border-bottom:3px solid #73C259 ;}
