/* CSS Document */

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

/* --------------------------------------------------------------------------------
	header
-------------------------------------------------------------------------------- */
#header{
	background:url(../images/common/h-bg.jpg) repeat-x 0 0;
}

/********** header-outer **********/
#header .header-outer{
	padding:0;
}

/********** header-inner **********/
#header .header-inner{
	height:195px;
}

#calendar_wrap table{
	font-size:12px;
	width:100%;
}
	


/********** main **********/
#main{
	float:none;
	width:100%;
}
#container{
	float:left;
	width:500px;
}
#container{
	float:left;
	width:580px;
}
.main-aside{
    float: right;
    position: relative;
    right: 10px;
    width: 290px;
}
.txt-attention{
	font-size:13px;
	color:#00000;
}

/********** right **********/

#primary li.widget_archive{
	padding-bottom:20px;
}
#primary input#s{
	width:220px;
}
.post #noresults-searchform input#noresults-s{
	width:350px;
}

/********** Content **********/
/*.entry-title a{
	letter-spacing:-0.1em;
}*/

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.entry-title a{
    font-size:24px !important;
  }
.xoxo li a{
	letter-spacing:-0.2em !important;
}












