@charset "UTF-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF;
	font: 16px sans-serif;
	color: #333333;
}
/* reset
------------------------------*/

h1,h2,h3,h4,h5,h6,div,span,p,a,form,ul,ol,li,dl,dt,dd,table,th,td,img {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	line-height: 0px;
}

/* デフォルトリンク設定 */
a:link,a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover,a:active{
	color: #0066FF;
	text-decoration: none;
}

/* clearfix
------------------------------*/

.clearfix:after {
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	min-height: 1%;
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}



.fl  {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}

.gotop {
	text-align: right;
	text-decoration: underline;
	font-size: 12px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
.mb10px   {
	margin-bottom: 10px;
	display: block;
}
.mb20px {
	display: block;
	margin-bottom: 20px;
}

.mb30px   {
	margin-bottom: 30px;
	display: block;
}
.mb50px {
	margin-bottom: 50px;
	display: block;
}
.mb80px {
	margin-bottom: 80px;
	display: block;
}
#pt20px {
	display: block;
	padding-top: 20px;
	height: 255px;
}




/* basic layout
------------------------------*/
#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFF url(images/bg.gif) repeat-y left top;
	padding: 0px 30px 50px;
}
/* header style
------------------------------*/
#header {
	padding-top: 8px;
	line-height: 0px;
	height: 119px;
	display: block;
}
#header h1 {
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	line-height: 14px;
	width: 470px;
}
#header #logo {
	height: 53px;
	display: block;
	padding-bottom: 10px;
	width: 375px;
}

#header .fl,#header .fr {
	height: 92px;
	display: block;
}
#header .fl{
	width: 475px;
}
#header .fr {
	width: 275px;
}
#header #freeicon {
	text-align: right;
}


#header #contact {
	height: 30px;
	width: 275px;
	margin-top: 18px;
	display: block;
	margin-bottom: 16px;
}
#header   #contact  #mail {
	height: 0px;
	width: 111px;
	padding-top: 28px;
	overflow: hidden;
	display: block;
	float: right;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -844px;
	font-size: 8px;
	line-height: 12px;
}
#header   #contact  #mail:hover {
	background-position: -111px -844px;
}

#header #topicpath {
	font-size: 12px;
	display: block;
	clear: both;
	margin-top: 10px;
}
#header #topicpath li {
	float: left;
	list-style: none;
}
#contents {
	clear: both;
	margin-top: 38px;
	display: block;
	width: 800px;
}
#banner {
	height: 150px;
	width: 600px;
	margin-top: 0px;
}


/* main style
------------------------------*/
#main {
	float: right;
	width: 600px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#main  .pl10px {
	padding-left: 10px;
	clear: both;
}

/* sidebar style
------------------------------*/
#sidebar {
	width: 182px;
	margin-bottom: 110px;
	float: left;
}


#footer {
	clear: both;
	display: block;
}
#footer ul {
	clear: both;
	display: block;
}
#footer li {
	list-style: none;
	float: left;
}
#footer  #footerlink1 li {
	width: 119px;
	display: block;
	height: 25px;
}
#footer #footerlink2 {
	display: block;
	width: 520px;
	margin-left: 60px;
}
#footer  #footerlink2 li {
	color: #CCCCCC;
	text-decoration: underline;
	margin-right: 10px;
	font-size: 12px;
	line-height: 25px;
	display: block;
	height: 25px;
	margin-top: 20px;
}
#copyright   {
	text-align: center;
	color: #000000;
	padding-top: 5px;
	border-top: 1px solid #000000;
	font-size: 12px;
	line-height: 1.6em;
	margin-top: 20px;
	clear: both;
}
#main p.goitem  {
	height: 55px;
	width: 600px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: block;
}
