a{
	color: #08B9DF;
}

a:hover{
	color: #08B9DF;
}


a:visited{
	color: #666666;
}

#wrapper {
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	font-family: Osaka, 'ＭＳ Ｐゴシック', Sans-Serif;

}

#header {
	width: 800px;
	height:249px;
}

#content {

}

#left {
	width:200px;
	float:left;
	padding-top: 1em;
}

/*一階層目のメニューの並び方*/
#menu ul li{
	/*横ならびにするのであればfloat:left;*/
	/*
	float:left;
	*/
}

/*二階層目のメニューの並び方*/
#menu ul ul li{
	clear:left
}

/*二階層以降のメニューブロック*/
#menu ul ul{
	display:none;/*at first hide second(mode deeply)block*/

}

/*一階層目のメニュー(li)を設定する*/
#menu ul li{
	width:80px;
	height:80px;
	background-color: #CCCCCC;
	text-align:center;
	line-height:80px;
	margin-bottom:20px;
	font-weight: bold;
	font-size:13px;
}

/*1階層目で選ばれたメニューの背景色を変える*/
#menu ul li a:hover{
	display:block;
	background-color: #08B9DF;
}

/*二階層目以降のメニュー(li)を設定する*/
#menu ul ul li{
 width:80px;
 height:30px;
 background-color: #08B9DF;
 text-align:left;
 text-indent:5px;
 line-height:30px;
 margin-bottom:0px;
 font-weight: normal;
 font-size:11px;
/*一階層目のメニューと同じプロパティは必ず上書きしておく。そうしないと継承される*/
}

#menu ul ul a{
 height:30px;
}

/*2階層目以降で選ばれたメニューの背景色を変える*/
#menu ul ul a:hover{
	background-color: #999999;
}

/*メニューをボタン化するためaタグをblock化する*/
#menu a{
	display:block;
	color: #FFFFFF;
	text-decoration: none;

}

/*メニューをロールオーバーしたときの文字の色*/
#menu a:hover{
	color: #000000;
}

#menu ul li:hover > ul{
	 background-color: #08B9DF;
	left:80px;/*表示位置をずらす*/
	top:-30px;/*表示位置をずらす*/
	display:block;
	position:relative;
}

#right {
	margin-left:200px;
	width:600px;

}

#right #calender{
	float:right;
	width:400px;
}



#right .text{
	height:200px;
	width:197px;
	font-size:8px;
	line-height:16px;
	color: #999999;
	overflow:hidden;
}

#right #newsetc{
	width:600px;
	height:200px;

}

#right #newsetc .box200{
	float:left;
	height:200px;
	width:200px;
}

/*パンクズ*/

#pankuzu{
padding-top:0.5em;
padding-left:0.5em;
padding-bottom:2em;
}

#pankuzu li {  
    float:left;  
    line-height:16px;  
    list-style-type:none;  
	font-size:12px;
}  
#pankuzu li a {  
    margin-right:5px;  
    padding-right:10px;  
    background:url(/img/gif/topicpath.gif) no-repeat right center;  
}

#pankuzu li a:hover{
	color: #08B9DF;
}

#concept{
	position:relative;
	width:600px;
	height:500px;
    background:url(/img/gif/concept.gif) no-repeat;
}

#concept .box{
	padding-top:85px;
}

#concept .box p{
	color:#0075BD;
	font-size:14px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}

#concept #fla{
	position:absolute;
	right:28px;
	bottom:-20px;
}

#profile{
	position:relative;
	padding-top:350px;
	width:600px;
	height:170px;
    background:url(/img/gif/profile.gif) no-repeat;
}

#profile td{
	color: #0075BD;
	font-size:12px;
	padding-bottom:0.75em;
	font-weight: bold;
}

#profile table .left{
	width:50px;
	vertical-align: top;
}

#profile #fla{
	position:absolute;
	top:70px;
	right:25px;
}

#map h3{
	color:#0075BD;
	font-size:14px;
	line-height:21px;
}

#map cite{
	font-size:12px;
	line-height:16px;
	color: #FF0000;
}

.carmap{
	height:700px;
}

.carmap a{
	display:block;
	width:600px;
	height:530px;
    background:url(/img/gif/map.gif) no-repeat;
}

.carmap a:hover{
    background:url(/img/gif/map_inner_on.gif) no-repeat;
}

/*staff*/
#staff{}

#staff #logo{
padding-bottom:10px;
}

#staff .box{
position:relative;
height:400px;
}

#staff .box p{
	font-size:13px;
	font-weight: bold;
}

#staff .st1 p{
	color:#0B75BE;
}
#staff .st2 p{
	color:#EB7DA2;
} 
#staff .st3 p{
	color:#6FB82B;
} 

#staff .box .nickname{
position:absolute;
left:273px;
top:48px;
}

#staff .box .myname{
position:absolute;
left:325px;
top:84px;
width:260px;
}

#staff .box .birth{
position:absolute;
left:281px;
top:137px;
width:300px;
}

#staff .box .hobby{
	position:absolute;
	left:342px;
	top:184px;
}

#staff .box .rireki{
position:absolute;
left:54px;
top:250px;
}

#link {
	padding-left:10px;
}

#link .bar{
	margin-bottom:1em;
}

#link h2{
	font-size:14px;
	line-height:25px;
	padding-left:25px;
	background-image: url(../img/gif/arrow.gif);
	background-repeat: no-repeat;
}

/*--------------SITEMAP*/
#sitemap{
 width:780px;
 
 height: 22px;
 font-size:10px;
 clear:both;
 padding-top:10px;
}
#sitemap ul{
 border-top: 1px solid #CCCCCC;
}
#sitemap li{

float:left;
list-style:none;
margin-left:20px;
margin-top:10px;
}
#sitemap a:link,#sitemap a:visited{
color:#999999;
text-decoration:none;
}
#sitemap a:hover{
color:#0066FF;
text-decoration:underline;
}#content #right .newsLine {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #0CB9DF;
}
#wrapper #content #right table tr .date {
	padding-left: 25px;
	height: 25px;
	background-image: url(../img/gif/sikaku.gif);
	background-repeat: no-repeat;
	color: #666;
	font-size: 16px;
}
#wrapper #content #right table tr td .new {
	color: #F00;
	font-weight: normal;
}
#wrapper #content #right form table tr .midashi {
	color: #FFF;
	background-color: #0CB9DF;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 12px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 6px;
}
#wrapper #content #right form table tr td .alert {
	font-size: 12px;
	color: #666;
	line-height: 12px;
	padding-bottom: 12px;
}
#wrapper #content #right p strong {
	margin-left: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 20px;
}
#wrapper #content #right #medatu {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	padding-bottom: 40px;
}
#content #right #osirase h3 {
	color: #0CB9DF;
	padding-left: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0CB9DF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0CB9DF;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
}
#content #right #osirase {
	margin-top: 12px;
}
#content #right #osirase p {
	font-size: 13px;
	line-height: 17px;
	color: #666;
}
#wrapper #content #right #column h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border-left-style: solid;
	border-left-width: 12px;
	border-left-color: #0CB9DF;
	background-color: #FFC;
	margin-top: 25px;
	margin-bottom: 12px;
	color: #0CB9DF;
	padding-left: 12px;
}
#wrapper #content #right #column p {
	font-size: 12px;
	line-height: 25px;
	padding-left: 1em;
	padding-right: 1em;
	text-indent: 1em;
}
#wrapper #content #right #column {
	padding-bottom: 2em;
}
#wrapper #content #right #staff table tr td h3 {
	color: #FFF;
	background-color: #0CB9DF;
	width: 155px;
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 12px;
}
#wrapper #content #right #staff table tr td p {
	margin-bottom: 12px;
	padding-left: 6px;
	font-size: 11px;
	color: #0CB9DF;
}
#wrapper #content #right #staff table tr td ._2 {
	background-color: #F66;
}
#wrapper #content #right #staff table tr #_2 h3 {
	background-color: #F66;
}
#wrapper #content #right #staff table tr #_2 p {
	color: #F66;
}
#wrapper #content #right #staff table tr #_3 h3 {
	background-color: #3C6;
}
#wrapper #content #right #staff table tr #_3 p {
	color: #3C6;
}
#wrapper #content #right h3 {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
}
#wrapper #content #right h3 small {
	padding-right: 1em;
	margin-left: 1em;
}

