/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}

body {
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../image/back-image.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:10px;
}
img {
	border:none;
	vertical-align:top;
}

#header_link a {
 text-decoration:none;
}
a{
	color:#0000FF;
}
a:link {/*未訪問のリンク*/
 text-decoration:none;
 color:#0000FF;
}
a:visited {/*訪問後のリンク*/
 text-decoration:none;
 color:#0000FF;
}
a:active {/*クリック中*/
 text-decoration:none;
 color:#0000FF;
}

#menu_backimg1{

	background-image:url("../image/menu_backimg_1.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	width:549px;
	height:90px;
}

#top_info{
	background-image:url(../image/back_img_info.jpg);
	border:0px;
	background-repeat:no-repeat;
	background-position: left top;
}

#footer_copy{
	margin:20px 0px 0px 10px;
	color:#FFFFFF;
	width:250px;
	height:30px;
	vertical-align:bottom;
	
}

/* /////////////////////////////////////////// */
/* 新着情報
/* /////////////////////////////////////////// */
#infomation dl {
	background-color:#FFFFFF;
	padding: 10px;
}

#infomation dt {
	font-size: 12px;
	border-bottom:#666666 1px dotted;
}

#infomation dd {
	font-size: 12px;
	margin-bottom: 5px;
	text-align:left;
}

/*
dl.info {
	background-color: #E2E2E2;
	padding: 10px;
}
dl.info dt {
	font-size: 80%;
	border-bottom: #DDCDC4 1px dotted;
}
dl.info dd {
	margin-bottom: 5px;
}
*/

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */
#wrapper {
	width: 100%;
	height:100%;
	text-align:left;
	/*background-color:#FF9900;*/
}

#contentOver{
	width:960px;
	margin: 0px auto;
	background-color:#FFFFFF;
	
}

#content {
	float:left;
	width:960px;
	margin: 0px auto;
}


#heder_menu_linq{
	width:85px;
	text-align:center;
	height:30px;
	padding:10px 0px 0px 0px;
}

#content_detail1{
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
}

#content_detail2{
	float:left;
	padding:0px 0px 0px 0px;
	margin:5px 2px 5px 10px;
	border:0px 0px 0px 0px;
}

#side_menu{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
}

#sitemap_Over{
	width:700px;
	margin: 0px auto;
}
#sitemap{
	float:left;
	width:700px;
	margin: 0px auto;
	font-size:14px;
}

