@charset "utf-8";
/* CSS Document */


/* Main
-------------------------------------------------------------- */
#main{
	width:660px;
	float:left;	
	overflow:hidden;
	padding:0 2em;
}

/*パンくず*/

#breadCrumbs{
	width:660px;
	height:2em;
	border-bottom:1px solid #ccc;
}

#breadCrumbs p{
	margin:0;
	line-height:2em;
	font-size:9px;
	padding:0;
}



/* htmlテキスト設定
-------------------------------------------------------------- */

/*リンク*/

#main  a img{
	display:inline;
}

#main a{
	text-decoration:underline;
	font-weight:bold;
}

#main a:hover{
	text-decoration:none;
}

/*見出し*/
#main h2,
#main h3{
	clear:both;
	width:660px;
	overflow:hidden;
	margin:24px 0;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
	color:#ff8000;
}

#main h4{
	background:url(../img/iconCircle.gif) no-repeat 0 center;
	padding-left:1em;
	font-size:18px;
	color:#ff8800;
	margin:24px 0;
}




/*本文、定義リスト、リスト、引用、罫線、プリフォーマット*/

#main p,
#main dl,
#main ul,
#main ol,
#main bloackquote
#main hr{
	clear:both;
}

#main dl{
	width:660px;
	padding:1em 0;
}

#main  dt{
	margin:0;
}

#main dd{
	padding:0 2em;
}

#main ul{
	width:600px;
	padding:1em 2em 1em 3em;
	list-style:disc;
}

#main ol{
	width:600px;
	padding:1em 2em 1em 3em;
}

#main li{
	margin-bottom:0.5em;
}


#main blockquote{
	width:588px;
	padding:1em 2em;
	background:url(../img/iconBlock.gif) no-repeat 0 0;
}

#main hr{
	height:1px;
	margin:1em 0;
	border-top:1px solid #ccc;
}

#main pre{
	width:660px;
	padding:1em 2em;
	font-size:9px;
}

/*強調 斜体*/

#main em{
	font-weight:bold;
}

#main strong{
	font-weight:bold;
	color:#ff8800;
}


/*テーブル*/

#main table{
	width:612px;
	margin:1em 2em 2em 2em;
	border-collapse:separate;
	border-spacing:0px;
}

#main th{
	padding:1em;
	text-align:left;
	font-weight:bold;	

}

#main td{
	color:#333;
	padding:1em;
	border-bottom:1px solid #ccc;
}


/*ページのトップへ*/

#main .pageTop{
	width:96px;
	height:2em;
	margin-left:576px;
	background:url(../img/iconTop.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#main .pageTop a{
	display:block;
	width:96px;
	height:2em;
}

#main .pageTop a:hover{
	background:url(../img/hover.gif);
	filter:alpha(opacity=60); 
	opacity:0.60;
}



/*カラムレイアウト*/

#main div.column2{
	width:620px;
	margin-left:15px;
}

#main div.imgcolumn{
	width:320px;
	text-align:center;
	float: left;
}

#main div.imgcolumn2{
	text-align:center;
	float: left;
}

#main div.imgcolumn2 img{
	margin:10px;
}

#main div.textcolumn{
	width:auto;
	float: left;

}

#main div.textcolumn h5{
	font-size:15px;
	height:18px;
	width:280px;
	border-bottom:solid #FF8000 1px;
	margin:0 0 24px 0;
	padding:0px;
	font-weight:bold;
}

#main div.textcolumn h4{
	color:#FF8000;
	background:none;
	font-size:14px;
	height:16px;
	margin:0px;
	padding:0px;
	font-weight:bold;

}


#main div.textcolumn hr{
	height: 1px;
	border: none;
	border-top: 1px #CCCCCC dashed;

}

#main p.floclear{
	clear:left;
	height:1px;
}

/*カラムレイアウト2(twitterページ)*/

#main div.twitter{
	margin-left:100px;
	width:450px;
}


#main div.twcolumn2{
	width:400px;
	margin-left:50px;
}

#main div.twcolumn2big{
	width:400;
	margin-left:10px;
}

#main div.twcolumn{
	width:auto;
	margin-left:20px;
	float: left;

}
#main div.twcolumn img{
	text-align:left;
}

#main p.twgazo{
	text-align:center;
}

#main p.twlabel{
	text-align:center;
}

#main div.twitter h3{
	background:	#87CEFA;
	font-size:15px;
	font-weight:bold;
	margin:5px 0 20px 0;
	overflow:hidden;
	width:auto;
	height:22px;
	padding:4px 0 2px 20px;
	color:#333333;		
	
}

#main div.twitter h6{
    font-size:12px;
	font-weight:normal;
	margin:20px 0 2px 0;
    background:url(../img/h6bg.jpg) no-repeat;
	
}



/*動くバナー*/


#main div.slideshow ol{
	width:650px;
	padding:0px;
}

#main div.slideshow li{
	margin-bottom:0.5em;
}


/* Side
-------------------------------------------------------------- */

#sideBanner{
	width:204px;
	height:auto;
	padding:1em 0;
}


