/*****************************
 * common.css
 *****************************/

/* [layout] //////////////////////////*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #555;
}
a {
	color: #36c;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #f90;
	text-decoration: none;
}
img {
/*	vertical-align: bottom;*/
	border: none;
}
ul, ol {
	list-style: none;
}
input, textarea, select {
	font-size: 12px;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}

/* [misc] ////////////////////////////*/
.clear {
	clear: both;
}
.ipt {
	padding: 2px;
	font-size: 13px;
	color: #333;
	border: 1px solid #bbb;
	border: 1px solid #7f9db9;
}
a.arrow {
	padding-left: 12px;
	background: url(image/arw.gif) no-repeat 0 1px;
}
a.toggleOn,
a.toggleOff:hover {
	color: #f90;
}
a.toggleOff,
a.toggleOn:hover {
	color: #36c;
}
.c {
	text-align: center;
}
.noBorder {
	border: none;
}

/* [#wrapper] ////////////////////////*/
#wrapper {
	width: 851px;
	margin: 0 auto;
}

/* [#header] /////////////////////////*/
#header {
	overflow: hidden;
}
#header .flash {
	width: 550px;
	float: left;
}
#header .topMenu {
	width: 31px;
	float: left;
}
#header .topMenu li {
	list-style: none;
	display: inline;
}
#header .topMenu li img {
	width: 301px;
	height: 41.5px;
}

/* [ul#mainMenu] /////////////////////*/
#mainMenu {
	clear: both;
}
#mainMenu li {
	display: inline;
	list-style: none;
}

/* [div#sidebar] /////////////////////*/
#sidebar {
	width: 250px;
	float: right;
	margin: 10px 0 0;
	padding-bottom: 15px;
}
.sideMenu {
	padding-bottom:5px;
}
.sideMenu li {
	list-style: none;
}
.sideMenu li p {
	margin-bottom: -1px;
}
#side dl {
	margin-top:3px;
}
#side dt {
	padding:3px;
	font-weight:bold;
}
#side dd {
	padding:3px 10px 3px 3px;
	line-height:1.4;
}

/* [#main] ///////////////////////////*/
#main {
	width: 580px;
	float: left;
	margin: 10px 0 0;
	padding: 0 0 15px 10px;
}
#main .contactBanner {
	text-align: center;
	margin: 10px 0;
}

/* [#footer] /////////////////////////*/
#footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #eee;
	border-top: 1px solid #ccc;
}
