@charset "UTF-8";


/* -----------------------------------------------
COMMON TAG
----------------------------------------------- */

* {
	margin:0;
	padding:0;
	
}

body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height:160%;
	color:#333333;
	background:url(../images/back.gif);

	margin:0;
	padding:0;
}

/*IE6で横スクロールを防ぐ*/
html{
	overflow-y: scroll;
} 


/* 
tag
----------------------------------------------- */
img {
	border-style:none;
	border:0;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

h1 {
}

h2 {
	font-size:12px;
	line-height:160%;
	color:#333333;
	font-weight:bold;

	margin:0;
	padding:0;
}

h4 {
	font-size:12px;
	color:#333333;
	font-weight:bold;

	margin:2px 0 15px 0;
	padding:0;
}

dt.titleNon {
	width:200px;

	position:absolute;
	top:-999px;
}

table {
	font: 12px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
}

.line{
	border-top:solid 1px #DADADA;
}

input{
	font: 12px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333333;
}

/* -----------------------------------------------
layout
----------------------------------------------- */
#wrapper {
	width:900px;
	background:#ffffff;

	margin:0 auto;
	text-align:center;

	border-right:#D9D9D9 solid px;
	border-left:#D9D9D9 solid px;

	padding:0;
}


/* -----------------------------------------------
フッター右メニュー
----------------------------------------------- */
#header_rigftLink {
	width:900px;
	float:right;
	padding:0px 0px 0px 0;
}


#header_rigftLink li.arrowDown{
	float:right;
	list-style:none;
	overflow:hidden;
    color:#666666;
	text-decoration:none;/*for Firefox*/
	padding:0px 7px 0px 0;
}


#header_rigftLink li.arrowDown a{
	display:block;
	list-style:none;
    color:#666666;

}

#header_rigftLink li.arrowDown a:hover{
	display:block;
	list-style:none;
    color:#666666;

}

#header_rigftLink li.arrowDown a:active{
	display:block;
	list-style:none;
    color:#666666;

}
/* -----------------------------------------------
header
----------------------------------------------- */
#header {
	width:900px;
	height:25px;

	margin:0 0 0 0;
	padding:0;
	position:relative;
}


h2#headerLogo {
	width:440px;
	height:47px;
	float:left;
	background:url(../images/header_logo.jpg) no-repeat 0 0px;
	text-indent:-999px;
	overflow:hidden;
	display:inline;/*for IE6*/

	position:absolute;
	top:20px;
	left:22px;

	/*margin:20px 0 0 22px;
	padding:0;*/
}

#headerLogo a{
	width:140px;
	height:24px;
	float:left;
	background:url(../images/header_logo.jpg) no-repeat 0 0px;
}


/*----------------------------------------------- 
base link
----------------------------------------------- */
a:link {
	color:#CE1100;
	text-decoration:none;
}

a:visited {
	color:#4F4F4F;
	text-decoration:none;
}

a:hover {
	color:#CE1100;
	text-decoration:underline;
}

a:active {
	color:#404040;
	text-decoration:none;
}

