/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #2d3536;
	text-shadow: 0 1px 0 #fff;
	background-color: #FFFFFF;
}

a, a:visited {
	color:#C7C7C7;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.slider-wrapper {
	width: 940px;
	margin: 10px auto;
}


/*全体のレイアウトの大きさ*/
#container {
	width: 940px;
	margin:40px auto;
}

/*トップの画像のサイズを変える時はココ*/
#slider {
    width:940px;
    height:653px;

}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}




/*サイトのタイトル部分*/
#name {
	float: left;
	width: 220px;
	height: 60px;
	background-attachment: scroll;
	background-image: url(name.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*コンテンツリンク*/
#navigation {
	float:left;
	width: 720px;
	height: 30px;
	padding-top: 30px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation  li {
	margin: 0px;
	float: left;
	width: auto;
	text-align: center;
	font-size:10px;
	display: inline;
　/* インライン表示 */
    margin-right: auto;
	border-left: 1px solid #C1C1C1;
	padding: 0px;
}
#navigation a {
	display: block;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#navigation a:active {
	color: #2E2E2E
}
#navigation a:hover {
	color: #2E2E2E;
	background-color: #eee;
}
#navigation a:visited {
	color: #2E2E2E;
}
#navigation a:link {
	color: #2E2E2E;
}
#contents {
	width: 940px;
	clear: both;
}


/*コピーライトのとこ*/
#footer {
	width: 934px;
	color: #999;
	padding: 2px;
	text-align: right;
	font-size: x-small;
}





/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
