@charset "utf-8";
/* CSS Document */
/*------------------------------------------------
Reset

------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/*font-size:100%;*/
	vertical-align:baseline;
	/*background:transparent;*/
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
	width: 100%;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	color:#3E821A;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
a:visited{
	color:#3E821A;
}
a:hover{
	color:#FF6600;
}
a:active{
	color:#FF9900;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:2px;
	border:0;
	border-top:1px solid #ffffff;
	clear: both;
	/* [disabled]background-color: #CCC; */
	margin: 30px 0 20px;
	border-bottom: 1px solid #e9e9e9;
}

input, select {
	vertical-align:middle;
}
/*------------------------------------------------
Base

------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color:#333333;
	line-height:1.5em;
	background-color: #fff;
	background-image:none;
	background-repeat:inherit;
}

p{
	margin-bottom: 1.7em;
}
/*------------------------------------------------
Wrap and Header

------------------------------------------------*/
#wrap{
	width: 100%;
	margin: 0;
	padding:0;
	min-height:inherit;
	overflow-x: hidden;
}
#header{
	height: 100px;
	position: relative;
	padding-bottom: 0;
	background-color: #fff;
}

#logo{
	background: url(../common/ilogo.gif) no-repeat right bottom;
	height: 80px;
	width: 230px;
	padding: 5px 0 0 8px;
	float: left;
}
#logo span{
	position:absolute;
	text-indent:-9999px;
}
#slide{display:none;}
#min-slide {
	width:100%;
}
#min-slide img{
	width:100%;
	height:auto;
}
#trace{
	position: relative;
	font-size:10px;
	padding: 8px 0 6px 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 1px #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
	margin-bottom: 8px;
}
#trace a{
	color:#6B8A60;
	text-decoration:none;
/*	background-image:url(../common/trace-bg.png);
	background-position:right;
	background-repeat:no-repeat;*/
	padding: 8px 8px 8px 0px;
}


/*------------------------------------------------
Footer

------------------------------------------------*/
#footer{
	font-size: 12px;
	color: #D6D7D5;
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #4D544A;
}
.footguide{	display:none;
}
.footspan{
	display:none;
}
.foot-inner{
	position:relative;
	margin: 0 auto;
	height: 90px;
	width: 100%;
}
.footnav{
	font-size:10px;
	height: 20px;
	margin: 0 0 0 5px;
	padding-top:5px;
}
.footnav a:link{
	color:#E1E6E2;
	text-decoration:none;
}
.footnav a:visited {
	color:#E1E6E2;
	text-decoration:none;
}
.footnav a:hover {
	color:#E1E6E2;
    text-decoration:underline;
}
.footnav a:active {
    text-decoration:none;
}

.totop{
	display:none;
}
.copy{
	font-size: 10px;
	padding: 0;
	width:inherit;
}


/*------------------------------------------------
Navi

------------------------------------------------*/
#global{
	width: 100%;
}
#global ul{margin: 0px; padding: 0px;}
#global li{
	width: 100%;
	list-style-type: none;
	float:left;
}
#global a{
	display:block; 
	text-decoration:none;
	color:#3C4F42;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	background-image: url(../common/arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	-webkit-background-origin: content;	
}
#global a span{
	position:inherit;
}

#global li div{
	padding-right:20px;
}
.global1 a, .global2 a, .global3 a, .global4 a, .global5 a, .global6 a, .global7 a, .global1-av a, .global2-av a, .global3-av a, .global4-av a, .global5-av a, .global6-av a, .global7-av a{
	padding:5px 0 5px 6px;
	width: 100%;
	height:23px;
	background-color: #E3E4DE;
	border-top:#fff 1px solid;
	border-bottom:#999 1px solid;
}
.global1 a:hover, .global2 a:hover, .global3 a:hover, .global4 a:hover, .global5 a:hover, .global6 a:hover, .global7 a:hover, .global1-av a:hover, .global2-av a:hover, .global3-av a:hover, .global4-av a:hover, .global5-av a:hover, .global6-av a:hover, .global7-av a:hover{
	background-color: #69F;
}


#control{
	width:100%;
}

#control ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#control li{
	list-style-type: none;
}

#control a{
	width:46%;
	height:22px;
	background-color:#DEE8DB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#3C4F42;
	margin:4px 0 0 4px;
	padding:2px 0 0 5px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	font-size: 12px;
	float: left;
	overflow: hidden;
}
#control a:hover{
	color:#336633;
	text-shadow: -1px -1px 1px #fff;
	filter: dropshadow(color=#fff, offx=-1, offy=-1);
	background-color:#CCCCCC;
}




#nav-link {
	float:left;
	margin-left:15px;
	width:60px;
	margin-top:10px;	
}
#nav-link a{
	font-size:10px;
	width:60px;
	height:20px;
	padding:3px 0 0;
	display: block;
	border:#CCC 1px solid;
	color:#3C4F42;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	/*-確認用-*/
	background: -moz-linear-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: linear-gradient(top, #ffffff, #e9e9e9);
	border: #999 1px solid;
	-webkit-border-radius: 10px;
	/*-確認用-*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/lc/js/PIE.htc);
}

	
#nav-link a:hover{
	background: inherit;
}
#lang-link {
	float:left;
	margin-left:15px;
	margin-top:5px;
}
#lang-link a {
	font-size:10px;
	width:60px;
	height:20px;
	padding:3px 0 0;
	display: block;
	border:#CCC 1px solid;
	color:#3C4F42;
	text-decoration:none;
	text-align:center;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	/*-確認用-*/
	background: -moz-linear-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
	background: linear-gradient(top, #ffffff, #e9e9e9);
	border: #999 1px solid;
	-webkit-border-radius: 10px;
	/*-確認用-*/
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/lc/js/PIE.htc);
}

#lang-link a:hover {
	background: inherit;
}
#lang-link a span{
	position: inherit;
	text-indent:inherit;
}


/*------------------------------------------------
Content

------------------------------------------------*/
#main{
	position: relative;
	background-color:transparent;
}
.content{
	width: 95%;
	margin:0 auto;
	position: relative;
	height:auto;
	padding:5px;
	background-color: #fff;
}
.sub-content{
	width: 100%;
	float: left;
	padding: 5px 0 5px;
	background-color: #859779;
	margin:0;
}
/*.content h2{
	margin-bottom: 1.3em;
	line-height: 1.5em;
	background-image: none;
	margin-left: 0;
	padding: 0 0 0 0;
	margin-right: 0;
	font-size:16px;
}*/
.control-content{
	clear:both;
	width: 100%;
	padding: 0 10px;
	background-color: #EFE9EF;
}
.banner-content{
	display:none;
}

/*------------------------------------------------
H3

------------------------------------------------*/

.h3-box{
	width: 300px;
}
.h3-box span{
	position:absolute;
	text-indent:-9999px;
}
.h3-outline{
	background-image:url(../../common/h3-outline.png);
	width:660px;
	height:60px;
}

.konami{
	color: #e9e9e9;
	padding-left: 25px;
}

/*------------------------------------------------
IMG

------------------------------------------------*/

.img-left{
	float: left;
	width:50%;
	margin: 0 15px 5px 0;
}
.img-left img{
	width:100%;
	height:auto;
}
.img-right{
	float: right;
	width:50%;
	margin: 0 0 15px 5px;
}
.img-right img{
	width:100%;
	height:auto;
}
.img-center{
	margin: 0 0 15px 0;
	text-align: center;
	background-color: #FFF;
	width: 90%;
}

/*------------------------------------------------
Clear FIX（IE6対応版）

------------------------------------------------*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 

/*------------------------------------------------
Other

------------------------------------------------*/
.clear{
	clear:both;
}

/*------------------------------------------------
TOPICS

------------------------------------------------*/

.topic-data{
	font-size:80%;
}
.topic-data li{
list-style-type:none;
}
.topic-box{
	height:auto;
	position: relative;
	margin-bottom: 5px;
	background-image: url(../common/topic-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-left: 10px;
}
.topic-images{
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	border:#d0ea91 4px solid;
	margin: 2px 8px 5px 0px;
}
.topic-images img{
width:50px;
height:auto;
}

.topic-date{
	line-height:1.4em;
	font-family: 'Orbitron', arial, serif;
	color: #999999;
	padding: 0;
}
.topic-title{
	height:auto;
	overflow:hidden;
	padding: 0;
	line-height:1.4em;
}


.topic-title a{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em;
	color: #526750;
}
.topic-title a:hover{
	color: #6C3;

}
.topic-title .readmore{
	display: none;
}
.event-bot{
	float: right;
	text-align: center;
	width: 100px;
}
.event-bot a{
	font-size:10px;
	padding: 0 0;
	text-decoration:none;
	display: block;
	border:#CCC 1px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));	
/*-確認用-*/
	background: linear-gradient(top, #ffffff, #e9e9e9);
	background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
}
.event-bot a:hover{
	color:#FF6600;
	background: -moz-linear-gradient(top, #e9e9e9, #F4F0F7);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#F4F0F7));
	background: linear-gradient(top, #e9e9e9, #F4F0F7);
}

/*------------------------------------------------
WP

------------------------------------------------*/
/*-トップのナビゲーション-*/
.nav-previous{
	width: auto;
	float: left;
	display:none;
}
.nav-next{
	width: auto;
	float: right;
	display:none;
}
#nav-above{
	display:none;
}
.nav-previous a , .nav-next a{
	background-color:#DEE8DB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#3C4F42;
	margin:4px 0 0 4px;
	padding:0 5px 0 5px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);

}
.nav-previous a:hover , .nav-next a:hover {
	color:#336633;
	text-shadow: -1px -1px 1px #fff;
	filter: dropshadow(color=#fff, offx=-1, offy=-1);
	background-color:#CCCCCC;
}

/*-entry-title(h1)-*/
.entry-title{
	clear:both;
	font-size:16px;
	margin-bottom: 1.3em;
	line-height: 1.4em;
	margin-left: -20px;
	padding: 20px 0 5px 18px;
	margin-right: -20px;
	background-image: url(../common/h2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	text-shadow:-1px 0 0 #fff;
	
	color: #478136;
	text-decoration: none;
}

/*-使用可能タグを隠します-*/
.form-allowed-tags{
	display:none;
}

/*-php側での設定をするかどうか未定なためとりあえず隠してある状態です。-*/
.entry-utility , .entry-meta{
	display:none;
}

/*-コメントのタイトル-*/
#comments-title{
	clear:both;
	font-size:14px;
	margin-bottom: 1.3em;
	line-height: 2.5em;
	margin-left: -20px;
	padding: 25px 0 5px 10px;
	margin-right: -20px;
	background-image: url(../common/h2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	text-shadow:-1px 0 0 #fff;
	text-indent: 12px;
}

/*-コメントの段組-*/
#comments ol{
	padding: 10px 10px;
	list-style-type: none;
}
#comments ol li{
	padding: 10px 10px;
	list-style-type: none;
}

#comments .reply{
	padding:5px 0;
	border-bottom:#ccc 1px dotted;
	margin-bottom: 5px;
}
#comments .reply a{
	background-color:#DEE8DB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#3C4F42;
	margin:4px 0 0 4px;
	padding:0 5px 0 5px;
	text-decoration:none;
	text-shadow: 1px 1px 1px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
#comments .reply a:hover{
	color:#336633;
	text-shadow: -1px -1px 1px #fff;
	filter: dropshadow(color=#fff, offx=-1, offy=-1);
	background-color:#CCCCCC;
}

#reply-title{
	font-size:14px;
	margin-bottom: 1em;
	line-height: 1.4em;
	margin-left: -20px;
	padding: 20px 0 5px 10px;
	margin-right: -20px;
	background-image: url(../common/h2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	text-shadow:-1px 0 0 #fff;
	text-indent: 12px;
	color: #478136;
}
#comments{
	font-size:12px;
}
#comments input{
	font-size:12px;
}

.comment-author{
	float:left;

}
.comment-author img{
	vertical-align:middle;
	padding: 5px 0;
}
.comment-body{
	background-color:#F4F8F3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	text-decoration:none;
	clear: both;
}
.comment-meta{
	float:right;
	padding:5px 0;
}

#respond label{
	display: block;
	padding-bottom: 5px;
	float: left;
	font-size: 10px;
	width:72px;
	background-color: transparent;
}
#respond .required{
	color: #C30;
}
.comment-form-author{}

.comment-form-comment , .comment-form-email , .comment-form-url{
	border-top: 1px dotted #ccc;
	padding: 8px 0;
}
.comment-form-comment textarea{
	width:70%;
}
.comment-form-url{
}
.page-title{
	font-size:12px;
	color:#65804F;
	line-height: 1.2em;
	padding: 4px 5px 4px 5px;
	-webkit-border-radius: 126px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-shadow:-1px 1px 0px #fff;
	behavior: url(/lc/js/PIE.htc);
	display: inline-block;
	border-top:#bbbbbb 1px solid;
	border-right:#d7d7d7 1px solid;
	border-left:#d7d7d7 1px solid;
	border-bottom:#f1f1f1 1px solid;
	float: right;
	margin: 0 2px 0 0;
}
.entry-title h2 a{
	font-size:20px;
	color:#65804F;
	margin: 0 -20px 1.2em -20px;
	line-height: 1.3em;
	padding: 0px 20px 20px 20px;
	background: url(../common/h2.jpg) bottom repeat-x;
	text-shadow:-1px 0 0 #fff;
	behavior: url(http://lc.nul.nagoya-u.ac.jp/js/PIE.htc);
	font-weight: normal;
	text-decoration:none;
	clear: both;
}

/*-ウィジェット部分-*/
.widget-title{
	font-size: 12px;
	font-weight: normal;
	color:#FFFFFF;
	margin:4px 0 0 4px;
	padding:0 5px 0 5px;
	text-decoration:none;
}
.widget_search{
	padding: 3px 0 5px 8px;
	margin: 3px 0;
	background-image: url(../common/h2.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	width: 244px;
	display: none;
}
.widget-container{
	width: 100%;
	clear: left;
}
