/*
red:    #ED1C24
black:  #231F20
gold:   #b8a673
yellow: #ffb300
blue:   #195096
*/

@charset "Shift_JIS";

@import url("home.css");
@import url("navigation.css");
@import url("contents.css");
@import url("staff.css");
@import url("gallery.css");
@import url("form.css");
@import url("chart.css");
@import url("links.css");


*{ 
	margin:0;
	padding:0;
	color:#707070;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	line-height:145%;
	border:none;
}

body{
	background-color:#ed1c24;
	scrollbar-arrow-color:#ed1c24;
	scrollbar-base-color:#999999;
	scrollbar-shadow-color:#ffffff;
	scrollbar-face-color:#231f20;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#666666;
	scrollbar-3d-light-color:#000000;
	background:url(../images/common/bg_main.gif) center top;
	height:100%;
}

h1{text-indent:-9999px; line-height:0;}
h2{margin:0; padding:0;}
p{line-height:160%;}
td{vertical-align:top;}
em{color:orange; font-style:normal;}

table.mainTable{
	background-color:#ffffff;
	margin:0 auto;
	height:100%;
}

/*list サイト運営情報*/
dl.list{margin:15px;}
.list dt{
	padding-left:15px;
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}
.list dd{
	padding-left:10px;
	margin:0 5px 15px 6px;
	color:#454545;
	line-height:170%;
	text-decoration:none;
}

.list dd a,
.list dd a:link,
.list dd a:visited,
.list dd a:active{
	color:#195096;
	background:none;
	padding:0;
	margin:0;
}

.list dd a:hover{text-decoration:none; border-bottom:1px dotted;}

ul.privacy{
	list-style:none;
	margin:15px 0 0 15px;
}

ul.privacy li{
	background:url(../images/ico_01.gif) no-repeat left 6px;
	padding-left:12px;
}


a.blue,
a:link.blue,
a:visited.blue,
a:active.blue{
	color:#195096;
	border-bottom:1px dotted;
	text-decoration:none;
}

a:hover.blue{
	border:none;
}





