@charset 'utf-8';


/*
-----------------------------------------------
  INDEX : 
     - BASE
     - HEADER
     - CONTENT
     - MENU BOX
     - FORM
     - FOOTER


-----------------------------------------------
BASE ELEMENTS
-----------------------------------------------
*/



*{
	margin:0;
	padding:0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lucida Sans Unicode','Lucida Grande','Verdana','ＭＳ Ｐゴシック',sans-serif;
}

body{
	background:url(../img/bg.jpg) #9fc79f center repeat-y;
	
} 



#wrapper{
	width:760px;
	margin:0 auto;
}

a:link {
    color: #006633;
    text-decoration: none;
} a:visited {
    color: #008855;
    text-decoration: none;
} a:hover {
    color: #339933;
    text-decoration:none;
}
p a{
	 border-bottom:1px dotted #666;
}

p a:hover{
    border-bottom:1px dotted #666;
    background:#cec;
}
 a:active {
    color: #9999ff;
}

.invisible{
	display:none;
}
a img,
p a img
{
	border:none !important;
}

.l{text-align:left;}
.c{text-align:center;}
.r{text-align:right;}
.Lfloat{float:left; margin:3px;}
.Rfloat{float:right; margin:3px;}
strong{border-bottom:1px solid black;}
/*
-----------------------------------------------
HEADER
-----------------------------------------------
*/

#header{
	background:url(../img/cover.jpg) ;
	width:760px;
	height:200px;
	display:block; 
}

#header h1,
#header h2{
	font-size:1pt;
}

#header a{
	display:block;
	width:759px;
	height:148px;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
}
/*
-----------------------------------------------
NAVIGATION
-----------------------------------------------
*/

#navi{
	width:750px;
	margin:0 auto;
	height:40px;
	
}	

#navi ul{
	list-style:none;
	margin-left:80px;
}

#navi li{
	width:99px;
	height:40px;
	background:url(../img/MenuTop.jpg)no-repeat;
	text-indent:-9999px;
	float:left;
}


#navi li a{
	display:block;
	width:99px;
	height:40px;
	background:url(../img/MenuTop.jpg) no-repeat;
	float:left;
}

#navi li#hello a{background-position:0px 0px;}
#navi li#blog a{background-position:0px -40px;}
#navi li#voice a{background-position:0px -80px;}
#navi li#project a{background-position:0px -120px;}
#navi li#archive a{background-position:0px -160px;}
#navi li#top a{background-position:0px -200px;}

#navi li#hello a:hover{background-position:-99px 0px;}
#navi li#blog a:hover{background-position:-99px -40px;}
#navi li#voice a:hover{background-position:-99px -80px;}
#navi li#project a:hover{background-position:-99px -120px;}
#navi li#archive a:hover{background-position:-99px -160px;}
#navi li#top a:hover{background-position:-99px -200px;}




#navi_top{
width:590px;
display:block;
text-align:left;
border-bottom:1px solid #669966;
margin:0;
padding:0;
}

#navi_top ul{
	list-style:none;
	padding:0;
	margin:0 90px;
}

#navi_top li{
	display:block;
	width:100px;
	height:40px;
	background:url(../img/MenuTop.jpg);
	text-indent:-9999px;
	float:left;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:5px solid black;
	margin:5px;
}


#navi_top li a{
	display:block;
	width:100px;
	height:40px;
	background:url(../img/MenuTop.jpg);
	float:left;
}

#navi_top li#hello a{background-position:0px 0px;}
#navi_top li#blog a{background-position:0px -40px;}
#navi_top li#voice a{background-position:0px -80px;}
#navi_top li#project a{background-position:0px -120px;}
#navi_top li#archive a{background-position:0px -160px;}

#navi_top li#hello a:hover{background-position:-100px 0px;}
#navi_top li#blog a:hover{background-position:-100px -40px;}
#navi_top li#voice a:hover{background-position:-100px -80px;}
#navi_top li#project a:hover{background-position:-100px -120px;}
#navi_top li#archive a:hover{background-position:-100px -160px;}
/*
-----------------------------------------------
CONTENT
-----------------------------------------------
*/

#bread{
	width:740px;
	padding:3px 10px;
	margin:3px 0;
	font:8pt 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lucida Sans Unicode','Lucida Grande','Verdana','ＭＳ Ｐゴシック',sans-serif;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
}



/*
-----------------------------------------------
CONTENT
-----------------------------------------------
*/

#content {
	width:560px;
	float:right;
	text-align:left;
	font-size:10pt;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lucida Sans Unicode','Lucida Grande','Verdana','ＭＳ Ｐゴシック',sans-serif;
	margin:5px 0;}

#content h2{
	background:url(../img/bg_column.jpg) repeat-x;
	color:white;
	height:20px;
	margin:0 0 10px;
	text-align:left;
	padding:0.5em 0 0.5em 10px;
	letter-spacing:0.2em;
	font-weight:bold;
	font-size:120%;
}
 

#content h3{
	border-left:3px solid black;
	padding-left:10px;
	margin:5px 25px 15px 10px;
	font-size:120%;
}

#content h4{
	border-bottom:1px dotted grey;
	margin:5px 10px 0 20px;
	font-size:120%;
}

#content p{
	line-height:140%;
	letter-spacing:0.1em;
	padding:5px 10px;
	background:white;
}

.t{
	padding:5px;
	border-collapse:collapse;
	background:white;
}

.t th, .t td{
	border-bottom:1px dotted #cccccc;
	margin:0;
	font-size:9pt;
	padding:3px;
	text-align:left;
	vertical-align:top;
	line-height:150%;
	font-weight:normal;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lucida Sans Unicode','Lucida Grande','Verdana','ＭＳ Ｐゴシック',sans-serif;
}

.t th{
	white-space:nowrap;
}

.t td{
}

ul#program_list{
	list-style-image:url(../img/list.gif);
}

ul#program_list li{
	margin:10px 50px;
	font-size:12px;
}


.gotop{
	text-align:right;
	font-size:90%;
	margin:5px;
}

/*
-----------------------------------------------
NEWS
-----------------------------------------------
*/

.side_topic{
	background:url(../img/bg_sidetopic.jpg) no-repeat;
	width:165px;
	height:29px;
	overflow:hidden;
	padding-top:5px;
	font-size:large;
	font-weight:bold;
	letter-spacing:1em;
	color:white;
}

.newslist{
	text-align:left;
}

.newslist dt{
	font-weight:bold;
	font-size:10px;
	vertical-align:middle;
	padding-left:12px;
	background:url(../img/arrow.gif) no-repeat;
	margin:0 3px;
	}


.newslist dd{
	margin:0 0 10px;
	line-height:150%;
	font-weight:normal;
	font-size:9pt;
	color:#666;
	line-height:180%;
	margin:0 3px 5px;
}

/*
-----------------------------------------------
ARTICLE
-----------------------------------------------
*/
#article_top{
	background:url(../img/shade.jpg) no-repeat;
	width:500px;
	padding-top:30px;
}

/*
-----------------------------------------------
ARTICLE
-----------------------------------------------
*/
.box {
		padding:0 12px 0 0;
		background:#fff url(../img/borders.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(../img/borders.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(../img/box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(../img/box.gif) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(../img/box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(../img/box.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#efece6;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	
	.box h5 {
		margin:0;
		padding:0.3em 10px;
		border-bottom:1px solid #ccc;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
		background:white;
		text-align:right;
	}
	
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}



/*
-----------------------------------------------
ARCHIVE LIST
-----------------------------------------------
*/
#arclist{
	margin-left:20px;
	text-align:left;
}



#arclist-top{
	padding:5px;
	width:500px;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px dotted black;
	margin-top:5px;
	font-weight:bold;
	font-size:100%;
	background:url("../img/list_title_bg.jpg") repeat-y right;
	letter-spacing:0.1em;
}

#arclist-text{
	padding:5px; 
	width:500px;
	border-left:1px solid black;
	border-bottom:1px solid black;
	border-right:1px solid black;
	margin-bottom:5px;
	font-size:90%;
	text-indent:none;
	letter-spacing:0.1em;
	min-height:130px;
}

#arclist-img{
	margin:5px;
	float:left;
	border:1px solid grey;
}


/*
-----------------------------------------------
SIDE BOX
-----------------------------------------------
*/

#sidebox {
	width:180px;
	float:left;
	margin:5px;
	
} 

#sidebox img{
	margin:3px 0;
}

#sidebox h2{
	background:url(../img/bg_topic.jpg) repeat-x;
	height:40px ;
	font-size:10pt;
	padding:5px;
	letter-spacing:0.2em;
	color:#333;
}

#sidebox p{
	font:9pt 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lucida Sans Unicode','Lucida Grande','Verdana','ＭＳ Ｐゴシック',sans-serif;
	line-height:160%;
	border-left:3px #eee solid;
	padding:0 0 0 5px;
	margin:5px 0;
	color:#333;
}



/*
-----------------------------------------------
FOOTER
-----------------------------------------------
*/

#footer {
	width:750px;
	clear:both;
	font-size:8pt;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Lucida Sans Unicode','Lucida Grande','Verdana','ＭＳ Ｐゴシック',sans-serif;
	margin:auto;
	margin-bottom:40px;
	padding:0 0 30px 10px;
}

#footer p{
	text-align:left;
	line-height:150%;
	color:#666;
}
