body {
 margin: 0 auto;
 padding: 0;
 font-size: 14px;
 line-height: 140%;
 background: url(img/bg.gif) repeat-y;
 background-position:center;
 background-color: #F8F7F3;
 background-attachment:fixed;
 text-align:left;
}

h2 {
 font-size: 16px;
 background-color: #666666;
 padding-left: 10px;
 color: #FFFFFF;
 line-height: 25px;
}

h1, h3{ margin: 0; }


h2{margin:0 20px 0 0;}


h4, h4 a {
 padding-left: 5px;
 margin: 5px;
 color: #FF6600;
 line-height: 16px;
}

a {
	color: #333333;
}

a:hover {
	color: #666666;
	text-decoration: none;
	cursor : pointer;
	position : relative;
    top : 2pt;
}


a:visited {
 color: #999999;
}

img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}

hr {
 clear: both;

}


/*
ラップ
-------------------------------------------------------------------*/


#wrap{
	width: 1200px;
	float: right;
	margin-right: 00px;
	background-image:url(img/wrap_bg.png);
	}

/*
ヘッダ
-------------------------------------------------------------------*/

#header {
 height: 300px;
 background:url(img/header_bg.png) no-repeat center top;
 margin-top: 15px;
 padding-left: 15px;
 margin:auto;
 }

#header .logo_h {
 font-size: 26px;
 font-weight: bold;
 color: #000000;
}

#header h1{
 margin:0;
 font-size: 16px;
 color: #000000;
 padding: 50px 70px 0 0;
 text-align:right;

}

h1 a {
 color: #000000;
 text-decoration: none;
}

h1 a:hover {
 color: #999999;
}

h1 a:visited {
 color: #999999;
}

p#desc {
 color: #000000;
 padding: 0 70px 0 0;
 text-align:right;
}


/*
ナビ
----------------------------------------------- */
#nav {
 margin: 0px;
 background-image:url(img/nav_bg.png);
 background-position:center;
 padding-left: 10px;
 height:30px;
 text-align:right;
 }

#nav p {
 color: #000000;
 margin: 0 50px 0 0;
 padding: 0px;
 font-size: 12px;
 line-height: 25px;
}




#nav label {
 font-size: 10px;
 color: #FFFFFF;
}

#nav td {
 padding-left: 1px;
}

#nav a {
 color: #000000;
 padding-left: 5px;
 padding-right: 5px;
 font-size: 10px;
}

#nav a:hover {
 color: #333333;
 background-color: #EEEEEE;
 text-decoration: none;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	float: right;
	width: 540px;
	padding-right:20px;
}

#contents img{
  margin: 10px 0;
}
#contents p{
 padding-bottom: 10px;
 padding-right: 10px;
 color: #555555;
}

#contents h3 {
 font-size: 16px;
 padding-left: 5px; 
 color: #000000;
 margin: 30px 5px 10px 5px;
}

/*
ディスクリプション
-------------------------------------------------------------------*/
.description{
	background-color: #FFFFFF;
	margin-bottom: 10px;
	margin-right: 20px;
}

.description p{
 padding:10px;
 margin:0;
 color: #333333;
}

/*
サイド
-------------------------------------------------------------------*/
#side {
	float: right;
	width: 310px;
	margin-right:10px;
}

#side ul{
 margin: 0;
 padding: 0;
 list-style: none;
}

#side_d {
 padding: 0;
 border:1px solid;
 border-color:#000000;
 background-color:#FFFFFF;
}

#side_d h3 {
 color: #FFFFFF;
 background-image: url(img/side_bg.png);
 background-repeat:no-repeat;
 background-color: #DFDBCA;
 font-size: 12px;
 padding-left: 5px;
 line-height: 50px;
}

#side_d li {
 background: none;
 margin-top: 1px;
}

#side_d li a {
 display: block;
 padding-top: 8px;
 padding-right: 20px;
 padding-bottom: 8px;
 padding-left: 10px;
 font-size: 12px;
 color: #333333;
}


#side_d li a:hover {
 background: #FFFFFF;
 color: #CCCCCC;
 text-decoration: none;
}
#side_d li a:visited {
 color: #999999;
}

#side img {
 border:none;
}


/*
アドセンス
-------------------------------------------------------------------*/

.ads {
 margin-top: 5px;
 margin-bottom: 5px;
 text-align: center;
}

/*
トップリンク
-------------------------------------------------------------------*/

#toplink{
    clear: both;
	width: 900px;
	font-size:8px;
	float:right;
	text-align:center;
    line-height:100%;
    padding:20px 0 10px 0;
	margin:74px 30px 0 80px;
	background-image:url(img/toplink_bg.png);
}
#toplink a:link, a:visited{
    color: #F0F0F0;
    text-decoration: none;
	padding-left:5px;
}
/*
フッタ
-------------------------------------------------------------------*/

address {
 clear: both;
 width: 1200px;
 height: 50px;
 float:right;
 background-image:url(img/footer_bg.png);
 background-repeat: no-repeat;
 background-position:right;
 background-color:#666666;
 color: #FFFFFF;
 font-size: 10px;
 line-height: 50px;
 font-style: normal;
 text-align:right;
 margin-right:0px;
 padding-right:300px;
}

/*
トップページ
-------------------------------------------------------------------*/

#contents .top_cat {
 background-image: url('img/dot.gif');
 background-repeat: repeat-x;
 padding-bottom: 5px;
 padding-right: 15px;
 padding-top: 5px;
 padding-left: 10px; background-position-y:50%
}


#contents .top_cat p a{
 font-size: 10px;
 padding-left: 5px;
}

#contents .ctgy {
 margin-top: 10px;
}

.ctgy dt{
 font-weight: bold;
 padding-left: 5px;
 }
.ctgy dt a{
 color: #555555;
 line-height: 16px;
}


.ctgy dd a:hover{color:#666666;}
.ctgy dd a:visited{color:#666666;}

.ctgy dd{
 margin-left: 10px;
 font-size: 12px;
 line-height: 200%;
 padding-left: 5px;
 }


/*
カテゴリ
-------------------------------------------------------------------*/
.cat_list dt{
 background-image: url('img/sankaku.gif');
 background-position:  left 50%;
 background-repeat: no-repeat;
 padding-left:15px;
 padding-top: 5px;
 padding-bottom: 5px
}
.cat_list dd{
 margin-bottom:10px;
 font-size:12px;
 margin-left: 10px;
 padding-bottom: 5px;
 border-left-width: 3px;
 border-left-style: solid;
 border-left-color: #E1E1E1;
 padding-left: 10px;
}

/*
エントリ
-------------------------------------------------------------------*/
.entry-body{
    padding: 10px;
 	background-color:#FFFFFF;
	border:solid 1px;
	border-color:#000000;
	margin-right:20px;
}
.entry-list li {
 list-style-type: none;
 margin-bottom: 20px;
 line-height: 16px;
}


.entry-list li a:hover{color:#666666;}
.entry-list li a:visited{color:#666666;}


.entry-list ul {
 padding-left: 0px;
 margin: 15px;
}

/*
テーブル
-------------------------------------------------------------------*/
table{
 width: 94%;
 margin-bottom: 20px;
 margin-top: 20px;
 border: 1px solid #CCCCCC;
 border-collapse: collapse;
 margin-left: 2%;
}


th{
 text-align: left;
 color: #333333;
 margin:0;
 border: 1px dotted #CCCCCC;
 border-collapse: collapse;
 background-color: #FEF5E7;
 padding-top: 5px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-left: 10px;
 font-size: 12px;
 line-height: 160%;
}


td{
 margin:0;
 border: 1px dotted #CCCCCC;
 border-collapse: collapse;
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 font-size: 12px;
 line-height: 140%;
}
