@charset "utf-8";

/*
	Name         : index.css
	Description  : トップページのみ
	Last Modefied: 2008-10-29
*/




/*Block
--------------------------------------------------*/


#headerCatch {
	position: absolute;
	font-size: 12px;
	line-height: 16px;
	left: 234px;
	top: 12px;
}





/*indexContent
--------------------------------------------------*/

#indexContent {
	margin: 10px 0 0;
}


#indexSide {
	float: left;
	width: 180px;
}


#indexSide ul li {
	margin-bottom: 2px;
}

#indexSide ul li img {
	vertical-align: bottom;
}

/*indexMain*/

#indexMain {
	float: right;
	width: 580px;
}
#indexBtn {
	height: 45px;
	margin-bottom: 10px;
}

#indexBtn li {
	float: left;
}

#personal {
	margin-right: 10px;
}

/*infoWrapper - common
--------------------------------------------------*/

.infoWrapper {
	margin-bottom: 10px;
	padding: 10px;
	background: #F2F2F2 url(../../img/bg_indexinfo.png) repeat-x;
	color: #666;
	font-size: 92%;
}

.infoWrapper a { text-decoration: none;}
a:link    {color: #222;}
a:visited {color: #222;}
a:hover   {color: #dd8500;}
a:active  {color: #666;}

.infoWrapper h2 {
	height: 30px;
	text-indent: -9999px;
}

.infoInner {
	padding: 10px;
}

.archive {
	padding: 5px 10px;
	text-align: right;
	font-size: 80%;
}


/*indexTopics
--------------------------------------------------*/


#topics {
	float: left;
	position: relative;
	width: 273px;
	border: 1px solid #ccc;
	background: #ffffd9;
	
}

#topics h2 {
	background: url(../../img/h_topics.png) no-repeat;
}


#topics a#rss {
	display: block;
	position: absolute;
	left: 227px;
	top: 9px;
	width: 41px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	background: transparent;
	text-indent: -9999px;
}

#topics dl {
	padding: 10px 10px 0;
	line-height: 1.4;
}

#topics dt {
	font-weight: bold;
	padding: 0.4em 0;
}

#topics dd {
	padding: 0 0 0.4em;
	background: transparent url(../../img/line.png) bottom no-repeat;
}




/*pcase
--------------------------------------------------*/

#network {
	float: right;
	width: 273px;
	border: 1px solid #ccc;
	background: #fff;
}

#network h2 {
	background: url(../../img/h_network.png) no-repeat;
}


#network div ul {
	padding: 190px 0 10px 100px;
}

#network ul li {
	line-height: 24px;
	margin-bottom: 2px;
}

#network ul li img{
	vertical-align: bottom;
}


#area {
	margin-top: 10px;
	border: 1px solid #ccc;
	background: #fff;
}

#area h2 {
	background: url(../../img/h_area.png) no-repeat;
}

#area div ul {
	padding: 10px 10px 5px;
}

#area ul li {
	display: inline;
	margin: 0 2px 5px 0;
}




/*EOF*/
