body {
    font-family: 'MS UI Gothic','ＭＳ ゴシック';
    font-size: 12px;vertical-align:top;
}



/*modules*/

.module
	{
		margin:3px 5px;
		padding:2px;
		background-color:#eeeeee;
		font-style:nomal;
		font-weight:400;
		font-size:9pt;
		line-height:11pt;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
		color:#36414d;
	}

.module a:hover { color: #ff0000;text-decoration:none; }

.module-list
	{
		margin: 5px 0 0 0;
		padding-left:5px;
		list-style-type: none;
	}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #800000;
    padding: 3px;
    color: #ffffff;
    background: #d2b48c;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}







/*bottom- bar*/

.bottom-bar
	{
		color:ffffff;
		background-color:#800000;
	}

/*テキストスタイルの指定*/
	.main
	{
		font-style:nomal;
		font-weight:400;
		font-size:11pt;
		line-height:17pt;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
		color:#191970;
	}
	.note
	{
		font-style:nomal;
		font-weight:400;
		font-size:9pt;
		line-height:11pt;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
		color:lightslategray;
	}
	.title
	{
		font-style:nomal;
		font-weight:600;
		font-size:12pt;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
		color:#330000;
		border-bottom-width:3px;
		border-bottom-style:double;
	}


/*リンク文字種指定*/
	a:link
	{
		text-decoration:none;
		color:#d2b48c;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
	}
	a:visited
	{
		text-decoration:none;
		color:#996666;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
	}
	a:active
	{
		text-decoration:none;
		color:#800000;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
	}
	a:hover
	{
		text-decoration:none;
		color:#ff0000;
		font-family:'MS UI Gothic','ＭＳ ゴシック';
	}
