/*
THEME NAME: custom THAME
AUTHOR: A.YAMAGUCHI
*/
@charset "utf-8";
* { 
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	text-align: center;
/* 背景の真っ黒な部分 */
	background: #ffe4c4;
/* 背景の真っ黒な部分 */
}
#header{
/* バナー画像の指定 */
	background-image: url(./images/datsutop.jpg);
/* バナー画像の指定 */
	background-repeat: no-repeat;
	text-align: center;
	height: 150px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
#header h1 { 
	padding: 20px 15px;
	font-size: 30px;
/* タイトル文字色の変更 */
	color: #000000;
/* タイトル文字色の変更 */
	text-align: left;
}
#header h1 a, h1 a:link, h1 a:visited{
	text-decoration: none;
/* タイトル文字色の変更 */
	color: #000000;
/* タイトル文字色の変更 */
}
#header h1 a:hover{
	text-decoration: underline;
/* タイトル文字色の変更 */
	color: #000000;
/* タイトル文字色の変更 */
}
#container{
	width: 650px;
	margin-right: auto;
	margin-left:  auto;
	text-align: left;
	border-right: 5px solid gray;
	border-left: 5px solid gray;
	border-bottom: 2px solid gray;
/* コンテナー背景色の変更 */
	background-color: #f5fffa;
/* コンテナー背景色の変更 */
}
/* グローバルナビゲーションの定義ここから　　*/
#navimenu{
       height: 30px;
       border-top: 1px solid gray;
       border-bottom: 1px solid gray;
/* グローバルナビゲーションの背景色の変更 */
       background: #ffcccc;
/* グローバルナビゲーションの背景色の変更 */
}
#navimenu tr{
       margin-left: 20px;
}
#navimenu tr td{
       margin-left: 20px;
       font-size: 14px;
       line-height: 30px;
}
/* グローバルナビゲーションの定義ここまで　　*/
h2{
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	line-height: 18px;
	border: 1px solid gray;
	clear: both;
}
h3{
	font-size: 14px;
	color: #333333;
}
#contents{
/* サイトの枠内のボックス部分以外の背景色*/
	background: #f5fffa;
/* サイトの枠内のボックス部分以外の背景色*/
	background-repeat: repeat-y;
	width: 620px;
	text-align: left;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#post{
	margin: 0;
	padding: 0;
}
div.post{
	margin: 2px;
	margin-top: 15px;
	padding: 5px;
	border: solid 2px #333333;
/* リンクエリアの上部のテキストボックスの背景色*/
	background: #ffffff;
/* リンクエリアの上部のテキストボックスの背景色*/
}

/* 個別記事タイトルの字の大きさ*/
div.post h2{
	font-size: 21px;
	border: solid 1px gray;
	text-indent: 14px;
	margin-bottom: 15px;
	text-align: left;
	padding: 6px;
	vertical-align: bottom;
/* 個別記事タイトルの字の大きさ*/

}
div.post h2 a{
/* 個別記事タイトルのリンクの色*/
	color: #000099;
/* 個別記事タイトルのリンクの色*/
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
div.post h2 a:hover{
/* 個別記事タイトルのリンクの色(マウスオーバー)*/
	color: #000099;
	text-decoration: underline;
/* 個別記事タイトルのリンクの色(マウスオーバー)*/
}
div.post p{
	font-size: 14px;
	text-indent: 0px;
	line-height: 1.6;
	margin-top: 5px;
}
p.postinfo{
	color: #2b76cc;
	border-bottom: 1px solid gray;
	text-align: right;
	margin: 5px 0 0;
}
p.postinfo a{
	color: #2b76cc;
}
div.content{
	margin: 5px;
}
.postmetadata{
}
div.navigation{
	margin: 0;
}
div.alignleft{
	margin: 0;
}
div.alignright{
	margin: 0;
}
.post-meta {
	float: left;
	color: green;
	line-height: 14px;
	font-size: 13px;
	font-weight: bold;
}
.post-meta-key {
	color: black;
	font-size: 110%;
	line-height: 16px;
}
table{
	font-size: 13px;
	line-height: 1.4;
	border: 0;
	border-collapse: collapse;
}
table tr{
	line-height: 1.4;
	border: 0 black solid;
}
table tr td{
	text-align: left;
	border: 1px;
	padding-left: 20px;
}
table tr td a img{
	margin: 0;
	padding: 0;
}
a{ 	color: #000099;
   	text-decoration: none;
}
a:link{
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:active{
	color: #000000;
}
a:hover{
	color: #ff0000;
}
.left{
	float: left;
}
.right{
	float: right;
}
p{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
p.noindent{
	text-indent: 0;
}
table a img{
	vertical-align: middle;
	border-style: none;
	padding: 10px;
}
img{
	border-style: none;
	padding: 0px;
}
a img{
	border-style: none;
	margin: 0;
}
.red{
	color: red;
}
.black{
	color: black;
	font-weight: normal; 
	font-style: normal; 
}
.center{
	text-align: center;
}
.blue{
	color: blue;
}
.none{
	border-style: none;
	margin: 0;
	padding: 0;
}
.small {
	font-size: 13px;
	color: #333333;
}
.small a{
	font-size: 13px;
	color: #333333;
}
.smallfont {
	font-size: 11px;
	color: #666666;
}
.smallfont2 {
	font-size: 10px;
	color: #888888;
}
.smallfont2 a:link {
	font-size: 10px;
	color: #888888;
}
.smallfont2 a:visited {
	font-size: 10px;
	color: #888888;
}
.smallfont2 a:hover {
	font-size: 10px;
	color: #888888;
}
.indent a {
	padding-left: 13px;
}
ul.top{
	list-style: none;
}
/* リンク設置箇所ここから　　*/
div#linknavi{
/* リンク設置箇所の字の色　*/
	color: #333333;
/* リンク設置箇所の字の色　*/
	padding: 10px;
	margin: 2px;
	margin-top: 15px;
	border: 2px solid #333333;
	width: 592px;
	height: auto;
/* リンク設置ボックスの背景色の変更 */
	background: #ffffff;
/* リンク設置ボックスの背景色の変更 */
}
.boxlink{
/* リンク設置箇所の字の色　*/
	color: #333333;
/* リンク設置箇所の字の色　*/
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	height: auto;
}
.boxlink p img{
	clear: both;
/* リンクエリアの画像の枠 */
	border-bottom: 1px solid #282c2b;
	border-right: 1px solid #282c2b;
	border-top: 1px solid #635f60;
	border-left: 1px solid #635f60;
/* リンクエリアの画像の枠 */
	padding: 0 ;
	height: 120px;
	margin: 0;
}
.boxlink p.linktext{
	height: 120px;
	text-align: left;
	padding: 10px 10px 0 0;
	margin: 0;
	text-indent: 0px;
}
.boxlink p.linktext a, .linktext a:link, .linktext a:visited{
	height: 120px;
	text-align: left;
	padding: 0 0 2px 0;
	margin: 0;
	text-indent: 0px;
}
.leftblock{
	float: left;
	width: 150px;
}
/* 　リンク設置箇所ここまで　　*/
#footer{
	clear: both;
	width: 650px;
	color: #000000;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
p.hai{
	color: #888888;
	font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}
.hai{
	color: #888888;
	font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}
.hai a, hai a:link, hai a:visited, hai a:hover{
	color: #888888;
	font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}
.hai a:hover{
	color: #888888;
	font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}
