@charset "utf-8";

*{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
}


body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;

}

body#toppage {

background: url(../images/bg3.png) repeat-x top;
}


a{color:#027dd3;text-decoration:none;}
a:hover{color:#0171bf;}

a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


p{
background-image: url("../images/bluedash.gif");
line-height: 18px;
margin: 0px;

}


p:before {
   content: url("../images/list.png");
   margin: 10px;
}



div.news {
			width: 583px;
}

		/* ▽段落の基本装飾 */
		div.news p {
			font-size: small;
			border: 0px gray solid;
			padding: 0.5em;
			margin: 0.3em;
			line-height: 175%;
		}
		/* ▽奇数番目の段落（ボックス）のみ */
		div.news p:nth-child(2n+1) {
		
			background-color: #eeffff;
		}
		/* ▽偶数番目の段落（ボックス）のみ */
		div.news p:nth-child(2n) {
			background-color: #ffffee;
		}
/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}



/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
padding: 15px 0;
display: inline;
}

#main h2{
margin-bottom: 10px;
padding: 0 10px 0px 20px;
line-height: 40px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(../images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #027dd3;
border-bottom: 1px solid #cccccc;
}

#main p {
padding: 15px 15px 15px 20px;
}
