@charset "utf-8" ;



/********************************************************************************************************
AUTHOR:  		Goto Kazuhito
CSS構成書:   	
LAST MODIFIED:	2009.03.17

*********************************************************************************************************/ 

/* -------------------------------------------------------------------------------------------------------
            トップページ		2009.03.17　Goto.wrote
------------------------------------------------------------------------------------------------------- */
/* トップページ*/
.rc_box01{
	height:440px;
}

.rc_box01 #t_menu01{
	padding:0;
	width:229px;
	height:100%;
	border-right:1px solid #00a1c5;
	float:left;
	
}
.rc_box01 #t_menu02{
	width:229px;
	float:left;
}
.rc_box01 #t_menu03{
	margin:0 -1% 0 0;
	margin:0 -3% 0 0;
	width:210px;
	height:100%;
	float:left;
}

#t_menu01 h2{
	margin:0 auto;
	width:99px;
	height:25px;
	background:url(../images/title01.jpg) top left no-repeat;
	text-indent:-9999px;
	text-align:center;
}


#t_menu01 p{
	margin:0;
	padding:0;
	width:100%;
	border-top:5px solid #00a1c5;
}



#t_menu02 h2{
	margin:0 auto;
	width:165px;
	height:25px;
	background:url(../images/title02.jpg) top left no-repeat;
	text-indent:-9999px;
	text-align:center;
}


#t_menu02 p{
	margin:0 auto;
	padding:5px 0;
	width:100%;
	border-top:5px solid #00a1c5;
	text-align:center;
}


#t_menu03 h2{
	margin:0 auto;
	width:145px;
	height:25px;
	background:url(../images/title03.jpg) top left no-repeat;
	text-indent:-9999px;
	text-align:center;
}

#t_menu03 h3#sub_t01 span{
	margin:0 auto;
	width:197px;
	height:20px;
	background:url(../images/title03_1.jpg) top left no-repeat;
	text-indent:-9999px;
	text-align:center;
}

#t_menu03 h3{
	width:105%;
	text-align:center;
	border-top:5px solid #00a1c5;
	border-left:1px solid #00a1c5;
	border-bottom:1px solid #00a1c5;
}

#t_menu03 h3#sub_t02 span{
	margin:0 auto;
	width:187px;
	height:18px;
	background:url(../images/title03_2.jpg) top left no-repeat;
	text-indent:-9999px;
	text-align:center;
}

#t_menu03 p{
	margin:0 auto;
	padding:5px;
	width:100%;
	font-size:0.8em;
	line-height:1.4em;
	border-top:5px solid #00a1c5;
	border-left:1px solid #00a1c5;
	text-align:left;
}

/* RSS*/

.t_rss01{
	padding:0 0 0 5px;
	width:230px;
	color:#00a1c5;
	font-size:0.9em;
	float:left;
}

.t_rss01 a{
	display:block;
	width:100%;
	color:#00a1c5;
	font-size:0.9em;
}

.t_rss01  .rss_title02{
	display:block;
	width:100%;
	color:#00a1c5;
	line-height:1.4em;
	border-bottom:1px dotted #00a1c5;
}


