@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


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

body {
  background: #FFC0CB url('images/back.gif') repeat-x;
  padding: 20px;
}

h2{
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  font: 14px Arial;
  color: #C00;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font: 12px Arial;
  color: #0000CD;
  line-height: 200%;
  text-indent: 15px;
}

h1 strong {
  color: #C00;
  font-weight: normal;
}

a {
  color: #0000CD;
  text-decoration: none;
  border-bottom: dotted #5586DD 1px;
}

a:hover {
  background: #EEE;
}

img#logo {
  float: right;
}

div#logoBack {
  background: url('images/logo_back.png') no-repeat;
  width: 883px;
  height: 188px;
}

div#logoBack h1 { padding: 30px 30px 0; color: #fff; }

div#logoText {
  padding-left: 80px;
  font: 50px Arial;
}

div#logoText a, div#logoText a:hover { color: #fff; text-decoration: none; border: none; background: none; }

div#logoText a { font-size: 28px; color: #fff; }
div#logoEqu {
  padding-left: 120px;
  font: 18px Arial;
  color: #FFF;
}

div#mainMenu {
  background: url('images/text_back.gif') repeat-y;
  text-align: center;
  width: 883px;
  height: 60px;
}

div#mainMenu a {
  background: #FFFF00;
  text-align: center;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0px;
  margin-left: 10px;
  margin-right: 10px;
  font: bold 14px Arial;
  color: #FF0000;
  text-decoration: none; 
  text-transform: uppercase;
}

div#mainMenu a:hover {
  color: #0000CD;
  position: relative;
  top: 5px;
  border-top: solid #064789 5px;
}

div#contentLayout {
  background: url('images/text_back.gif') repeat-y;
  width: 883px;
}

table#layout {
  border: 0px;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
}

table#layout td {
  border: 0px;
  padding: 0px;
  vertical-align: top;
}

div#contentMenu {
  background: #FFA07A url('images/con_menu_up.gif') no-repeat;
  margin-left: 6px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 214px;
}

div#contentMenu a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0px;
  font: bold 12px Arial;
  color: #4B0082;
  text-decoration: none;
  text-transform: uppercase;
}

div#contentMenu a:hover {
  color: #000000;
  background: #C2D1DE;
}

div.contentText {
  background: #FFA07A url('images/con_menu_up.gif') no-repeat;
  margin-left: 6px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 214px;
  font: 12px Arial;
  color: #777;
}

div.contentText p{
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 5px;
  font: 12px Arial;
  color: #777;
  line-height: 180%;
  text-indent: 15px;
}

div#content { 
  margin-left: 50px;
  padding-bottom: 30px;
  width: 570px;
}

div#end {
  background: url('images/end_back.gif') no-repeat;
  margin-bottom: 30px;
  width: 883px;
  height: 57px;
  font: 10px Arial;
  color: #4B0082;
  text-align: center;
}

/* end of CSS document */


























/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
	color: #000080;
	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: 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;
	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;
}
