@charset "utf-8";
/*  
Theme Name: wp.Vicuna
Theme URI: http://wp.vicuna.jp/
Description: <a href="http://en.wp.vicuna.jp">wp.Vicuna</a> Structure Template + <a href="http://en.wp.vicuna.jp/skin/">Skin</a>
Version: 1.5.7
Author: wu
*/

/*======================================

	3-2. [Sngle column]
	bodyにclass="single"がついた時のレイアウト
	
=======================================*/

body.single ul#flip1 {
	position: absolute;
	right: 0;
	top: 0;
}

body.single div#main{
	margin: 0 auto;
	padding: 0;
	width :750px;
	position: relative;
	text-align:center;
}

body.single div#content p.topicPath {
	text-align:left;
	font-size: 11px;
	padding-left:1.8em;
}

/*--------------------------------------
	3-2-1. div#utilities
---------------------------------------*/

body.single div#utilities {
	margin-top: 1em;
}

body.single div#utilities dl.navi,
body.single div#utilities dl.news{
	margin-top: 0;
	display: inline; /* for WinIE */
	float: left;
	width: 320px;
}

body.single div#utilities dl.others,
body.single div#utilities dl.info{
	margin-top: 0;
	margin-left: 360px;
	padding-left: 10px;
/*	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
}

/*======================================

	3-3. [Double column] body.double-top 
	bodyにclass="double"がついた時のレイアウト
	[←★→]マークのついた指定を反転させることでカラムの位置入れ替えが可能
	
=======================================*/

body.double-top div#content p.topicPath {
	text-align:left;
	padding-left:0.8em;
	font: 11px "ＭＳ Ｐゴシック", "Osaka";
}

/*--------------------------------------
	3-3-1. div#main
---------------------------------------*/

body.double-top div#main {
	float: left; /* [←★→] */
	width: 61%;
}

/*--------------------------------------
	3-3-2. div#utilities
---------------------------------------*/

body.double-top div#utilities {
	float: right; /* [←★→] */
	clear: right; /* [←★→] */
	width: 39%;
}

body.double-top div#utilities dl {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

/*======================================

	3-3. [Double column] body.double 
	bodyにclass="double"がついた時のレイアウト
	[←★→]マークのついた指定を反転させることでカラムの位置入れ替えが可能
	
=======================================*/

body.double div#content p.topicPath {
	text-align:left;
	padding-left:1em;
	font: 11px "ＭＳ Ｐゴシック", "Osaka";
}

/*--------------------------------------
	3-3-1. div#main
---------------------------------------*/

body.double div#main {
	float: left; /* [←★→] */
	width: 72%;
}

/*--------------------------------------
	3-3-2. div#utilities
---------------------------------------*/

body.double div#utilities {
	float: right; /* [←★→] */
	clear: right; /* [←★→] */
	width: 28%;
}

body.double div#utilities dl {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

/*--------------------------------------*/

*{  margin:0;
	padding:0;
	line-height: 1.5;
	text-decoration:none;
	font-weight:normal;
	font-size:100%;
}

html{height:100%;}

body {
	background:url(http://www.oyabejc.com/2009/img/header-bg.gif) repeat-x;
	font-family: "Trebuchet MS", "Arial, Helvetica", "ＭＳ Ｐゴシック", "sans-serif";
	text-align: center; /* Centering for IE6 */
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
}

a {color: #495865;}

a:hover {color: #6F6F6F;}

a img {border: none;}

img.alignright,div.alignright{float:right;}

img.alignleft,div.alignleft{float:left;}

div.centered{text-align:center;margin:0 auto;clear:both;}

.clear{clear:both;}

strong{font-weight:bold;}

em{font-style:italic;}

u{text-decoration: underline;}

blockquote {
	color: #666;
	background: #f5f5f5;
	border: 3px solid #eee;
	margin: 0.5em 30px 1em;
	padding: 0.6em 20px;
}

blockquote * {
	color: #666;
	margin: 0!important;
	border: none!important;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	color: #000;
	display: block;
	content: "Quote: "attr(title); 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	text-align: right;
	color: #333;
}

cite {
	color: #333;
	display: block;
	text-align: right;
	margin: 0.5em 30px 1em;
}

code {
	font-family: monospace;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
}

del {
	color: #bbb;
	text-decoration: line-through;
}

del[datetime]:before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

span.red{color: #900;}

span.blue{color: #36C;}

span.small{font-size: 70%;}

span.medium{font-size: 100%;}

span.large{font-size: 130%;}

p.right{text-align:right;}

p.center{text-align:center;}

#body {
	position:relative;
	margin:0 auto;
	width:750px;
	padding:0;
}

#content{
	margin: 0 auto;
	padding: 0;
	width :750px;
	position: relative;
	text-align:left;
	clear:both;
}

/*======================================

	Forms Module
	
=======================================*/

form {
	margin: 0; 
	padding: 1px 0; 
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	border-width: 1px;
	border-style: solid;
	margin: 0.5em 0;
	padding: 1px 0.2em;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}

input,
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #eee #eee #d4d4d4;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

input:focus,
textarea:focus {
	border-color: #aaa;
}

textarea {
	font-size: 100%;
	padding: 0.4em 8px;
}

input.inputField {

}

input.submit {
	cursor:pointer;
	_padding: 0;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	background: #000;
	color:#FFF;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	div#header
	
=======================================*/

div#header {
	margin: 0 auto;
	padding: 0;
	width: 750px;
}
* html body div#header p.siteName{text-align:left;}
*:first-child+html div#header p.siteName{text-align:left;}
div#header p.siteName a{
	background:url(http://www.oyabejc.com/2009/img/header-title.jpg);
	display:block;
	width:430px;
	height:70px;
}
div#header div.description{
	overflow:hidden;	
	display:block;
	width:750px;
	height:185px;
	background:url(http://www.oyabejc.com/2009/img/header-photo0.jpg);
}
* html body div#header div.description{text-align:left;}
*:first-child+html div#header div.description{text-align:left;}
div#header div.description p{
	width:750px;
	height:185px;
}
div#header div.description p#img1{
	background:url(http://www.oyabejc.com/2009/img/header-photo3.jpg);
}
div#header div.description p#img2{
	background:url(http://www.oyabejc.com/2009/img/header-photo2.jpg);
}
div#header div.description p#img3{
	background:url(http://www.oyabejc.com/2009/img/header-photo1.jpg);
}
div#header p.siteName a span,
div#header div.description p span{display:none;}
div#MainMenu{
	width:100%;
	height:32px;
	background:url(http://www.oyabejc.com/2009/img/headermenu-mid.gif);
	border:0;
	margin:0;
}
div#MainMenu div#tab{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
div#MainMenu div#tab ul {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
div#MainMenu div#tab ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
div#MainMenu div#tab ul li a {
	background:#000 url(http://www.oyabejc.com/2009/img/headermenu-right.gif) no-repeat right top;
	text-decoration:none;
	display:block;
	float:left;
	border:0;
	margin:0;
	padding:0;
	cursor:pointer;
}
div#MainMenu div#tab ul li a span {
	display:block;
	background:url(http://www.oyabejc.com/2009/img/headermenu-left.gif) no-repeat left top;
	font:15px/32px "Arial, Helvetica, sans-serif";
	color:#000;
	font-weight:700;
	padding:0;
	width:150px;
}
div#MainMenu div#tab ul li a:hover {
	background-position:right bottom;
	border-color:#FF9300;
}
div#MainMenu div#tab ul li a:hover span {
	background-position:left bottom;
	color:#060;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

/* sidemenu */

ul.sidebtn{
	list-style:none;
}
ul.sidebtn li{
	background:url(http://www.oyabejc.com/2009/img/btn-left.jpg) no-repeat left top;
	margin:0.5em 0 0;
	padding:0;
}
ul.sidebtn li a{
	height:38px;
	display:block;
	background:url(http://www.oyabejc.com/2009/img/btn-right.jpg) no-repeat right top;
	font:bold 17px/38px "ＭＳ Ｐゴシック", "Osaka";
	text-indent:1.8em;
	color:#3C3C3C;
}

dl.info dt{
	background:url(http://www.oyabejc.com/2009/img/bar-left_l.jpg) no-repeat left top;
	margin:0.5em 0 0;
	padding:0;
}
dl.info dt span{
	display:block;
	background:url(http://www.oyabejc.com/2009/img/bar-right_l.jpg) no-repeat right top;
	font:bold 17px/38px "ＭＳ Ｐゴシック", "Osaka";
	text-indent:1.8em;
	color:#3C3C3C;
}
dl.info dd{
	border:1px solid #999;
	border-top:0px;
	padding:0.2em 0;
}
dl.info dd ul{
	list-style:none;
}
dl.info dd ul li{
	display:inline;
	margin-left:2.5em;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}
dl.info dd table{
	width:285px;
	border-callapse:callapse;
}
dl.info dd table th{text-align:center;}
dl.info dd table th hr{
	margin:0 auto;
	width:97%;
	height:0px;
	border:0;
	border-bottom:1px solid #a0a0a0;
}
dl.info dd table td.day{
	width:70px;
	padding-left:0.8em;
}
dl.info dd table td{
	color:#4d4d4d;
	font-size:9pt;
	padding:0.2em 0;
	vertical-align:top;
}
dl.info dd table td a{
	text-decoration: underline;
}

dl.sideaddress{
	border:1px solid #999;
	padding:0.3em;
	margin:0.5em 0 0;
}
dl.sideaddress dt{
	background:url(http://www.oyabejc.com/2009/img/bg-sideaddress.gif) repeat center top;
	font:bold 17px/30px "ＭＳ Ｐゴシック", "Osaka";
	border-bottom:1px solid #69A52D;
	padding:0 1.4em;
	color:#3C3C3C;
}
dl.sideaddress dd{
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
	padding:0.2em 1.7em;
}

div.counterize{
	width:285px;
	margin:0.5em 0 0;
	padding:0;
}
div.counterize p{
	font: 13px "ＭＳ Ｐゴシック", "Osaka";
	padding:0 2.5em;
}
div.counterize ul{
	list-style:none;
	margin-left:2em;
}
div.counterize ul li{
	font: 13px "ＭＳ Ｐゴシック", "Osaka";
	margin-right:1em;
	display:inline;
}

ul.sidemenu{
	background: url(http://www.oyabejc.com/2009/img/bg-sidemenu.gif) repeat;
	border-top:2px solid #48A300;
	width:180px;
}
ul.sidemenu li{
	border-bottom:2px solid #48A300;
	list-style:none;
}
ul.sidemenu li a{
	color:#000;
	text-indent:2em;
	font: 13px/30px "ＭＳ Ｐゴシック", "Osaka";
	background:url(http://www.oyabejc.com/2009/img/arrow1.gif) 8px 10px no-repeat;
	display:block;
}
ul.sidemenu li a:hover{
	color:#000;
	background:#DCFFBE url(http://www.oyabejc.com/2009/img/arrow1.gif) no-repeat 8px 10px;
}
ul.sidemenu li a span{
	color:#000;
	font:11px "ＭＳ Ｐゴシック", "Osaka";
}

/* 本文
-----------------------------*/

div#content h1{
	margin:0 auto;
	width:715px;
	background:url(http://www.oyabejc.com/2009/img/title-bar.jpg) no-repeat left bottom;
}

div#content h1 span,
div#content h1 a{
	display:block;
	padding:0 0 0.3em 1.5em;
	font:bold 19px/45px "ＭＳ Ｐゴシック", "Osaka";
	text-align:left;
	color:#444;
}

img {
	margin: 0;
	padding: 0;
}

div.imagecaption{
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

div.entry div.textBody,
div.column div.textBody{
	margin: 0;
	padding: 0;
	text-align:left;
}

div.entry div.textBody h2,
div.column h2{
	text-align:left;
	background:url(http://www.oyabejc.com/2009/img/title-head.gif) no-repeat center left;
}

body.single div.entry div.textBody h2,
body.double div.entry div.textBody h2,
body.single div.column h2{
	margin:0 0 0.2em 1.7em;
}

div.entry div.textBody h2 span,
div.column h2 span,
div.column h2 a{
	display:block;
	font:bold 16px/25px "ＭＳ Ｐゴシック", "Osaka";
	text-indent:1.4em;
	color:#333;
}

div.entry div.textBody p,
div.column div.textBody p {
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
	margin:0 1.5em 0.8em 2em;
}

div.entry div.textBody ul,
div.entry div.textBody ol,
div.column div.textBody ul,
div.column div.textBody ol {
	font:15px/18px "ＭＳ Ｐゴシック", "Osaka";
	margin-left: 3.5em;
}

/* TOP */

dl.index{width:450px;
	margin:0.5em 0 0;
	background:url(http://www.oyabejc.com/2009/img/bar-bg1.jpg) repeat-x center top;
}
dl.index dt{
	background:transparent url(http://www.oyabejc.com/2009/img/bar-right_l.jpg) no-repeat right top;
	margin:0;
	padding:0;
	height:38px;
}
dl.index dt span{
	width:30%;
	float:left;
	display:block;
	background:transparent url(http://www.oyabejc.com/2009/img/bar-left.jpg) no-repeat left top;
	font:bold 17px/38px "ＭＳ Ｐゴシック", "Osaka";
	text-indent:1.8em;
	color:#3C3C3C;
}
dl.index dt a{
	width:40%;
	height:38px;
	float:right;
	display:block;
	margin-right:1em;
	background:url(http://www.oyabejc.com/2009/img/bar-detail.jpg) no-repeat right top;
}
dl.index dt a span{display:none;}
dl.index dd{
	border:1px solid #999;
	border-top:0px;
	height:210px;
	overflow:auto;
}
dl.index dd iframe{width:448px;height:204px;}
dl.index dd object{border:0;}
dl.index dd table{
	width:440px;
	border-callapse:callapse;
}
dl.index dd table th{text-align:center;}
dl.index dd table th hr{
	margin:0 auto;
	width:97%;
	height:0px;
	border:0;
	border-bottom:1px solid #a0a0a0;
}
dl.index dd table td.day{
	width:70px;
	padding-left:0.8em;
}
dl.index dd table td{
	color:#4d4d4d;
	font-size:9pt;
	padding:0.2em 0;
	vertical-align:top;
}
dl.index dd table td a{
	text-decoration: underline;
}

ul.event-bannar{
	margin:0;
	width:450px;
	list-style:none;
}
ul.event-bannar li{
	margin:0.5em 0 0;
}
ul.event-bannar li img{
	width:448px;
	border:1px solid #999;
}

/* 小矢部JCとは */

table.record{
	border-collapse:collapse;
	margin:0 0.5em 0.5em 2.8em;
}
table.record th{
	text-indent:0.2em;
	vertical-align:top;
	font:15px "ＭＳ Ｐゴシック", "Osaka";
	border-bottom:1px solid #AAA;
	padding:0.2em 0;
	width:70px;
}
table.record td{
	border-bottom:1px solid #AAA;
	padding:0.2em 0;
}
table.record td ul{
	list-style: outside url(none) disc;
	margin:0 1em 0 1.5em; 
}

ul.plan{
	text-align:left;
	list-style:none;
	margin-bottom:1em;
}
ul.plan li{
	text-indent:0.8em;
	margin-left:3.2em;
	background: url(http://www.oyabejc.com/2009/img/arrow2.gif) no-repeat 0px 8px;
}

table.schedule{
	border-collapse:collapse;
	margin:0 0.5em 0.5em 2.8em;
}
table.schedule th{
	padding:0.2em 1em;
	border:1px solid #AAA;
	font:bold 15px "ＭＳ Ｐゴシック", "Osaka";
	text-align:center;
	background: #DCFFBE;
}
table.schedule td{
	padding:0.2em 1em;
	border:1px solid #AAA;
	font:15px "ＭＳ Ｐゴシック", "Osaka";
}

/* 新入会員募集 */

body#entry3 div.imageframe{margin-left:2em;width:200px;}

/* リンク */

ul.blogroll{
	text-align:left;
	list-style:none;
	margin-bottom:1em;
}
ul.blogroll li{
	text-indent:0.8em;
	background: url(http://www.oyabejc.com/2009/img/arrow2.gif) no-repeat 0px 8px;
}

/* 理事長コラム Info 
-----------------------------*/

div.column ul.info {
	margin:0 1.7em 1em;
	padding:0.3em 0;
	background:#E1F0D7;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

div.column ul.info li {
	margin: 0 0.2em;
	display: inline;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	color: #888;
}
div.column ul.info li.date{
	padding:0 0.8em;
	border-left:1px solid #888;
	border-right:1px solid #888;
}

/*--------------------------------------
	Flip Navi 1 (Newer | Older)
---------------------------------------*/

ul#flip1 {
	margin: 0.5em 25px 0;
}

ul#flip1 li {
	margin: 0;
	display: inline;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

ul#flip1 li a {
	display: block;
	float: left;
	padding: 0 0.5em;
	color: #666;
	line-height: 1;
	text-decoration: none;
}

ul#flip1 li a:hover {
	color: #000;
}

/* Newer Article */

ul#flip1 li.newer a {
	padding-left: 18px;
	background: url(img/arrow1-1.gif) no-repeat left center;
}

ul#flip1 li.newer a:hover {
	background: url(img/arrow1-2.gif) no-repeat left center;
}

/* Older Article */

ul#flip1 li.older a {
	padding-right: 18px;
	border-left: 1px solid #ccc;
	background: url(img/arrow2-1.gif) no-repeat right center;
}

ul#flip1 li.older a:hover {
	background: url(img/arrow2-2.gif) no-repeat right center;
}

/* Flip Navi 2 (Newer | Older)
-----------------------------*/

#flip2 {
	padding: 0.3em 0 0.3em 0.5em;
	border: 1px solid #ddd;
}

#flip2 li {
	background: url(img/arrow3.gif) no-repeat left center;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding-left: 12px;
	list-style:none;
}

#flip2 li a {

}

/*--------------------------------------
	div.blog
---------------------------------------*/

p.SearchResult {
	text-align:left;
	padding:1em 0 0 1.5em;
	font: 13px "ＭＳ Ｐゴシック", "Osaka";
}
p.SearchResult em{font-weight:bold;}
p.SearchResult span.count{color:#900;}

div.blog {
	margin: 0.5em 1em 0 1.8em;
	padding: 1px 0;
}

/* Blog Title
-----------------------------*/

div.blog h1,
div.blog h2 {
	padding: 1em 0 0.2em;
	border-bottom:1px solid #666;
	font:bold 17px "ＭＳ Ｐゴシック", "Osaka";
}
div.blog h2 a,
div.blog h2 span{
	font:bold 17px "ＭＳ Ｐゴシック", "Osaka";
}
div.blog span.count{color:#000;}

/*
moved
subSkin module
*/

/* Blog Info 
-----------------------------*/

div.blog ul.info {
	margin: 0;
}

div.blog ul.info li {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	margin: 0 0.5em 0.1em 0;
	display: inline;
	color: #999;
}

/* Text Body
-----------------------------*/

div.blog div.textBody {
	margin: 0.5em 0 1em 0;
	padding: 1px 0;
}

div.blog div.textBody p {
	font:13px/17px "ＭＳ Ｐゴシック", "Osaka";
	margin:0;
}

div.blog div.textBody ul,
div.blog div.textBody ol {
	font:13px/17px "ＭＳ Ｐゴシック", "Osaka";
	margin:0 0 0 1.3em;
}

div.blog div.textBody table.invite td{
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	text-align:center;
}

/* Continue Reading
-----------------------------*/

p.continue {
	margin-bottom: 0;
}

p.continue a {
	padding: 0 0 0 1.2em;
	text-decoration: none;
	font: 13px "ＭＳ Ｐゴシック", "Osaka";
	background:url(http://www.oyabejc.com/2009/img/arrow-continue.gif) no-repeat left center;
}

/*---------------
 Retun to page top
-----------------*/

p.return {
	text-align:right;
	font: 11px "ＭＳ Ｐゴシック", "Osaka";
	padding-right:1.2em;
	margin-top:0.5em;
	clear:both;
}

p.return a {
	padding-right: 12px;
	background: url(http://www.oyabejc.com/2009/img/arrow-pagetop.gif) no-repeat right center;
}

/* Reaction
-----------------------------*/

div.blog ul.reaction {
	text-align:right;
	margin-top: 0;
	padding-top: 0.3em;
	_height: 1px; /* for IE */
}

div.blog ul.reaction li {
	margin: 0;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	display: inline;
}

div.blog ul.reaction li a {
	padding-left: 20px;
}
div.blog ul.reaction li.comment{background: url(http://www.oyabejc.com/2009/img/icon-comment.gif) no-repeat 0 0;}
div.blog ul.reaction li.trackback{background: url(http://www.oyabejc.com/2009/img/icon-trackback.gif) no-repeat 0 0;}

/* Comment Log
-----------------------------*/

div#comments {
	padding: 1px 0;
}

div#comments h2 {
	margin-top:1em;
	padding: 0.2em 0.3em;
	border-left:3px solid #999;
	border-bottom:1px solid #666;
	font:15px "ＭＳ Ｐゴシック", "Osaka";
	color:#666;
}

div#comments p{
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

div#comments dl.log {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding:0.5em 0.5em 0;
}

div#comments dl.log dt {
	border-top:1px dashed #CCC;
	margin: 0;
}

div#comments dl.log dt span.name {
	margin-right: 0.5em;
}

div#comments dl.log dt span.date {
	color: #999;
}

div#comments dl.log dd {
	margin: 0 0 0.8em 0;
}

div#comments dl.log dd p {
	margin: 0.5em 0 1em 0;
}

/* Comment Post form
-----------------------------*/

form.post {
	margin: 0;
	border: none;
}

form.post fieldset {
	border: 1px solid #AAA;
}

form.post legend {
	font:bold 15px "ＭＳ Ｐゴシック", "Osaka";
}

form.post dl {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

form.post dl dt {
	margin: 0;
}

form.post dl dd {
	margin-left: 0;
	margin-bottom: 0;
}

form.post dl input {
	margin: 0;
}

form.post textArea {
	margin: 0;
	width: 90%;
}

form.post div.action {
	margin: 0 20px 1em;
}

form.post div.action input.submit {
}

/*--------------------------------------
	.admin
---------------------------------------*/

.admin a {
	background: url(style-ninja/images/mark/icon_edit.gif) no-repeat 0 0;
	padding-left:1.5em;
}

.admin a:hover {
	color: #953844;
}

/* Trackback Log
-----------------------------*/

div#trackback {
	margin: 2em 0;
}

div#trackback h2 {
	margin-top:1em;
	padding: 0.2em 0.3em;
	border-left:3px solid #999;
	border-bottom:1px solid #666;
	font:15px "ＭＳ Ｐゴシック", "Osaka";
	color:#666;
}

div#trackback dl.log {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding:0 0.5em;
}

div#trackback dl.log dt {
}

div#trackback dl.log dd {
	margin: 0;
	padding: 0.4em 10px 1em;
	border-bottom: 1px solid #eee;
}

/* Trackback Info
-----------------------------*/

div#trackback dl.info {
	font:13px "ＭＳ Ｐゴシック", "Osaka";
	padding:0 0.5em;
}

div#trackback dl.info .URL {
	padding: 0.2em 1em;
}

/* ページナビ */

div.tablenav {
	color:#495865;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers,div.tablenav .current {
	color:#495865;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background:#48A300;
}

div.tablenav .current {
	color:white;
	background:#48A300;
	border-color:#48A300;
	font-weight:bold:
}

div.tablenav .next,div.tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

div.tablenav .next:hover,div.tablenav .prev:hover{
	color:#6F6F6F;
	background:#FFF;
}

/*======================================

	div#utilities
	
=======================================*/

body.double div#utilities dl {
	margin: 0 2em 0 0;
	padding: 0;
}

body.double div#utilities dl.others {
	margin: 0 2em 0.5em 0;
	border-bottom:1px solid #48A300;
}

body.double div#utilities dl dt {
	color:#FFF;
	text-indent:1em;
	font:bold 13px/25px "ＭＳ Ｐゴシック", "Osaka";
	background:#48A300 url(http://www.oyabejc.com/2009/img/bg-category.gif) no-repeat top right;
	border-style:solid;
	border-color:#48A300;
	border-width:2px 1px 0px;
}

body.double div#utilities dl dt a{
	font:bold 13px "ＭＳ Ｐゴシック", "Osaka";
}

body.double div#utilities dl dd {
	padding:0.2em 0 0.2em 1em;
	border-left:1px solid #48A300;
	border-right:1px solid #48A300;
	font:13px "ＭＳ Ｐゴシック", "Osaka";
}

body.double div#utilities dl dd ul {
	margin: 0;
	list-style: none;
}

body.double div#utilities dl dd ul li {
	background: url(http://www.oyabejc.com/2009/img/arrow1.gif) no-repeat 0px 5px;
	text-indent:1.2em;
}

body.double div#utilities dl dd ul li.atom,
body.double div#utilities dl dd ul li.rss {
	margin:5px 10px 5px 0!important;
	list-style: none;
	text-indent:0;
	display:inline;
	float:left;
}

body.double div#utilities dl dd ul li.atom a {
	display:block;
	background: url(http://www.oyabejc.com/img/atom.gif) no-repeat 0 0;
	height:14px;
	width:36px;
}
body.double div#utilities dl dd ul li.rss a {
	display:block;
	background: url(http://www.oyabejc.com/img/rss.gif) no-repeat 0 0;
	height:14px;
	width:36px;
}
body.double div#utilities li.atom a span,
body.double div#utilities li.rss a span {display:none;}

/* Sub Categories */

body.double div#utilities dl dd ul li ul {
	list-style-type: disc;
}

body.double div#utilities dl dd ul li li {
	margin: 0.3em 0 0 10px;
	list-style-type: none;
}

/*	Search
---------------------------------------*/

body.double div#utilities dl dt form {
	margin: 0;
	border: none;
}

body.double div#utilities dl dt form fieldset {
	border: none;
}

body.double div#utilities dl dt form legend {
	display: none;
}

body.double div#utilities dl dt form input {
	margin-left: 0;
}

body.double div#utilities dl dt form input.inputField {
float:left;
width:80px;
}

*:first-child+html body.double div#utilities dl dt form input.inputField {
width:70px;
}

body.double div#utilities dl dt form input.submit {
float:right;
}

/*======================================

	div#footer
	
=======================================*/

div#footer {
	background:url(http://www.oyabejc.com/2009/img/footer-bg.gif) repeat-x left bottom;
	position:relative;
	padding:10px 0 0;
	margin:0 auto;
	width:750px;
	clear:both;
}

div#footer ul.support {
	margin:0;
	padding:0.3em 0 0 0.7em;
	text-align:left;
}

div#footer ul.support li {
	font:12px "ＭＳ Ｐゴシック", "Osaka";
	margin: 0 6px 0 0;
	display: inline;
	color:#FFF;
}

div#footer ul.support li a {
	text-decoration: none;
	color:#CCC;
}

div#footer li.template a {

}

div#footer address {
	font:12px "ＭＳ Ｐゴシック", "Osaka";
	padding: 0.1em 0 1em 0.7em;
	text-align: left;
	color:#FFF;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

div#utilities,
.textBody,
ul.flip,
ul.thumb {
	_height: 1px;
	min-height: 1px;
}

div#utilities:after,
.textBody:after,
ul.flip:after,
ul.thumb:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* for MacIE5 \*//*/
div#utilities,
.textBody,
ul.flip,
ul.thumb {
	height: auto;
	overflow: hidden;
}