@charset "Shift_JIS";

/* 共通要素の設定 */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#container {
	width: 760px;
}


p, li, h1, h2, h3, h4, h5, h6, form, input {
	margin: 0px;
	padding: 0px;
}

form {
	font-size: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: 0px;	
}

img.arrow {
	vertical-align:	middle;
}

/* 文字スタイル定義 */
.f8 {font-size: 8pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.f9 {font-size: 9pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.f10 {font-size: 10pt; line-height:100%; font-weight: normal; text-decoration: none; font-style: normal}
.f11 {font-size: 11pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.f12 {font-size: 12pt; line-height:100%; font-weight: normal; text-decoration: none; font-style: normal}
.f13 {font-size: 13pt; line-height:120%; font-weight: normal; text-decoration: none; font-style: normal}
.news {font-size: 10pt; margin:0 5px;line-height:130%;}

.dir {font-size: 11pt; line-height:100%; font-weight: normal; text-decoration: none; font-style: normal}

.ct {font-size: 10pt; line-height:105%; font-weight: normal; text-decoration: none; font-style: normal}

td.right {text-align: left}

H1 {font-size : 17px;margin-top : 0px;margin-left : 0px;margin-right : 0px;margin-bottom : 0px; color: #666666}
.f0 {
font-size:1pt ;
}
/* 文字スタイル定義 英語部分 */
.en01 {font-size: 10pt; line-height: 13pt; font-family:Arial; font-weight: normal; text-decoration: none; font-style: normal}

/* リンクの上に行ったときに文字色、背景変える(サイト全体) */
A {color:#3366CC; text-decoration:underline}
A:hover {color:#cc0000; text-decoration:underline; background-color: #eeeeee}
A:active {color:#0000FF; text-decoration:underline; background-color: #eeeee}
/* 共通ヘッダーの設定 */
#header {
	position: relative;
	width: 759px;
}


/* 共通フッターの設定 */
#footer {
	padding: 0px 15px;
	background: url(/hikkoshi/images/bg_footer.gif) no-repeat top left;
	width: 729px !important;
	width /**/: 759px; 
	height: 40px;
}

#footer p.copyright {
	padding-top: 13px;
	font-size: 12px;
}

#footer p.site {
	margin-top: -7px;
	font-size: 12px;
	color: #999999;
	text-align: right;
}

#footer a {
	color: #999999;
}


