@charset "utf-8";
/* -----------------------------------------------------------
CSS Information
	基本スタイル
----------------------------------------------------------- */
/*-----------------------------------------------
 __Reset
-----------------------------------------------*/
* {
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
}

/*-----------------------------------------------
 __base_style
-----------------------------------------------*/
body {
	margin:0 0 0 0;
	background:#fff;
	color:#333;
	line-height:1.3;
	text-align: center;
	font-size:11pt;
	font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

*:first-child + html body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html {
	
}

h1,h2,h3,h4,h5,h6 {
	font-size:medium;
	letter-spacing:.1em;
}

p {
	margin:0;
}

img,fieldset {
	border:0;
}

/*-----------------------------------------------
 __base_style
-----------------------------------------------*/
body{
background-color:#FFF1EE;
}

#container{}

#contents{
	width:730px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../../image/chamcham/image/contents_bg.jpg");
	background-repeat:no-repeat;
	padding:35px 35px 35px 35px;
}

.sekiguchi_logo{
	position:absolute;
	top:444px;
}
* html .sekiguchi_logo{
	margin-left:-150px;
}

.news_logo{
	width:120px;
	margin-bottom:30px;
}

#left_content{
	margin:0px 0 0 10px;
	width:150px;
	float:left;
	line-height:1.7;
	background-image:url("../../image/chamcham/image/kuma.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
}
* html #left_content{
	margin:0px 0 0 5px;
	width:150px;
	float:left;
	line-height:1.7;
}

#left_content a{
	color:#ff6699;
	text-decoration:none;
	padding-left:30px;
	vertical-align:text-bottom;
}
.active{
	background-image:url("../../image/chamcham/image/active.jpg");
	background-repeat:no-repeat;
}
.no_active{
	background-image:url("../../image/chamcham/image/no_active.jpg");
	background-repeat:no-repeat;
}

.manth{
	width:150px;
    height:300px;
    overflow: auto;
}

#inner{
	width:525px;
    height:380px;
    overflow: auto;
    line-height:1.5;
    padding:20px 20px 0 20px;
}

.news_title{
	font-size:15px;
	color:#666666;
	min-height:35px;
	background-image:url("../../image/chamcham/image/news_title_bg.jpg");

	background-repeat:no-repeat;
	padding-left:40px;
	vertical-align:text-bottom;
	line-height:1.5;
}


.news_day{
	text-align:right;
	font-size:12px;
	color:#ff99cc;
}
.news_text{
	font-size:13px;
	color:#666666;
	width:500px;
	margin-bottom:20px;
	padding-bottom:40px;
	border-bottom:1px dotted #ffc2cc;
}
.news_text img{
	padding:4px;
	/*background-color:#ffc2cc;*/
}


#pagination {
	margin-top:-30px;
	text-align:center;
	
	font-size:0.8em;
	color:#FF3399;	
}
#pagination a{
	color:#FF3399;
}



