@charset "utf-8";

/**********************************************************************
AUTHOR          Goto Kazuhito
CSS構成書:
Last Modified: 2009.05.08

***********************************************************************/

/*階層構造図
#wrapper
			#header					width:
				#flashcontent
			#left_contents			width:
				.box01
				.box02
			#right_contents			width:
			#footer					width:
*/




/*-----------------------------------------------------------------------
		TOPページ専用	2009.05.08	Goto Kazuhito
-----------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
		レフトコンテンツ(#left_contents)
-----------------------------------------------------------------------*/
#left_contents {
	margin:0 0 0 100px;
	_margin:0 0 0 50px;
	width: 410px;
	float: left;
	font-size:0.9em;
	text-align:left;
	float:left;
}

* html .box01 {
behavior: expression(IEPNGFIX.fix(this));
} 

.box01{
	padding:20px 0 0;
	width:409px;
	background:url(../images/rsscontents.png) top left no-repeat;
}

.t_rss01{	
	padding:10px;
}

/*　リンク指定　*/
.t_rss01 a:link {
	color: #77edef;
	text-decoration: none; 
	_font-size:0.8em;
} 
.t_rss01 a:visited {
	color: #77edef;
	text-decoration: none; 
	_font-size:0.8em;
} 
.t_rss01 a:hover {
	color: #77edef;
	text-decoration: underline; 
	_font-size:0.8em;
} 
.t_rss01 a:active {
	color: #77edef;
	text-decoration: underline; 
	_font-size:0.8em;
} 
.t_rss01 dd{	
	color:#fff;
	font-size:0.8em
}


.rss_title02{
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom:1px dotted #fff;
	font-size:0.6em;
}
#left_contents .box01 h2{
	margin:0 15px 0;
	display:block;
	width:127px;
	height:36px;
	text-indent:-9999px;
	background:url(../images/topics.gif) left top no-repeat;
}

#rss_float{
	_margin:-10px 0 0;
	width:14px;
	float:right;
	text-align:right;
}

#img_data{
	margin:0 auto;
	text-align:center;
	width:690px;
}

#img_data img{
	width:88px;
	display:block;
	margin:10px 5px;
	_margin:10px 2px;
	float:left;
}

/*-----------------------------------------------------------------------
		ライトコンテンツ(#right_contents)
-----------------------------------------------------------------------*/
#right_contents {
	width:450px;
	margin:0;
	float: left;
}



#right_contents a {
	display:block;
	width:auto;
	margin:0;
	float: left; 
}

















