@charset "Shift_JIS";

/*  cssの初期化 
----------------------------------------------------------*/
* {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;padding: 0;
}
html, body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;padding: 0;border: 0;
	font-style: normal;font-weight: normal;font-size: 100%;
}
table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;padding: 0;border: 0;
	font-style: normal;font-weight: normal;font-size: 100%;
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;padding: 0;border: 0;
	font-style: normal;font-weight: inherit;font-size: 100%;
}



/* base（基本的なこと）
----------------------------------------------------------*/

body {
	background-image: url(./img/back.gif);
	background-position: top center;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	color:#333333;
	width: 751px;
	margin: 0 auto;
	padding: 0;
	font-size:small;
}
a:hover {
	text-decoration: underline;
}
a:visited {

}
ul,ol{
	list-style-type:square;
}

/* header（ヘッダー部分）
----------------------------------------------------------*/

#header {
	width: 751px;
	height: 123px;
	margin: 0 auto;
	padding: 0px;
	background: #000 url(./img/head_bg.jpg) no-repeat top;
}

#header h1 {
	width: 751px;
	height: 123px;
}

#header h1 a{
	display: block;
	width: 751px;
	height: 123px;
	text-indent: -9999px;
	outline: none;

}

#header h2 {
	display: none;
}

/* content（記事全体）
----------------------------------------------------------*/


#content {
	width: 520px;
	margin: 10px 0;
	padding: 0 11px;
	float: right;
}

.entry {
	width: 520px;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	border: solid 1px #000000;
	background-image: url(./img/entry_bg.gif);
	overflow: hidden;/*なんかIE6で画像が右にいったときにentryが横がおっきくなるから*/
}
.entry h2 {
	margin: 0;
	
}
.entry h2 a {
	display: block;
	padding: 6px 0 0 10px;
	height: 21px;
	border-bottom: solid 1px #000000;
	background-image: url(./img/entry_title_back.gif);
	color: #0003A3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.entry h2 a:hover {
	/*color: #0003A3;*/
}

.entry h2 a:visited {
	/*color: #0003A3;*/
}

.entry table th {
	color: #333333;
}

p.image {
	margin: 10px 0 0 0;
}
p.image a img {
	border: 1px solid #BBB;
	width: 250px;
}

p.article {
	margin: 5px 10px 0 10px;
	padding: 0;
	line-height: 1.4;
	color: #333333;
	float: none;
}

p.foot {
	margin: 0 0 0 0;
	padding: 2px 0 2px 2px;
	font-size: x-small;
	text-align: right;
	clear: both;
}


p.foot a {
	margin: 0 6px;
	font-size: x-small;
	text-decoration: none;
}

/* side（右側サイドバー）
----------------------------------------------------------*/

#side {
	display: inline;/*for ie*/
	float: left;
	width: 191px;
	padding: 0px 0px;
	margin: 10px 0 0 11px;
	border: solid 1px #000000;
	background-image: url(./img/entry_bg.gif);
}

#side dt.profile, dt.calendar, dt.topics, dt.recent_entry, dt.recent_comment, dt.archive, dt.category {
	padding: 6px 5px;
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background-image: url(./img/entry_title_back.gif);
	background-position: top center;
	color: #0003A3;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#side dt.profile,{
	border-top:solid 0px #CC0000;
}
#side dt.profile:first-letter,
#side dt.calendar:first-letter,
#side dt.topics:first-letter,
#side dt.recent_entry:first-letter,
#side dt.recent_comment:first-letter,
#side dt.archive:first-letter,
#side dt.category:first-letter {
	color:  #0003A3;
	text-transform: uppercase;
	font-size: 15px;
}
#side dd.profile img {
	margin-top: 5px;
	border: 1px solid #666;
}

#side dd.profile {
	margin: 3px 0 0 8px;
}

#side dd.calendar {
	margin: 0;
	padding: 0;
}

#side dd.profile dt {
	margin: 6px 0 0 0;
	font-weight: bold;
}

#side dd.profile dd {
	margin: 0 0 12px 0;
}

#side dd.profile dd {
	color: #333333;
}

#side table {
	margin: 10px auto;
}

#side table caption {
	margin: 5px auto;
}

#side table td {
	padding: 2px;
	background: #868686;
	font-size: 12px;
	color: #fff;
}

#side table td a {
	/*color: #fff;*/
}

#side table td a {
	/*color: #fff;*/
}

#side table th {
	padding: 3px;
	background: #868686;
	font-size: 12px;
	color: #fff;
}

#side table a {
	/*color: #333333;*/
}

#side dd.recent_entry {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.archive {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.recent_comment {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dd.category {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side dt.feed {
	margin: 5px 0 0 10px;
}

#side dd.feed {
	margin: 5px 0 0 10px;
	padding-left: 15px;
}

#side ul {
	margin: 6px 6px 12px 0;
	padding: 0px;
	width: auto;
	height: auto;
	border: solid 1px #FFFFFF;/*ieで左マージンがなくなってまうから*/
}

#side li {
	margin-top: 5px;
}



/*投稿画面
----------------------------------------------------------*/
dl#trackback{
	margin: 20px;
}
dl#comment{
	margin: 20px;
}
dl#comment dt.info{
	font-weight: bold;
}
form{
	margin: 20px;

}
form table {
	width: 95%;
}
form table th{
	width: 50px;
}
form table td input{
	width: 95%;
}
form table td textarea{
	width: 100%;
}
textarea{
	font-size: small;
}
