/* 
サイト基本の共通スタイル
Presents by TRY-S@A.Sato
*/

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 12px;
	color: #333333;
	line-height: 160%;
	letter-spacing: 0.1em;
}

body {
	margin: 0 auto;
}


a:link, a:visited, a:hover{
		color:#666666;
		text-decoration:none;
		}
a:hover	{
		color:#0066FF;
		text-decoration:underline;
		}		
a:link#ad, a:visited#ad, a:hover#ad{
		color:#D5000C;
		text-decoration:none;
		}
/*
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
*/

#primary h2 , #secondary h2 {
	clear: both;
	padding: 3px 0 3px 8px;
	font-size: 14px;
	border-left: #CC0000 3px solid ;
	font-weight: bold;
}

#primary2 h2 {
	clear: both;
	padding: 3px 0 3px 8px;
	font-size: 14px;
	border-left: #CC0000 3px solid ;
	font-weight: bold;
}

th {
	background: #FFF;
	text-align: left;
}
td {
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#container {
}

#primary p , #secondary p {
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 40px 0;
	background: url('_img/cr.png') no-repeat left;
}

#cr {
	float: left;
	width: 342px;
	height: 12px;
}

#s_nav {
	float: right;
	height: 13px;
}

#s_nav img {
	margin-left: 10px;
}

.f_left {
	float: left;
	margin-right: 10px;
}

.f_right {
	float: right;
	margin-left: 10px;
}

.red {	color: #CC0000; }

.large {
	font-size: 14px;
	font-weight: bold;
}
.p-top {
	clear: both;
	float: right;
	margin: 20px 0;
}
.gaiyo_mes {
	padding: 0 20px;
}