@charset "UTF-8";

/* ■■■■■基本設定■■■■■ */
* {
	margin:0;
	padding:0;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

a img {
	border-style : none;
	border-width : 0px;
	text-decoration : none;
	}

body {
	scrollbar-base-color:#fff;
	font-size:100%;
	background-color:#eee;
	color:#aaa;
	text-align:center;
	font-family: ;
	line-height:1.4;
	}

h1 {
	font-size: 180%;
	font-weight:bold;
	font-family:"Times New Roman","Impact",serif;
	}

h2.penalty {
	color:#000;
	height:22px;
	background: url(http://file.penalty.o-oi.net/body_title.png) #000 repeat-x 630px top;
	font-size: 17px;
	font-weight:bold;
	font-family:"Batang","Times New Roman","Impact",serif;
	line-height:100%;
	}
h2.page {
	color:#fff;
	height:25px;
	background-color:#000;
	background: url(http://file.penalty.o-oi.net/title_back.png) no-repeat;
	font-size: 19px;
	font-weight:bold;
	font-family:"Batang","Times New Roman","Impact",serif;
	}

h3 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	display: inline;
	}

blockquote {
	font-size: 11px;
	color:#555;
	background-color:#eef;
	border: 1px solid #00f;
	margin:0 5px 5px 20px;
	padding:5px;
	}

/* ■■■■■レイアウト■■■■■ */
/* -----全体の設定----- */
div#field {
	/* background: url(http://file.penalty.o-oi.net/field_back.png) #fff repeat-y 630px top;*/
	background-color:#fff;
	width: 870px;
	position: relative;
	overflow: hidden;
	margin: 20 auto;
	}
div#field:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;	
	}

/* -----サイドバー----- */
div#sidemenu {
	width:220px;
	text-align:left;
	background-color:#fff;
	border-right:4px dotted #eee;
	float:left;
	margin:10px;
	}

/* -----メイン----- */
div#main {
	width:600px;
	background-color:#fff;
	float:left;
	margin:10px;
	}

/* -----フッター----- */
div#footer {
	position: relative;
	overflow: hidden;
	width: 900px;
	background-color:#fff;
	margin:20 auto;
	}

/* -----全プラグイン共通設定----- */
div.PluginTitle{padding:2px 0px;font-weight:bolder;}
div.PluginExplanation{padding:2px 0px;}
div.PluginContents{padding:2px 0px;}

/* ■■■■■リンクカラー■■■■■ */
/* -----リンクカラー----- */
a:link {
	text-decoration:none;color:#3c3c3c;
	}
a:visited{
	text-decoration:none;color:#333333;
	}
a:hover {
	text-decoration:none;color:#cc0000;
	}
a:active {
	text-decoration:none;color:#cc0000;
	}

/* -----（サイドバー）リンクカラー----- */
span.plugin a:link {
	text-decoration:none;color:#333333;
	}
span.plugin a:visited{
	text-decoration:none;color:#333333;
	}
span.plugin a:hover {
	text-decoration:none;color:#cc0000;
	}
span.plugin a:active {
	text-decoration:none;color:#cc0000;
	}

/* -----h2 リンクカラー----- */
h2 a:link {
	text-decoration:none;color:#000;
	}
h2 a:visited{
	text-decoration:none;color:#000;
	}
h2 a:hover {
	text-decoration:none;color:#a55;
	}
h2 a:active {
	text-decoration:none;color:#a55;
	}

/* -----記事内リンクカラー----- */
div.entry_text a:link {
	text-decoration:underline;color:#8a8;
	}
div.entry_text a:visited{
	text-decoration:underline;color:#9c9;
	}
div.entry_text a:hover {
	text-decoration:none;color:#0c0;
	}
div.entry_text a:active {
	text-decoration:none;color:#c00;
	}

/* -----Editリンクカラー----- */
div.edit a:link {
	text-decoration:underline;color:#aaa;
	}
div.edit a:visited{
	text-decoration:underline;color:#ccc;
	}
div.edit a:hover {
	text-decoration:none;color:#0c0;
	}
div.edit a:active {
	text-decoration:none;color:#c00;
	}

/* -----記事内カテゴリー リンクカラー----- */
div.category a:link {
	text-decoration:underline;color:#faa;
	}
div.category a:visited{
	text-decoration:underline;color:#faa;
	}
div.category a:hover {
	text-decoration:none;color:#ccc;
	}
div.category a:active {
	text-decoration:none;color:#ccc;
	}

/* ■■■■■部分設定 サイドバー■■■■■ */
/* -----プラグイン----- */
div#sidemenu div#plugin {
	color:#ddd;
	text-align:left;
	padding-left:10px;
	font-size:11px;
	}
/* -----カテゴリー----- */
div#sidemenu div#plugin ul{
	list-style-image:none;
	overflow:auto;
	height:1000px;
	}

/* ■■■■■部分設定 メイン■■■■■ */
/* -----ブログタイトル----- */
div#main div#header {
	margin:10px 5px;
	}

/* -----記事----- */
div#entrybody {
	margin:10px 5px;
	background-color:#eee;
	}
div#entrybody div.entrylist {
	margin:10px 5px;
	background-color:#fff;
	border: 1px solid #999;
	text-align:left;
	font-size:12px;
	}
div#entrybody div.entrylist div.category {
	text-align:right;
	margin-right:10px;
	}
div#entrybody div.entrylist div.entry_text {
	text-align:left;
	margin:0 10px 0 10px;
	padding:5px 10px 5px 10px;
	border: 1px dashed #ccc;
	}
div#entrybody div.entrylist div.entry_text ul {
	margin-top:10px;
	padding:0;
	list-style:none;
	/* display:inline; */
	}
div#entrybody div.entrylist div.entry_text ul li {
	list-style-image: url(http://file.penalty.o-oi.net/list.gif);
	margin-left:15px;
	margin-top:-10px;
	}
div#entrybody div.entrylist div.entry_text u {
	text-decoration:none;
	font-weight:bold;
	}
div#entrybody div.entrylist div.entry_text i {
	color:#555;
	}
div#entrybody div.entrylist div.edit {
	margin:0 15px 20px 0;
	text-align:right;
	font-size:10px;
	}

/* -----コメント----- */
div#commentbody {
	margin-top:30px;
	}
div.commentlabel {
	color:#000;
	text-align:left;
	background: url(http://file.penalty.o-oi.net/sub_title.png) #000 repeat-x 430px top;
	font-size: 13px;
	font-weight:bold;
	font-family:"Batang","Times New Roman","Impact",serif;
	line-height:100%;
	padding-left:10px;
	margin:10px;
	}
div.commentlist {
	text-align:left;
	padding:5px;
	margin:0 20px 5px 20px;
	border-bottom:1px solid #eee;
	}
div.commentlist div.commenttitle {
	text-decoration:underline;
	}
div.commentlist span.commenttitle {
	color:#a00;
	font-weight:bold;
	}
div.commentlist span.commentname {
	color:#00a;
	font-weight:bold;
	}
div.commentday {
	text-align:right;
	}

/* -----コメント投稿----- */
div#commentpost {
	margin-top:30px;
	}
div#commentpost div.postlabel {
	color:#000;
	text-align:left;
	background: url(http://file.penalty.o-oi.net/sub_title.png) #000 repeat-x 430px top;
	font-size: 13px;
	font-weight:bold;
	font-family:"Batang","Times New Roman","Impact",serif;
	line-height:100%;
	padding-left:10px;
	margin:10px;
	}
div#commentpost div.form {
	width:450px;
	text-align:left;
	padding:5px;
	margin:10px;
	border:1px solid #eee;
	}

/* -----ページナビ----- */
div#navi {
	margin:10px 5px;
	background-color:#fff;
	}
div#navi ul {
	list-style-type:none;
	padding:0 200px 0 200px;
	}
div#navi ul:after {
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
	}
div#navi ul li.pref_navi {
	float:left;
	width:80px;
	height:20px;
	background: url(http://file.penalty.o-oi.net/not_prev.gif) no-repeat left top;
	}
div#navi ul li.home_navi {
	float:left;
	width:10px;
	height:20px;
	}
div#navi ul li.next_navi {
	float:left;
	width:80px;
	height:20px;
	background: url(http://file.penalty.o-oi.net/not_next.gif) no-repeat left top;
	}

/* -----移動----- */
div.PageMove {
	text-align:left;
	}
/* -----削除禁止----- */
div.Ad {
	text-align:left;
	}
