@charset "utf-8";
/* Aichi Goodwill Guides Network CSS Document */

* {border:0; margin:0; padding:0;}

body {
	margin:0 auto;
	text-align:center;
	background:url("../images/bg.jpg") repeat-x;
}

.cl {clear:both;}

/* layout */
#container {
	width:800px;
	margin:0 auto;
	background:#ffffff;
	border:1px solid #9CCB00;
	
	clear:both;
	text-align:center;
	
}

#header {
	width:800px;
	height:121px;
	margin:0 auto;
	background:url("../img/header_top.jpg") no-repeat;
	clear:both;
	float:left;
}

#contents {
	width:800px;
	padding-bottom:30px;
	background:#ffffff;
	text-align:center;
	float:left;
	clear:both;
	
}


#footer {
	width:800px;
	background:url("../img/footer.jpg") no-repeat;
	height:51px;
	font-size:80%;
	text-align:right;
	color:#ffffff;
	float:left;
	clear:both;
}

#contents2 {
	clear:both; 
	float:left; 
	width:755px; 
	padding:0 20px 0 25px;
	}
	
	
.main {
	float:left; 
	width:530px; 
	margin:0 0 0 0px;
	}
	
/* 見出し */
h1 {
	font-size:80%;
	color:#FFFFFF;
	text-align:left;
	margin:2px 10px;
}

h2 {
	font-size:95%;
	background-image:url(../img/h2.gif);
	color:#FFFFFF;
	background-repeat:no-repeat;
	width:730px;
	padding:8px 0px 10px 50px;
	height:35px;
	text-align:left;
	margin:10px 0px 10px 0px;
}

.h2-2 {
	font-size:95%;
	background-image:url(../img/h2-2.gif);
	color:#FFFFFF;
	background-repeat:no-repeat;
	width:480px;
	padding:8px 0px 10px 50px;
	height:35px;
	text-align:left;
	margin:10px 0px 0px 0px;
}

h3 {
	font-size:95%;
	text-align:left;
	border-bottom:2px solid #9CCB00;
	margin:50px 20px 25px 0px;
	padding:5px;
}

.h3-2 {
	font-size:95%;
	text-align:left;
	border-bottom:2px solid #9CCB00;
	margin:0px 10px 25px 0px;
	padding:5px;
}

/* 段落 */
p {
	font-size:90%;
	margin:10px 20px 10px 0px;
	line-height:2;
	text-align:left;
	}

/* テーブル */


th {
	font-size:85%;
	padding:10px;
	border-bottom:1px solid #9CCB00;
	border-right:5px solid #9CCB00;
	text-align:left;
	}

td {
	font-size:85%;
	padding:10px;
	border-bottom:1px solid #9CCB00;
	text-align:left;
	}

/* LI */

ol{
	margin:10px 30px 10px 110px;
	line-height:2;
	font-size:90%;
	text-align:left;
	}

/* DT DD DL */

dl{
	margin:10px 0px 10px 0px;
	text-align:left;
	font-size:85%;
	}
	
dt{
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #9CCB00;
	margin:10px;
	}

dd{
	padding:5px;
	line-height:2;
	margin:10px;
		}


/*  menu */
.menu_block {
	float:right; 
	width:180px; 
	}

.menu_box {
	width:180px; 
	border:1px solid #9CCB00; 
	margin:13px 0px 0px 0px;
	}
	
.menu a {
	padding:5px 5px 5px 15px;
	width:160px;
	display:block; 
	color:#FFFFFF;
	background:#35AB00;
	}

.menu a:link, .menu a:visited {
	color:#FFFFFF;
	}
	
.menu a:hover {
	color:#FFFFFF;
	}	

.menu-ulli a, .menu-ulli-nocat {
	padding:5px 5px 5px 15px;
	width:160px;
	display:block; 
	}

.menu-ulli a:hover {
	background:#9CCB00;
	color:#FFFFFF;
	}

/* news */
.news {
	margin:0px 0px 40px 0px;
	width:520px;
	}

.news li {
	border-bottom:1px dashed #9CCB00;
	padding:5px;
	}
	
/* other */	
.pagetop {
	clear:both; 
	text-align:right; 
	margin:5px 10px 20px 0px;
	}

.picture {
	margin:10px 0px 0px 0px;
	float:left;
	}

.article_block {
	margin:0px 0px 25px 0px;
	}

.morelink {
	text-align:right; 
	margin:0px 10px 0px 0px;
	}
