@charset "utf-8";
/*----------------------------------------------------------------------------------------------------


default reset


----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #444;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }

em, address { font-style: normal; }
strong      { font-weight: bold; }
abbr        { cursor: help; border-bottom: 1px dotted #999; }
p           { margin: 0; line-height: 1.4em; }
img         { border: 0; }

section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display: block; }

mark { display: inline; font-size: inherit; font-weight: inherit; background: #ff0; }

::selection      { color: #fff; background: #900; }
::-moz-selection { color: #fff; background: #900; }

ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom !important;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

ruby rt, a:link ruby rt, a:visited ruby rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	line-height: 100%;
	text-decoration: none;
}

ruby rp { display: none; }

form input { margin: 0; padding: 2px 3px; }

/* clearfix start ------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


header:after         { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#content:after       { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
article:after        { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
section:after        { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
aside:after          { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.breadcrumb ol:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
footer:after         { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* html header         { zoom: 1; }
* html #content       { zoom: 1; }
* html article        { zoom: 1; }
* html section        { zoom: 1; }
* html aside          { zoom: 1; }
* html .breadcrumb ol { zoom: 1; }
* html footer         { zoom: 1; }

*:first-child+html header         { zoom: 1; }
*:first-child+html #content       { zoom: 1; }
*:first-child+html article        { zoom: 1; }
*:first-child+html section        { zoom: 1; }
*:first-child+html aside          { zoom: 1; }
*:first-child+html .breadcrumb ol { zoom: 1; }
*:first-child+html footer         { zoom: 1; }
/* clearfix end --------------------------------------------*/

/*----------------------------------------------------------------------------------------------------


common


----------------------------------------------------------------------------------------------------*/
body {
	background:url(images/oenmwbg.gif) 50% 0 repeat-y #708F7F;
	font-family: Verdana, sans-serif;
	color: #708F7F;
	font-size: 13px;
	margin:0;
}
strong {
	background:inherit;
	color:#f63;
}

h2 {
	background:inherit;
	color:#f63;
	font-size:9pt;
	font-weight:normal;
	margin:0;
	padding:2px 0 8px 0;
	text-transform:uppercase;
	border-bottom:#ddd 1px solid;
}
a:link, a:visited, a:active {
	background-color: inherit;
	color: #0000CD;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
	text-decoration: none;
	color: #20B2AA;
}
blockquote {
	background:inherit;
	color: #7F708F;
	display:block;
	padding:0 5px;
	margin:0 50px;
	font-size:8pt;
	font-weight:normal;
	border-left:#f63 5px solid;
}
blockquote p:first-letter {
	background:inherit;
	color:#f63;
	font-size:150%;
	font-weight:bold;
	text-transform:uppercase;
}
ul {
	list-style:none;
	margin-left:10px;
	padding:1px;
}
ul li {
	padding-left:15px;
	background: url(images/arw.gif) 0 3px no-repeat;
}
#header {
	width:730px;
	height:190px;
	background:url(images/oenmw.jpg) 50% no-repeat #7F708F;
	color: #7F708F;
	margin:auto;
	font-weight:bold;
	text-transform:lowercase;
}
#body {
	width:700px;
	background: #FFB5D1;
	color:inherit;
	margin:auto;
	padding:13px;
	border:#ccc 2px solid;
}
#content {
	width:500px;
	float:left;
}
#sidebar {
	width:175px;
	height:auto;
	float:right;
	margin-top:15px;
}
#footer {
	width:720px;
	margin:10px auto;
	background:inherit;
	color: #AA0040;
	font-size:75%;
}
.headerlt { padding: 0 0 20px; }
 
.headerlt h1 { padding: 5px 0; background: #FEE8AF; }

.headerlt strong { display: block; padding: 10px 0; }

.headerlt strong a, .headerlt strong a:hover { font-size: 24px; color: #0000CD; }

.menu {
	margin: 0 5px 0 0;
	text-align:center;
}

.menu ul li { float: left; background: none; }
.menu a:link, .menu a:visited, .menu a:active {
	background:inherit;
	color: #0000CD;
	text-decoration: none;
	display:block;
	border-left:#554 1px dashed;
	padding:1px 8px;
}
.menu a:hover {
	background:inherit;
	color: #20B2AA;
	text-decoration:none;
	border-left:#f61 5px solid;
	padding-left:4px;
}
.sbhead {
	background:inherit;
	color:#888;
	font-weight:bold;
	border-bottom:#ddd 1px solid;
	padding:1px 0 8px 0;
	text-transform:lowercase;
	text-align:right;
	font-size:95%;
}
.sidebar {
	background:inherit;
	padding:5px;
	width:170px;
	font-size:80%;
	color:#888;
	margin-top:10px;
}
.img {
	border:#aaa 1px solid;
	margin:8px 5%;
	width:90%;
}
.footer {
	float:right;
}
.footer a:link, .footer a:visited, .footer a:active {
	background:inherit;
	color:#ddd;
	text-decoration: none;
}
.footer a:hover {
	background:inherit;
	color:#fff;
	text-decoration: none;
}
.spacer {
	clear:both;
	height:1px;
}
/* TAGS */



p.tags {
	line-height: 2.25em;
	margin: 2em 10%;
	text-align: justify;
	vertical-align: middle;
}
p.tags a,  p.tags span {
	color: Blue;
	margin-right: 0.5em;
}
p.tags a:hover {
	color: #20B2AA;
}
p.tags span:hover {
	cursor: pointer;
	text-decoration: underline;
}
p.tags span.selected {
	background: #eee;
}
.bmarksss {
	width: 13%;
	vertical-align: top;
}
.bmarksss1 {
	width: 87%;
	vertical-align: top;
	padding-left: 6px;
	border-bottom: dashed 1px rgb(120,176,39);
}
img .myborder {
	border: 1px;
}
ol {
	list-style: none;
}
/*Pagination*/



div.pagination {
	padding: 3px;
	margin: 3px;
	font-size: 10px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
	line-height: 25px;
	display: inline-block;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #336633;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	line-height: 25px;
	color: #333;
	display: inline-block;
}
p.error,  p.success {
	border: 1px solid;
	font-size: 10px;
	margin: 0.5em;
	padding: 0.5em;
	width: 70%;
}
p.error {
	background: #FCC;
	border-color: #966;
	color: #633;
}
p.success {
	background: #CFC;
	border-color: #696;
	color: #363;
}
.inter {
	line-height: 20px;
	padding: 10px;
}

