/**********基本のスタイル設定**********/



/*ページ設定*/

body 

   {

	background: #ffffff;

	margin: 0px;

	padding: 0px;

	width: 770px;

	text-align: left;

}



/*画像設定*/

img {

	border: none;

}



/*フォント設定*/

.t_rigth {

	text-align: right;

}



.t_up {

	vertical-align: top;

}



.t_left {

	text-align: left;

}



.t_center {

	text-align: center;

	margin: auto;

}



/*ヘッダー*/

#head_menu {

	font-size: 80%;

	width: 770px;

	border-bottom: 6px solid #EC0000;

	padding-bottom: 4px;

	text-align: right;

	padding-top: 0px;

}



#head_menu a {

	text-decoration: none;

}



/*左メニュー枠*/

#menu180 {

	width: 180px;

	vertical-align: top;

}



/*コンテンツ全体*/

#contents_main {

	vertical-align: top;

}

#contents01 {

	margin: 0px;

	padding: 0px;

	width: 770px;

}



/*フッター*/

.footer {

	width: 770px;

	margin-bottom: 6px;

}



address {

	font-size: 80%;

	line-height: 3;

	width: 770px;

	border-top: 6px solid #B2B2B2;

	border-bottom: 1px dotted #B2B2B2;

	text-indent: 8px;

}

