@charset "UTF-8";

body {
	color: #666666;
	font-size: 75%;
	font-family: sans-serif;
	background-color: #ECECEC;
	background-image: url();
	background-repeat: repeat-x;
}
p {
	line-height: 1.7;
}
#wrapper {
	width: 786px;
	margin: 40px auto;
	padding-top: 7px;
	background: #FFFFFF;
}
h1#logo {
	height: 176px;
	margin: 0 7px 10px 7px;
	background: url(../images/h1_bg.jpg) no-repeat;
}
h1#logo img {
	position: relative;
	left: 30px;
	top: 70px;
}
#primary,
#secondary {
	float: left;
}
#primary {
	width: 556px;
}
#secondary {
	width: 200px;
}

.section {
	margin: 0 10px 30px 17px;
	padding: 0px 0px 0px 10px;
}


.section h2 {
	background-image: url(../images/h2.jpg);
	background-repeat: no-repeat;
	padding: 5px 3px 5px 25px;
	font-size:14px;
	color:#333333;
	margin-bottom:10px;
}



.section p {
	margin-bottom: 10px;
	padding-left:10px;
}

/* 枠内でulタグを使用した時の設定 */
.section ul {
	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.section ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.section li {
	background: url(../images/lir.gif) no-repeat 5px 3px;
    margin: 0px;
    padding: 0px 0px 10px 16px;
    list-style: none;
	}
	

/* リンク
---------------------------------------------*/

a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}


/* ぱんくず
---------------------------------------------*/

.pan {
    margin: 0px;
}

.pan p {
    margin: 0px 0px 20px 30px;
}

/* rss
---------------------------------------------*/


.rsssection {
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #f5f5f5;
	background: url(../images/rss_bg.jpg) no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-top: 50px;
	}




/* 枠内でulタグを使用した時の設定 */
.sectionnews ul {
	margin: 5px 0;
	}

/* 枠内でul ulタグを使用した時の設定 */
.sectionnews ul ul {
	margin-bottom: 0px;
	}



/* 枠内でliタグを使用した時の設定 */
.sectionnews li {
	background: url(../images/lir.gif) no-repeat 5px 3px;
    margin: 0px;
    padding: 0px 0px 10px 16px;
    list-style: none;
	}



/* サイドバー
---------------------------------------------*/

.sidesection {
	margin: 0 0 30px 20px;
	background-image: url(../images/sidebg.jpg);
	background-repeat: repeat-y;
}


.sidesection h2 {
	padding: 5px 3px 5px 25px;
	font-size:14px;
	color:#333333;
	margin-bottom: 10px;
	background-image: url(../images/h2s.jpg);
	background-repeat: no-repeat;
}




/* メニュー枠内でulタグを使用した時の設定 */
.sidesection ul {
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 0;
	}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidesection ul ul {
	margin-bottom: 0px;
	}



/* メニュー枠内でliタグを使用した時の設定 */
.sidesection li {
	background: url(../images/lir.gif) no-repeat 5px 3px;
    margin: 0px;
    padding: 0px 0px 10px 16px;
    list-style: none;
	}







#copyright {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	padding-top: 20px;
	text-align: center;
	background: url(../images/copyright_bg.gif) left bottom no-repeat;
}
