@charset   "Shift_JIS";
/*
小牧市市民活動センター
2008/04/18
*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0px 20px 0px;
	/* margin-top: 10px ;
	margin-bottom: 20px ; */
	text-align: center;
	
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

/* リンク */
a:link { color: #006699; }
a:hover { color: #006699; }
a:active { color: #006699; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, ol { padding-left: 16px ;}
ul li { list-style-type: circle; }

.pkg { display: block; }

/* 枠の背景や線 */
#container 	{
	line-height :120%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	/* margin: 0 auto; */
	padding: 0;
	width : 895px ;
	background-color: #F8F8E8;
	border: 1px solid #000000;
}


#banner	{ 
	color: #ffffff;
	text-align: left ;
	background-repeat: no-repeat;
	/* top image  */
	background-image: url("http://www.komakici.jp/images/archives/genki.jpg");
	height: 221px;
}

#pagebody {
	position: float;
}

#pagebody-inner {
	background-color: #F8F8E8;
}

#footer	{
	margin: 0;
	text-align: center;
	color: #000000;
	font-size: 11px;
	padding: 5px 0px 5px 20px;
}

#center	{
	float: left;
	width: 690px;
	overflow: hidden;
}

#left 	{
	float: left;
	width: 200px;
	background-color: #F8F8E8;
	overflow: hidden;
	border-right: 1px solid #666666
;}

.content	{
	padding: 10px 30px 25px 30px;
	background-color: #F8F8E8;
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
}

.content p	{
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.content blockquote	{
/*	line-height: 150%; */
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	overflow: hidden;
}

.content ul, ol {
	padding-left: 16px ;
}

.content ul li {
	list-style-type: disc;
	line-height: 150%;
}

.content ul li li{
	list-style-type: circle;
	line-height: 150%;
}

.content h1	{
	color: #666666;
	font-family:Verdana, Arial, sans-serif;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-bottom: 10px;
/*	border-left: 4px solid #FF8C00;
	border-bottom: 1px solid #FF8C00; */
}

.content h2	{
	color: #666666;
	font-family:Verdana, Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-left: 4px solid #0080FF;
	border-bottom: 1px solid #0080ff;
}

.content h3	{
	color: #666666;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold ;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000 ;
}

.content h4	{
	color: #666666;
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}

.content th,td {
	font-size: 12px;
}

.sidebar {
	padding :0;
}

.menu 	{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffcc;
	overflow: hidden;
}

.menu p	{
	color: #000;
	font-family:Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
	margin-bottom: 10px;
	overflow: hidden;
}

.profile 	{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffcc00;
	overflow: hidden;
}
.profile p	{
	color: #000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 110%;
	text-align: left;
	padding-left: 10px;
	overflow: hidden;
}

