/*
=============================================================================================
スタイルシートの基本設定
=============================================================================================
*/
@charset "utf-8";


html,body{
  margin:0px;
  padding:0px;
}
body {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
}

p,h1,h2,h3,h4,h5,h6,h7,ul,li{
	margin:0px auto;
	padding:0px;
	font-style:normal;
}


ul {
	list-style-type: none;
}

img{
	margin-top:20px;
	margin-bottom:20px;
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
}


/*
=============================================================================================
トップタイトル部
=============================================================================================
*/
#contents_title {
	background-image: url(webboard_network.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 60px;
	width: 530px;
}


h2.contents_sub_title {
	margin-top:4.3em;
	background-color:#999;
	padding:5px 10px;
	margin-bottom:5px;
}

/* ---------------------------------
ページ内リンク（上部へもどる） */
.page_top {
   width:100%;
	display:block;
   position:relative;
}
.page_top span{
   position:absolute;
   right:0px;
   
   width:16px;
   height:16px;
	display:block;
	background-image: url(up_image.png);
	background-repeat: no-repeat;
	background-position:right top;

}

/* ---------------------------------
サンプル*/
.sample{
   padding-top:10px;
   padding-bottom:10px;
   padding-left:20px;
	background-image: url(yajirushi.png);
	background-repeat: no-repeat;
	background-position:left center;
}

/* ---------------------------------
メニュー */
#pageIndex{
   margin-top:2em;
   margin-left:2em;
   list-style-type:circle;
   line-height:1.3em;
}


/* ---------------------------------
機能説明 */
#webboard_option ul {
}
#webboard_option li{
}


/* ---------------------------------
連動機能 */
#webboard_linked ul {
}
#webboard_linked li{
	border-width:1px;
	border-color:#CCC;
	border-style:none none dashed none;
	padding-bottom:10px;
	margin-bottom:1em;
}

/* ---------------------------------
スポンサー */
#sponsor ul {
}
#sponsor li {
}


/*
=============================================================================================
クレジット
=============================================================================================
*/
#credit {
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: right;
	font-size: 0.9em;
	clip: rect(auto,auto,auto,auto);
	margin-top: 50px;
	
}





