/*--------------------deck基本css　2006/11/14　ver1.0--------------------*/

/*-----余白、間隔はすべて削除。カラーを統一-----*/
*{
margin:0;
padding:0;
}

body{
font-size:small;
line-height:150%;
text-align:left;
background-color:#336666;
background-position:left;
color:#FFF;
background-image:url(common/img/top_bg.jpg);
background-repeat:repeat-y;
background-color:#336666;
background-position:left;
}

img{
border:none;
vertical-align:bottom;
}

table{
border-collapse:collapse;
}

hr{
display:none;
}

ul,dl{
list-style-type:none;
}

/*-----リンクテキスト周り-----*/
a{
color:#FFF;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}


/*----------便利クラス----------*/
.noD{
display:none;
}

.fLeft{
float:left;
}

.fRight{
float:right;
}

.tal{
text-align:left;
}

.tac{
text-align:center;
}

.tar{
text-align:right;
}

.cBoth{
clear:both;
}

.mbLong{
margin-bottom:3em;
}

.mbMiddle{
margin-bottom:2em;
}

.mbshort{
margin-bottom:1em;
}

/*-----テキストリンクの前に画像-----*/
.linkMark{
padding-left:20px;
background-image:url(common/img/pt02.gif);
background-repeat:no-repeat;
background-position:left 1px;
}

/*-----ボーダハック-----*/
#hackDiv:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

#hackDiv{
display:inline-table;
}

/* Hides from IE-mac \*/
*html #hackDiv{
height:1%;}
#hackDiv{
display:block;}
/*End hide from IE-mac*/
/*-----ボーダハックここまで-----*/


/*--------------------deck基本css　終了--------------------*/
/*--------------------以下書き換え自由--------------------*/

#base{
width:800px;
}

#flashcontent{
	overflow:hidden;
}

#home{
	background:url(img/bg.jpg) #000;
	overflow:hidden;
}

#noflash{
	text-align:center;
}

/*---------------ヘッダ---------------*/


/*---------------メニュ---------------*/

#topLogo{
text-align:left;
background-color:#336666;
margin:15px 0px 80px 10px;
}

#topics{
width:550px;
float:left;
padding:7px 0px 0px 100px;
}

.date{
padding-right:10px;
}


/*---------------フッタ---------------*/
#footerT{
clear:both;
width:850px;
height:25px;
background-color:#336666;
background-image:url(common/img/cr.gif);
background-repeat:no-repeat;
background-position:610px 5px;
vertical-align:middle;
margin:20px 0 0 0;
}

#footerT p{
display:none;
}
