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

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

a {
	text-decoration: none;
}

body, h1, h2, h3, h4, h5 p, li, td, input {
	font-family: Geneva, Arial, Helvetica, "ヒラギノ角ゴ 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;
}

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: 832px;
	text-align:center;
	background:url(../images/base.gif) repeat-y;
}

#base-inner {
	margin: 0 17px;
	padding: 0;
	text-align:center;
	background:url(../images/base_image.jpg) no-repeat;
}



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

/*header
***********************************************************/
#header {
	margin:0;
	padding: 0 24px;
	height: 105px;
}

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

h1 {
	margin: 16px 0 0;
	padding: 0;
	float: left;
	width: 400px;
	text-align: left;
}

#header img {
	display: block;
}

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

/*font-size-changer*/
#header #font-size-changer {
	margin: 10px 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: 5px 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;
}

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

#menu-col .menu-box .cate-box .cate {
	border: 2px solid #b3b3b3;
	background-color:#FFF;
	position: relative;
}

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

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


#menu-col .menu-box .cate-box .cate .inner {
	padding: 15px 15px 4px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}

#menu-col .menu-box .cate-box .cate .cate-icon{
	position: absolute;
	width: 30px;
	height: 7px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background-color:#990000;
	top:5px;
	left: -8px;
}

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

#menu-col .menu-box .cate-box li {
	margin: 0;
	padding: 3px 5px 2px 19px;
	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:#666;
	text-align: right;
	background-color:#ccc;
	border-bottom: 10px solid #fff;
}


/*main-col
***********************************************************/
#main-col {
	width: 600px;
	float: right;
}


/*contents
***********************************************************/
#contents {
	margin: 0 25px 0 15px;
}

#main-col #pagetitle {
	padding: 3px 5px 3px 3px;
	margin: 0 0 10px 0;
	border-top: 1px solid #999;
	border-bottom: 3px solid #900;
	background-color: #fff;
}

#main-col #pagetitle h2 {
	margin: 0;
	padding: 2px 0 0px 8px;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	float: left;
	width: 425px;
}

#main-col #pagetitle h2 a {
	color: #000;
}

#main-col #pagetitle h2 a:hover {
	color: #990000;
}


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

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

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

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

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

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

#contents .entry-unit .entry-base {
	margin: 0;
	padding: 5px 20px 5px;
	border: 2px solid #acacac;
	background-color: #fff;
}


#contents .entry-unit .entry-title {
	margin-top: 5px;
	padding: 3px 0 0 5px;
	border-left: 5px solid #900;
	margin-bottom: 10px;
}

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


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

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

#contents .entry-unit .blog-name p, 
#contents .entry-unit .entry-data p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
}

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

#contents .entry-unit .cate-name ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#contents .entry-unit .cate-name li {
	margin: 0;
	padding: 0 0 2px 9px;
	font-size: 11px;
	line-height: 1.2;
	list-style: none;
	background:url(../images/link_arrow1.gif) no-repeat 0 0.3em;
}

#contents .entry-unit .cate-name li a {
	color: #333;
}

#contents .entry-unit .cate-name li a:hover {
	color: #990000;
}

/*webpage-unit*/
#contents .webpage-unit {
	margin: 0 0 20px;
	padding: 0;
}

#contents .webpage-unit .webpage-base {
	margin: 0;
	padding: 15px 20px 5px;
	border: 1px solid #cccccc;
	background-color: #FCFCFC;
}


#contents .webpage-unit .webpage-title {
	padding: 5px 0 0 5px;
	border-left: 5px solid #900;
	margin-bottom: 10px;
}

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


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

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

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

#contents .webpage-unit ul ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#contents .webpage-unit li {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}



/*toppage
**************************************************************/
#toppage #contents .entry-unit .blog-name {
	display: block;
	margin: 0;
	padding: 0 0 0 22px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/cate-tab.gif) no-repeat;
}

/*entry-top
**************************************************************/
#entry-top #contents .entry-unit .blog-name {
	display: none;
}

/*entry-list
**************************************************************/

#contents .list-inner {
	padding: 0 20px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#contents #entry-list ul {
	margin: 10px 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;
}

/*search
**************************************************************/
#search-result #contents .entry-unit {
	margin: 15px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #ccc;
	line-height: 1.3;
	background: none;
}

#search-result #contents .entry-unit h3 {
	margin: 2px 0 0;
	padding: 0;
	font-size:100%;
	color:#000;
	font-weight:bold;
	line-height: 1.4;
	border: none;
}

#search-result #contents .entry-unit h3 a {
	color: #333399;
}

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

#search-result #contents .entry-unit p {
		font-size: 100%;
		margin: 0;
		padding: 0;
}

* html #search-result #contents .entry-unit h3, 
* html #search-result #contents .entry-unit p {
	font-size:80%;
}

#search-result #header #font-size-changer {
	visibility: hidden;
	
}

/*contact
**************************************************************/

#contact #contents {
	height: 500px;
}

/*entry-unit*/
#contact #contents .base-unit {
	margin: 5px 0 0;
	padding: 0;
	background:url(../images/contact_base_m.gif) repeat-y;
}

#contact #contents .base-unit .webpage-base {
	margin: 0;
	padding: 0;
	background:url(../images/contact_base_t.gif) no-repeat;
	border:none;
	background-color:transparent;
}



#contact #contents .base-unit .webpage-inner {
	margin: 0;
	padding: 5px 20px 0;
}

#contact #contents .webpage-unit {
	margin: 15px 0 30px;
}
/* exlude MacIE5 \*/
#contact #contents .base-unit .webpage-base {
	width: 100%;
}
/* end MacIE5 */

#contact #contents .base-unit .webpage-bottom {
	margin: 0;
	padding: 0;
	height: 10px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../images/contact_base_b.gif) no-repeat;
}
#contact #contents .webpage-unit .webpage-title {
	padding: 1px 3px;
	border-left:none;
	margin-bottom: 10px;
	background-color: #eeeeee;
}

#contact #contents .webpage-unit h3 {
	padding-left: 24px;
	line-height: 20px;
	
}

#contact #contents .webpage-unit h3#address {
	background:url(../images/icon_add.gif) no-repeat;
}

#contact #contents .webpage-unit h3#e-mail {
	background:url(../images/icon_mail.gif) no-repeat;
}

/*research
**************************************************************/
#contents .entry-unit .pdf {
	padding-left: 23px;
	background:url(../images/pdf-icon.gif) no-repeat;
}
