@charset "Shift_JIS";

/* ==================================================
init
================================================== */

body,h1,h2,h3,h4,h5,h6,td,th,p {
margin:0; padding:0;
}


body {
	font-size:12px;
	color: #333333;
	margin: 0 auto 0 auto;
	background-position: 0 0;
	text-align:center;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

p {
	margin:0 0 12px 0;
	font-size:12px;
	color: #333333;
	line-height:160%;
}

body#breakingandentering {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0;
	padding: 0;
	width:100%;
	background-color: #000000;
}

body#news {
padding:10px 0 10px 0;

}

body#trail {
padding:10px 0 10px 0;
}

ul , li {
list-style-type: none;
margin: 0; padding: 0;
}

/* ==================================================
#note
================================================== */

#note {
width: 850px;
margin: 0 auto 10px auto;
padding: 10px;
text-align: left;
}

#note p.attention {
font-size:10px;
line-height:160%;
}

#note p.attention_s {
font-size:10px;
line-height:120%;
}

/* ==================================================
link basic
================================================== */

a:link{
color: #666666;
text-decoration: underline;
}

a:visited{
color: #CEC1A2;
text-decoration: underline;
}

a:hover{
color: #CF4D21;
text-decoration: underline;
}

a:active{
color: #CF4D21;
text-decoration: none;
}

/* ==================================================
link white
================================================== */

a.news:link{
font-size:12px;
color: #FFF;
text-decoration: underline;
}

a.news:visited{
font-size:12px;
color: #999;
text-decoration: underline;
}

a.news:hover{
font-size:12px;
color: #F00;
text-decoration: none;
}

a.news:active{
font-size:12px;
color: #F00;
text-decoration: none;
}
