@CHARSET "UTF-8";

body {
/**/
}

#wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;

	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#wrap #header {
	height: 50px;
	width: 100%;
}

#wrap #header #logo {
	float: left;
	height: 50px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 50px;
	text-align: right;
	background-repeat: no-repeat;
	color: #f1f1f1;
	margin-left: -10px;
	background-image: url(../images/mihara310.png);
}
#wrap #header #tick {
	height: 30px;
	width: 250px;
	float: left;
	margin-top: 7px;
}
#wrap #header #tick #slide {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	list-style-type: none;
}



.selecter {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.selecterBtns {
	float:left;
	width:660px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

.selecterBtns a {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	/*background:#EDEDED;*/
color:#111;
	display:block;
	float:left;
	font-size:12px;
	line-height:20px;
	margin-right:4px;
	outline:none;
	padding:0 15px;
	text-decoration:none;
}

.selecterBtns .active,
.selecterBtns a:hover {
background:#111;
color:#fff;
}

.selecterContent {
	float:left;
	width:660px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
}

.selecterContent a {
outline:none;
}

.selecterContent li {
	width:160px;
	height:110px;
	overflow:hidden;
}


ul.nolist,
ul.nolist li {
display:block;
list-style:none;
padding:0;
margin:0;
}

ul.nolist li {
float:left;
margin:0 5px 5px 0;	
}

.selecter .selecterContent .nolist .cap1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #060;
	height: 18px;
	width: 160px;
	margin-top: 91px;
	color: #FFF;
	text-align: center;
}


a {
color:#fff;
}

a img {
border:none;
}


/**/
.menu_ul1{
	font-size:12px;/*font size*/
	font-weight: normal;
	width: 400px;
	text-align: center;
	float: right;
	height: 36px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 25px;
}

.menu_ul1 ul{
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
}

.menu_ul1 ul li{
	display: inline;
}

.menu_ul1 ul li a{
	color: #666; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 10px; /*spacing between each menu link*/
	text-decoration: none; /*bottom border is 3px*/
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

.menu_ul1 ul li a:hover, .menu_ul1 ul li a.selected{
	border-bottom-color: #FCF;
	color: #033;	/*background-color: #EEE;*/
}
