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


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


default reset


----------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000;
	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; }

a         {
	color: #a21e29;
	text-decoration: underline;
	outline: 0;
	transition: background-color 0.5s linear;
	-webkit-transition: background-color 0.5s linear;
	-moz-transition: background-color 0.5s linear;
	-o-transition: background-color 0.5s linear;
	-ms-transition: background-color 0.5s linear;
}
a:visited { color: #a21e29; text-decoration: underline; outline: 0; }
a:hover   { color: #4b932c; text-decoration: none; outline: 0; }
a:active  { color: #4b932c; text-decoration: none; outline: 0; }

em, address { font-style: normal; }
strong      { font-weight: bold; }
.clear      { clear: both; }
.fL         { float: left; }
.fR         { float: right; }
.img_fL     { float: left; margin: 0 20px 10px 0; }
.img_fR     { float: right; margin: 0 0 10px 20px; }
.left       { text-align: left; }
.right      { text-align: right; }
.center     { text-align: center; }

abbr        { cursor: help; border-bottom: 1px dotted #999; }
p           { margin: 0 0 1em 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


----------------------------------------------------------------------------------------------------*/
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
color: #8b0000;}

body {
	background: #B4712D url(images/bg.jpg) repeat-x left bottom;
	color: #8B4513;
	font: normal 13px Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	display: block;
	font-weight: lighter;
	font: italic;
	color: Black;
	padding-left: 28px;
}

h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
	color: #ff7f50;
}

/* header */
.top {
	padding: 50px 10px 0;
	background-image: url(images/clouds.gif);
	background-repeat: no-repeat;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 780px;
}

.header a, .header a:hover { color: #4b932c; text-decoration: none; }

.style2 a { font-size: 28px; }
.style3 {
	color: #FFFFFF
}
.style7 {
	color: #FFFFFF;
	font-size: 0.6em;
	font-family: Tahoma;
	font-weight: bold;
}
.style8 {
	color: #99CC00
}
body, td, th {
	color: #666666;
}


.header .left, .header .right {
	color: #FFF;
	height: 150px;
	background-color: #004488;
}
.header .left {
	padding: 10px 0;
	background: #B3C2C7 url(images/header.jpg) repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	width: 100%;
}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
.content .descr {
	color: #ff7f50;
	font-size: 0.8em;
	margin-bottom: 6px;
}
.content li {
	list-style: none;
	margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.content input { border: 1px solid #999; }
/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #8b0000;
	font: bold 1em sans-serif;
	line-height: 39px;
	padding: 0 12px;
	text-align: center;
}
.footer a,.footer a:hover {color: #8b0000;}








/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
	color: #556B2F;
	margin-right: 0.5em;
}
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: 1px dashed #6D6D6D;
}
img .myborder {
	border: 1px;
}
ol {
	list-style: none;
}
/*Pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

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;
	display: inline-block;
}
	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;
}
/* block quote */
blockquote
{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid #6C7146;
}
.inter {
	line-height: 20px;
	padding: 10px;
	font-size: 11px;
}
