@charset "utf-8";

/***** 各タグの基本情報 *****/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eef;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
}

h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/* リンクカラーの設定 */
a:link {text-decoration: underline;color: #666;}
a:visited {text-decoration: underline;color: #666;}
a:hover {text-decoration: underline;color: #999;}
a:active {text-decoration: underline;color: #999;}



/***** サイト全体の枠の設定（inbox） *****/
#inbox {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-right: 1px solid #99b;
	border-left: 1px solid #99b;
}

/* 表示の設定 */
.appear {
	display: block;
}

/* 非表示の設定 */
.hide {
	display: none;
}



/****** ヘッダーの設定（header） *****/
#header {
	width: 750px;
	border-top: 4px solid #336;
	background: #fff;
}

#logo {
	float: left;
	padding: 12px 0 11px 10px;
}

#header ul {
	margin: 0;
	padding: 31px 5px 0 0;
	float: right;
	text-align: right;
	width: 400px;
}

#header li {
	margin-left: 3px;
	list-style: none;
	display: inline;
}

/* グローバルメニュー */
#mainmenu {
	padding-top: 1px;
	clear: both;
	width: 750px;
	border-top: 2px solid #99b;
}
#mainmenu li {
	padding-bottom: 1px;
	float: left;
	list-style: none;
	height: 30px;
	border-bottom: 1px solid #99b;
	margin-bottom: 8px;
}

/* TOP画像 */
#topimage {
	clear: both;
}
#topimage img {
	margin: 0 0 9px 8px;
}
#topimage2 {
	margin: 0 0 9px 8px;
}



/***** 左ナビの設定（sidenavi） *****/
#sidenavi {
	float:left;
	width: 180px;
}

#sidenavi h3 {
	margin-left: 9px;
	padding: 5px;
	text-align: center;
	border: 1px solid #99b;
	border-top: 4px solid #99b;
	font-size: 100%;
	color: #669;
}

#sidenavi ul {
	padding: 0.5em 5px 1em 14px;
}

#sidenavi li {
	padding: 0 0 0.4em 10px;
	list-style: none;
	background-image: url(/images/common/icon3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.4em;
}

#sidenavi #imgLink {
	padding: 0 0 0.4em 0px;
	list-style: none;
	background-image:none;
}

#sidenavi li ul {
	padding: 0.5em 0 0 0;
}

#sidenavi li li {
	padding: 0 0 0.4em 10px;
}

#sidenavi table {
	margin: 0.5em 0 1em 4px;
	text-align: center;
	width: 170px;
	border: 0;
	font-size: 100%;
}

#sidenavi form {
	padding: 0.5em 5px 1em 14px;
	text-align: center;
}

#sidenavi #lisence {
	padding: 0.5em 5px 1em 14px;
}



/***** メインコンテンツの設定（content） *****/
#content {
	float: right;
	width: 550px;
}

#content h2 {
	margin: 0 9px 1em 0;
	padding:6px;
	width: 540px;
	border-bottom:2px dotted #99b;
	font-size: 130%;
	color: #669;
}

#content h3 {
	margin: 0 9px 1em 0;
	padding:6px;
	width: 540px;
	border-bottom:1px solid #99b;
	font-size: 110%;
	color: #669;
}


#content p {
	margin: 0 14px 1em 9px;
	clear: both;
	width: 525px;
	line-height: 150%;
}

#content p.date {
	margin: 1em 14px 0 9px;
	text-align:right;
	color:#669;
}
#content p.posted {
	margin-bottom: 3em;
	text-align: right;
}

#content table {
	margin-bottom: 1em;
}

#content table th {
	padding: 3px;
}

#content table td {
	padding: 3px;
}

#content #pagenavi {
	text-align: center;
}

#content .permalink {
	float:right;
	margin-right:20px;
}

/* poweredの設定 */

.powered {
padding-right: 2px;
padding-left: 2px;
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif; 
padding-bottom: 2px;
text-transform: uppercase;
color: #666666;
line-height:140%;
padding-top: 10px;
letter-spacing: 0.2em
}

/* trackback-urlの設定 */

.trackback-url {
font-size: 12px;
margin-top: 3px;
margin-bottom: 10px;
margin-right: 3px;
padding-right: 5px; 
color: #666666;
padding-left: 5px; font-weight: normal;  
 padding-bottom: 5px; 
line-height: 140%; padding-top: 5px; 
}


/* trackback-bodyの設定 */

.trackback-body {
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
font-weight: normal;
padding-bottom: 10px;
color: #666666;
line-height: 140%;
line-width: 480px;
width: 480px;
padding-top: 10px;
border-bottom: #9999CC 1px dotted
}

/* trackback-postの設定 */

.trackback-post {
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
line-width: 480px;
width: 500px;
font-weight: normal;   color: #666666;
}


/* comments-headの設定 */

.comments-head {
font-size: 14px;
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
margin-top: 10px; 
font-weight: bold; 
 
color: #666666; 
border-bottom: #666699 2px solid;
width: 98%;
}


/* comments-bodyの設定 */

.comments-body {
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
font-size: 12px; 
font-weight: normal; 
padding-bottom: 5px; 
color: #666666; 
line-height: 20px; 
border-bottom: #666699 1px dotted;
border: 1px solid #ffffff;
width: 500px;
margin-bottom:5px;
word-wrap:break-word;
word-break:break-all;
}


/* comments-postの設定 */

.comments-post {
font-size: 12px;
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif;
font-weight: normal;  color: #666666;
}

textarea[id="comment-text"] {
width: 80%;
}

#comment-text {
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif; }
textarea[id="text"] {
width: 80%;
}

#text {
font-family: "ＭＳ Ｐゴシック", "Osaka", verdana, arial, sans-serif; }

/*コピーライト*/
#copyright {
	padding: 10px 0 15px;
	clear: both;
	text-align: center;
	border-top: 1px dashed #99b;
}
#copyright address {
	font-style: normal;
}

