* {
	padding:0;
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
}


body {
	color:#CCCCCC;
	background-color: #3C3C3C;
}

a {
	color:#CCCCCC;
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CCCCCC;
}


.chui {
	font-size: 12px;
	color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	width: 800px;
	margin: auto;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:150px;
	background-image: url(http://www.garagemax.biz/img/title_banner_pa.gif);
}

/*
サイド・メニュー
-------------------------------------------------------------------*/

#side {
	width:220px;
	float: left;
	text-align: center;
	background-color: #2C2C2C;
	margin-bottom:10px;
}

#side ul{
	margin-top:8px;
	margin-bottom:8px;
}

#side li{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}

#side div{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:560px;
	float: right;
	text-align: center;
	background-color: #2C2C2C;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom: 10x;
}

#contents img{
 	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#contents p {
 	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px
	margin-left: 30px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#contents h2 {
	font-size: 14px;
	padding-left: 10px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 0px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #C00000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B090A0;
	padding-top: 2px;
	padding-bottom: 2px;
}


#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C00000;
	padding-left: 10px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B090A0;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contents h4 {
	font-size: 12px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C00000;
	padding-left: 10px;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B090A0;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#contents div {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contents table {
	border-style: none;
	border-color: #FFFFFF;
	border-width: 0px;
	border-collapse: collapse;
	margin-right: 20px;
	margin-bottom: 10px;
}

#contents th {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	background-color: #6d86b5;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#contents td {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	background-color: #244890;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

#contents .bread p {
	margin-left: 6px;
	text-align: left;
}

#contents .calender p {
	margin-top: 12px;
	margin-bottom: 12px;
	line-height: 200%;
	letter-spacing: 3px;
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	margin-top: 12px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #2C2C2C;
	height: 25px;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 14px;
}

#f_menu p {
	font-size: 14px;
	color: #CCCCCC;
}


/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #1C1C1C;
	font-size: 10px;
}
