@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
header, footer, hgroup, section, article,
table, th, td, img, form, map, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	line-height:1.4;
}
table {border-collapse: collapse;}
a:link    {color: #00d;text-decoration: underline;}
a:visited {color: #00d;text-decoration: underline;}
a:hover   {color: #FF5192;text-decoration: underline;}
a:active  {color: #e20;text-decoration: underline;}

.allContents{
	width: 1000px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.headline{
	width: 1000px;
}

.nav{
	float: left;
	width: 360px;
	border-right: 1px solid #000;
}

h1{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #5507FF;
	color: #ffffff;
}

.gnav{
	width: 350px;
	height: 600px;
	margin: 3px auto;
}

.side{
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
.sidebar ul{
	margin: 0 0 10px 0;

}

.sidebar ul li{
	margin: 0 auto;
	width: 300px;
	border-bottom: 1px dotted #000;
}

.sidebar ul li a{
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 15px;
}

.sidebar ul li a:hover{
	background: #5507FF;
	color: #ffffff;
}

.localMenu{
	float: right;
	width: 635px;
}

h2{
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
}

.rightside{
	padding: 0 15px 15px 15px;

}

footer{
	clear: both;
	background: #5507FF;
	color: #ffffff;
	text-align: center;
	padding: 3px;
}