@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	border-top:solid 10px #171411;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	font-size:12px;
	line-height:20px;	
}
h1{
	margin-bottom:10px;
}
#header{
	height:100px;
}
#header,
#content,
#title{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header h1#logo{
	float:left;
	margin:20px 0;
}
#header ul.g_n{
	float:right;
}
#header ul.g_n li{
	float:left;
}

/*メイン*/

#main{
	background-color:#f0f0f0;
	height:270px;
	background-repeat:repeat-x;	
}
#main .m_screen{
	width:960px;
	height:270px;
	margin:0 auto;
	background-image:url(../img/main.jpg);
	background-repeat:no-repeat;
}


/*スライドショー*/

#slideshow {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}
#slideshow div {
	width: 380px;
	height: 270px;
	overflow: hidden;
	position: relative;
}
#slideshow div div {
	top: 0;
	left: 0;
	position: absolute;
}

#slideshow ul {
	width: 530px;
	margin-top:-86px;
	float:right;
}

#slideshow ul li {
	width: 60px;
	float: left;
	margin-right:6px;
	display: inline;
}

#slideshow .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* =======================================
	ClearFixElements
======================================= */
#slideshow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#slideshow ul {
	display: inline-block;
	overflow: hidden;
}



/*コンテンツ*/

#content #content_box{
	width:550px;
	float:left;
	margin:20px 0;
	overflow:hidden;		
}

#content #content_box .news_box{
	overflow:hidden;	
}

#content #content_box .topix_box,
#content #content_box .track_box{
	margin-top:20px;

}

/*新着情報*/
#content .news_box .news_l{
	float:left;
}
#content .news_box .news_r{
	width:380px;
	float:right;
}
#content .news_box .news_r h2{
	border-bottom:dotted 1px #999;
	font-size:12px;
	padding-bottom:10px;
}

#content .news_box .news_r p.n_txt{
	margin-top:10px;
}

/*トピックス・実績*/
#content .topix_box,
#content .track_box{
	font-size:12px;
}
.topix_box dl {
	line-height: 1.6;
	width: 100%;

}

.topix_box dl dt,
.topix_box dl dd{
	padding:2px 0;
}

.topix_box dl dt {
	width: 6em;
	float: left;
	padding-bottom: 1px;
	font-weight:bold;
}
.topix_box dl dd {
	padding-left: 6em;
	border-bottom:dotted 1px #999;
}
#content .track_box ul li{
	background:url(../img/t_arrow02.jpg) no-repeat 0 7px;
	border-bottom:dotted 1px #999;
	padding:5px 0 5px 15px;
}

#content .track_box span.font_red{
	color:#F00;
}

a:link{
	color:#000;
	text-decoration:none;
}
a:visited{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#666666;
	text-decoration:underline;
}

/*サイド*/

#content #side{
	width:370px;
	margin:20px 0;
	float:right;	
}
#content #side p.bn{
	margin-bottom:10px;
}
#content p.bn a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	background:#FFF;
}

/*フッター*/

#footer{
	background-color:#171411;
	background-repeat:repeat-x;
	height:90px;
	margin-top:50px;	
}
#footer .footer_n{
	width:960px;	
	margin:0 auto;
	overflow:hidden;	
}
#footer .footer_l img{
	margin-top:10px;
	margin-right:15px;
	float:left;
}
#footer .footer_r{
	margin-top:12px;
	float:right;
}