@charset "utf-8";

/* -----------------------------------------------------------

 Style Info:	layout style sheet

----------------------------------------------------------- */


/* default settings
----------------------------------------------------------- */

body {
	color:#404040;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
	background: #fff;
}
p, dl, dt, dd, h1, h2, h3, h4, h5, h6, form {
	padding: 0px;
	margin : 0px;
}
img {
	display: block;
	padding: 0px;
	margin : 0px;
	border : 0px;
}
strong {
	font-weight:bold;
}
br {
	letter-spacing:0;
}
ul,li {
	margin:0;
	padding:0;
	list-style: none outside;
}
table {
	border: none;
}


a 			{color: #000; text-decoration: none; outline: 0;}
a:hover		{color: #c30; text-decoration: none;}
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}







/* container
----------------------------------------------------------- */

#container {
	width: 950px;
	margin: 0 auto;
}





/* main
----------------------------------------------------------- */

#main {
	float: left;
	width: 650px;
	padding-right: 20px;
}
#main h2 {
	margin-top: 20px;
}
#main h3 {
	font-size: 140%;
}

/* メニュー */
#main #gNav {
	margin-bottom: 20px;
}
#main #gNav ul li {
	float: left;
	height: 40px;
	padding-left: 1px;
	border-left: 2px solid #005300;
}
#main #gNav ul li.none {
	padding-left: 0;
	border-left: none;
}

/* バナー */
#main #mBanner {
	margin-right: -9px;
}
#main #mBanner ul li {
	float: left;
	padding-right: 9px;
}

/* リスト */
#main .list {
	margin-right: -20px;
}
#main .list ul li {
	float: left;
	padding: 10px 20px 10px 0;
}

/* ページ先頭へ */
#main .pagetop {
	width: 86px;
	margin: 4px 0 15px;
	margin-left: auto;
}

/* copyright */
#main #copyright {
	float: left;
	font-size: 85%;
	margin-top: 6px;
}





/* side
----------------------------------------------------------- */

#side {
	float: right;
	width: 260px;
}
#side h3 {
	font-size: 100%;
}

/* 新着情報 */
#side #news {
	padding: 10px;
	margin-bottom: 15px;
	background: #fce8f0;
}
#side #news ul li {
	padding: 5px 0;
	border-bottom: 1px dotted #c36;
}
#side #news ul li:last-child {
	border-bottom: none;
}
#side #news ul li a {
	display: block;
	_display: inline-block;
	zoom: 100%;
}
#side #news ul li a:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#side #news ul li a span {
	display: block;
	float: left;
	width: 5.5em;
	color: #c36;
}
#side #news ul li a strong {
	display: block;
	font-weight: normal;
	margin-left: 5.5em;
}

/* バナー */
#side .sBanner ul li {
	height: 60px;
	margin-bottom: 12px;
}



.rightArchive{
	float:right;
	height: 126px;
	width: 281px;
	background-repeat: no-repeat;
	position:relative;
	}
	
.btn{

}

.btnNew{
	width:90px;
	color: #333;
	background-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: url(../images/btnIcon1.gif);
	background-repeat: no-repeat;
	background-position: 85px 8px;
	font-weight: bold;
	display: inline-block;
	position:absolute;
	left: 15px;
	bottom: 20px;
}

.rightArchive a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


#kikan{
	width:140px;
	color: #333;
	background-color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-image: url(../images/btnIcon2.gif);
	background-repeat: no-repeat;
	background-position: 125px 7px;
	font-weight: bold;
	display: inline-block;
	border:none;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	text-indent: .01px;
    text-overflow: "";
	position:absolute;
	right: 20px;
	bottom: 20px;
	}

select::-ms-expand {
        display: none;
    }
.of{
	overflow:hidden;}
	
.left{
	float:left;}

.right{
	float:right;}
	
.aichiBlog ul.of li{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	}
	
	
.aichiBlog ul.of li:nth-child(2n){
	margin-right:0px;
}

