/*ボックス全体設定*/

#contaier{
    background:#ffffff;
	margin:0;
	padding:0;
	width: 750px;
}


body {
font-family:"Osaka","ＭＳ ゴシック",sans-serif;
font-size: 12px;
line-height: 1.6;
color: #444444;
margin-top:20px;
margin-left:auto;    /* 左側マージンを自動的に空ける */
margin-right:auto;   /* 右側マージンを自動的に空ける */
text-align: center;
width:750px;         /* 幅を決定する */
background-color: ffffff;
}


/*共通*/

a:link {
 color: #444444;
 background-color: transparent;
 text-decoration: none;
 }
a:visited {
 color: #444444;
 background-color: transparent;
 text-decoration: none;
 }
a:active {
 color: #999999;
 background-color: transparent;
 text-decoration: none;
 }
a:hover {
 color: #cccccc;
 background-color: transparent;
 text-decoration: underline;
 }

 /*ニュース*/
.timetitle{
	background:#eeeeee;
	padding:0 0 0 5px;
	margin: 25px 0 10px 0;
	border: 1px solid #cccccc;
	color: #111111;
	clear: both;
	font-size: 12px;
}	

.newstitle{
	font-size: 12px; 
	color:#444444;
	margin: 0px ;
	font-weight: bold;
}

#newsline{
	border-top: 1px dotted #cccccc;
	margin: 10px 0 10px 0;
}

#profileline{
	border-top: 1px dotted #cccccc;
	margin: 30px 0 30px 0;
}
 /*組*/

#sidebar{
magin:0px;
	   padding: 0px 0px 25px 12px;
	   width: 250px;
	   line-height: 2.2;
	   float: left;
	   }

#main{
	   width: 480px;
	   float: right;
}

#sidebarga{
	   
	   magin:0px;
	   padding: 0px 0px 25px 12px;
	   width: 120px;
	   line-height: 2.2;
	   float: left;
}

#subga{
	   width: 600px;
	   	   float: right;
}

#mainga{
	   width: 120px;
	   float: left;
}

#submainga{
	   width: 450px;
	   float: right;
}


/* コピーライト*/
#copyright{
	clear: both;text-align:right;
	font-size: 11px;
	border-top: 1px dotted #cccccc;
	margin: 5px 0 10px 0;
}
