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

* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#FFFFFF;
	background:url(../../img/rouge/bg_body_4.gif) repeat-y;
	background-position:center;
	color:#48403f;
	font:14px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

img {
	border:0px;
}

a {
	color:#48403f;
}

/*--クリアフィックス--*/
.clearfix:after {
  content: ".";
  display: block;
  height:0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%; }
.clearfix { display:block; }
/* End hide from IE-mac */


/*スペース設定----------------*/

.m_bottom5 {
	margin-bottom:5px;
}

.m_bottom15 {
	margin-bottom:15px;
}


/*wrapper設定----------------*/

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

/*ヘッダーロゴ部分-------------------------------------*/

#top {
	padding:0px 50px 0px 50px;
}

#mainimg {
	float:left;
	width:425px;
}

#logo {
	float:left;
	width:424px;
	padding-top:113px;
}

/*メインコンテンツ部分-------------------------------------*/

#content {
	background:url(../../img/rouge/bg_content.gif) repeat;
	padding:30px 70px 0px 70px;
}


#content_r{

	width:600px;
	float:left;
	line-height:20px;
}

.blog {
	width:600px;
	margin:0px 0px 30px 0px;

}

.blog_content{
	width:580px;
	overflow:auto;
	margin:10px 10px 10px 10px;
}

.title{
	width:580px;
	font-weight:bold;
	background:url(../../img/rouge/title_footer.gif) no-repeat;
	background-position:right bottom;
	padding:0px 0px 10px 0px;
}

.title a {
	text-decoration:none;
}

.detail{
	width:580px;
	overflow:auto;
	margin-bottom:15px;
	line-height:30px;
}

.detail img{
	/*max-width:250px;
	max-height:250px;
	margin-top:20px;
	margin-bottom:20px;*/
}

.date{
	width:580px;
	background:url(../../img/rouge/date_footer.gif) no-repeat;
	background-position:right bottom;
	font-size:12px;
	text-align:right;
	padding:0px 0px 10px 0px;
}


/*サイドナビ部分-------------------------------------*/

#content_l{
	width:200px;
	height:100%;
	float:left;
	margin:0px 10px 0px 0px;
	font-size:12px;
}

#calender{
	min-height:150px;
}

#wp-calendar td, #wp-calendar th{
	width:22px;
	text-align:center;
}



/*フッター-------------------------------------*/

#footer{
	width:950px;	
	font-size:12px;
	text-align:right;
}

/*WP吐き出しソース-------------------------------------*/

.list{
	list-style:none;
	margin:0px;
	padding:0px;
}

#Links li img{
	width:80%;
	margin-bottom:1px;
}

/*
#latest{
	width:450px;
	height:130px;
	margin-top:10px;
	padding-right:0px;
}

.latest_inner{
	width:90px;
	height:130px;
	padding-right:20px;
	line-height:15px;
	float:left;
}

.latest_pic{
	width:90px;
	height:90px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	border:solid 1px #BFCAD1;
}

.latest_title{
	font-size:12px;
}

.latest_date{
	font-size:10px;
	color:#999999;
}

#content_r2{
	width:110px;
	float:right;
	margin-right:10px;
}
*/
