@charset "UTF-8";
/* CSS Document */

body {
	font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color:#1b1310;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}
hr {
	display:none;
}
img {
	vertical-align:bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select, input {
	font-size:11px;
}
input, textarea, select {
	font-size :11px;
	background-color:#FFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-left: 5px;
}
form {
	margin:0;
	padding:0;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clr {
	margin: 0px;
	padding: 0px;
	clear: both;
}
table {
	font-size:inherit;
	font:100%;
}
/*ヘッダー*/

.header {
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
}
.header .wrap {
	width: 850px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
.header .wrap .title h1 {
	font-weight: normal;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*ヘッダー*/




/*メイン*/
.maincontents {
	text-align: center;
	font-size: 13px;
	padding: 0px;
	margin: auto;
}
.maincontents .wrap {
	width: 850px;
	text-align: center;
	margin: auto;
}
.maincontents .wrap #slideshow {
	height: 390px;
	overflow: hidden;
	margin: auto;
	width: 293px;
}
.maincontents .wrap #slideshow img {
	left: 0;
	top: 0;
	margin: auto;
	text-align: center;
}
/*メイン*/


/*フッター*/
.fotter {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 100%;
	color: #808080;
	font-size: 11px;
	background-repeat: repeat-x;
	background-position: top;
}
.fotter .wrap {
	width: 850px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.fotter .wrap ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.fotter .wrap ul li {
	text-align: right;
	float: right;
	padding-right: 20px;
}

.fotter .wrap a {
	color: #808080;
}
.fotter .wrap a:hover {
	color: #808080;
	text-decoration: underline;
}

/*フッター*/





::-moz-selection {
background:#99CE38;
color:#FFFFFF;
}

::selection {
	background:#99CE38;
	color:#FFFFFF;
}


