/* ボディに関するCSS */

body {
	font-size: 13px;
	width: 780px;
	line-height: 140%;
	padding: 10px;
	margin: 10px;
	background-color: #FFFFFF;
	color: #333333;
}


/* ページ構造に関するCSS */

div.header{
	background-color: #FFFFFF;
	width: 740px;
}

div.contents{
	width: 740px;
	margin-top: 20px;
	margin-bottom: 15px;
}

div.footer{
	background-color: #FFFFFF;
	width: 740px;
}

td{
	font-size: 12px;
}

/* ヘッダーに関するCSS */

#logo {
	margin: 0px 0px 15px;
	padding: 0px;
}

/* ナビゲーションに関するCSS */

.navi {
	width: 740px;
	background-image: url(../img/bck_navi.gif);
	height: 40px;
}

.btn1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 7px;
 float: left;
}

.btn2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
}

.btn3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
}

.btn4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	float: left;
}

#navitit {
	margin-bottom: 10px;
}

/* トップイメージに関するCSS */

#topimg {
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
}

.con {
	margin-top: 2px;
	margin-bottom: 2px;
}

#news {
	padding: 0px;
	float: left;
	width: 308px;
	margin-top: 10px;
}

#bar {
	clear: left;
}


/* コンテンツに関するCSS */

#left_column {
	width: 355px;
	margin-right: 30px;
	float: left;
}

#right_column {
	width: 355px;
	float: left;
}

.item {
	clear: left;
}

.comment {
	float: left;
}

.thumb {
	margin: 0px;
	padding: 0px;
	float: left;
}

table {
	margin: 0px;
	background-color: #CCCCCC;
}

h2 {
	font-size: 14px;
	width: 100%;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

.text_com {
	margin-bottom: 20px;
}

table.com {
	background-color: #FFFFFF;
	width: 740px;
}

table.about {
	width: 100%;
}

.text_towel {
	margin-bottom: 35px;
}

.towel {
	float: left;
}


/* フッターに関するCSS */

.copy{
	text-align: center;
	color: #999999;
	width: 700px;
}


/* リンクに関するCSS */
a:link {
	text-decoration:underline;
	color: #0000FF;
}

a:visited { 
color: #993366; 
text-decoration:underline;
 }

a:hover {
	color:#993366;
	text-decoration:none;
} 

a:active { 
color:#993366; 
text-decoration:none;
}
