@charset "UTF-8";
/*common
***********************************************************/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-size: 100.01%;
}

a {
	text-decoration: none;
}

body, h1, h2, h3, h4, h5 p, li, td, input {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;

}

img {
	border: 0;
}

form,
input,
select {
	margin: 0;
	padding: 0;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

a {
	color: #333399;
	word-break:break-all;
}

a:hover {
	color: #990000;
}

.note {
	color:#333;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight:bold;
	font-style: normal;
	color: #000;
}


.totop{
	text-align: right;
	margin: 10px 0 15px;
	font-size: 10px;
}

.text-right{
	text-align: right;
}


/*layout
***********************************************************/
#base {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align:center;
	background:url(../images/base.gif) repeat-y;
}


#container {
	margin: 0;
	padding: 0;
	text-align: left;
}

/*header
***********************************************************/

#header {
	margin:0;
	padding: 0 10px;
	height: 120px;
	background:url(../images/title_back.jpg) no-repeat;
}

/*headmenu*/
#header #headmenu {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 10px;
	color:#999;
	text-align: right;
}

h1 {
	margin: 18px 0 0;
	padding: 0;
	float: left;
	width: 400px;
}

#header img {
	display: block;
}

#header .rightbox {
	width: 300px;
	text-align: right;
}

/*font-size-changer*/
#header #font-size-changer {
	margin: 27px 0 0;
	padding: 0;
}

#header #font-size-changer ul {
	margin: 0;
	padding: 0;
	
}

#header #font-size-changer li {
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	list-style: none;
	float: right;
	
}

#header #font-size-changer a {
	display:inline;
}

#header #font-size-changer #font-title {
	width:80px;
	padding-top: 2px;
	padding-right: 3px;
	font-size: 12px;
	color:#000;
}

#header #font-size-changer #font-big a, 
#header #font-size-changer #font-normal a, 
#header #font-size-changer #font-small a {
	width:16px;
	height:18px;
	display: block;
}

#header #font-size-changer #font-big a {
	background:url(../images/fontsize_l.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-big a:hover {
	background:url(../images/fontsize_l_f2.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-normal a {
	background:url(../images/fontsize_m.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-normal a:hover {
	background:url(../images/fontsize_m_f2.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-small a {
	background:url(../images/fontsize_s.gif) no-repeat 0 1px;
}

#header #font-size-changer #font-small a:hover {
	background:url(../images/fontsize_s_f2.gif) no-repeat 0 1px;
}


/*search-win*/
#header #search-win {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	color:#000;
}

#header #search-win #search {
	margin: 0;
	padding: 0;
	border: 1px solid #666;
	background-color: #fff;
	height: 19px;
	width: 140px;
	vertical-align: top;
}


/*menu-col
***********************************************************/

#menu-col {
	width: 190px;
	float: left;
}

#menu-col .menu-box {
	padding-left: 10px;
	margin-top: 10px;
}

#menu-col .menu-box .cate-box {
	margin-bottom: 15px;
	
}

#menu-col .menu-box .cate-box .cate {
	background-color:#ebebeb;
	padding:3px;
	font-size: 12px;
	line-height: 1.2
}

#menu-col .menu-box .cate-box .cate a {
	color: #000;
	padding-left: 3px;
}

#menu-col .menu-box .cate-box .cate a:hover {
	color: #990000;
}


#menu-col .menu-box .cate-box .cate .inner {
	padding-left: 3px;
}

#menu-col .menu-box .cate-box#about .cate .inner {
	border-left: 4px solid #cc0000;
}

#menu-col .menu-box .cate-box#activity .cate .inner {
	border-left: 4px solid #ff6600;
}

#menu-col .menu-box .cate-box#note .cate .inner {
	border-left: 4px solid #ffcc00;
}

#menu-col .menu-box .cate-box#report .cate .inner {
	border-left: 4px solid #99cc00;
}

#menu-col .menu-box .cate-box#books .cate .inner {
	border-left: 4px solid #006666;
}

#menu-col .menu-box .cate-box#files .cate .inner {
	border-left: 4px solid #333399;
}

#menu-col .menu-box .cate-box#link .cate .inner {
	border-left: 4px solid #993366;
}

#menu-col .menu-box .cate-box ul {
	margin: 3px 3px 5px;
	padding: 0;
}

#menu-col .menu-box .cate-box li {
	margin: 0;
	padding: 3px 5px 2px 18px;
	font-size: 11px;
	line-height: 1.3;
	list-style: none;
	background:url(../images/menu_icon.gif) no-repeat 10px 0.5em;
}

#menu-col .menu-box .cate-box li {
	color: #999;
}

#menu-col .menu-box .cate-box li a {
	color: #4c4c4c;
}

#menu-col .menu-box .cate-box li a:hover {
	color: #990000;
}


/*footer
***********************************************************/

#footer {
	margin: 0;
	padding: 2px 10px;
	font-size: 10px;
	line-height:100%;
	color:#999;
	text-align: right;
}


/*main-col
***********************************************************/
#main-col {
	width: 600px;
	float: right;
}
#main-col #pagetitle {
	padding: 3px 5px 3px 3px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #f3f3f3;
}

#main-col #pagetitle h2 {
	margin: 0;
	padding: 10px 0 0px 8px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	border-left: 6px solid #ffcc00;
	color: #000;
	float: left;
	width: 300px;
}

#main-col #pagetitle h2 .arcname {
	font-size: 12px;
}

#main-col #pagetitle .to-next {
	margin: 0;
	padding: 10px 18px 0 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	float:right;
	width: 250px;
	text-align: right;
	background:url(../images/link_arrow2.gif) no-repeat right 12px;
}

#main-col #pagetitle .down-menu {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	float:right;
	width: 200px;
	text-align: right;
}

/*contents
***********************************************************/
#contents p, 
#contents li, 
#contents td {
	/*font-size: 別途指定*/
	color:#333;
	/*margin: 別途指定*/
	padding: 0;
	line-height: 1.4;
}

/*contents-unit*/
#contents .contents-unit {
	margin: 0 15px 0;
}

/*entry-unit*/
#contents .entry-unit h3 {
	margin: 2px 0 15px;
	/*font-size: 別途指定*/
	color:#000;
	font-weight:bold;
	line-height: 1.4;
	/*border-bottom: 別途指定*/
}

#contents .entry-unit h3 a {
	color: #000;
}

#contents .entry-unit h3 a:hover {
	color: #990000;
}

#contents .entry-unit .cate-name, 
#contents .entry-unit h3, 
#contents .entry-unit .entry-body, 
#contents .entry-unit .entry-more, 
#contents .entry-unit .entry-data {
	padding: 0 10px;
}

#contents .entry-unit .cate-name p, 
#contents .entry-unit .entry-data p {
	margin-bottom: 0;
}

#contents .entry-unit .cate-name p {
	background:url(../images/link_arrow1.gif) no-repeat 2px 0.3em;
	padding: 0 0 0 10px;
}

#contents .entry-unit .entry-data {
	text-align: right;
}

#contents .entry-unit .cate-name {
	display: none;
}

#contents .entry-unit h3 {
	margin-top: 10px;
}

#contents .entry-unit blockquote {
	margin:  15px 0;
	padding: 15px 20px 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#contents .entry-unit ol,
#contents .entry-unit ul {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}


#contents .entry-unit li {
	padding-bottom: 4px;
}


/*sketch-image*/
#contents .entry-unit .entry-inner #sketch-image {
	margin: 20px auto 0;
	padding: 0;
}

#contents .entry-unit .entry-inner .image1 {
	background:url(../images/sketch1.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image2 {
	background:url(../images/sketch2.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image3 {
	background:url(../images/sketch3.gif) no-repeat right;
	height: 160px;
}

#contents .entry-unit .entry-inner .image4 {
	background:url(../images/sketch4.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image5 {
	background:url(../images/sketch5.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image6 {
	background:url(../images/sketch6.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image7 {
	background:url(../images/sketch7.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image8 {
	background:url(../images/sketch8.gif) no-repeat right;
	height: 135px;
}

#contents .entry-unit .entry-inner .image9 {
	background:url(../images/sketch9.gif) no-repeat right;
	height: 160px;
}

/*toppage
**************************************************************/
#toppage #contents .entry-unit .cate-name {
	display: block;
}

#toppage #contents .entry-unit h3 {
	margin-top: 5px;
}


/*entry-list
**************************************************************/
#contents #entry-list ul {
	margin: 20px 0 0 10px;
	padding: 0;
}

#contents #entry-list li {
	margin: 0 0 12px;
	padding: 0 0 0 5px;
	border-left: 5px solid #ccc;
	line-height: 1.3;
	list-style: none;
}

