/* 全体の設定 */

body		{
			margin : 0px;
			background-color: #FFFFFF;
			text-align : center;
			background-image : url(../img/graywall.gif);
			background-repeat : repeat;
			
			font-size : 12px ;
			font-family : Verdana,Chicago,Arial,Osaka,"MS UI Gothic" ;
			color : #708090 ;
			line-height : 150%;
			}

p#minititle	{
			margin-left : 0px ;
			text-align : center ;
			line-height : 100%;
			width : 100% ;
			height : 15px ;
			background-color : #00BFFF ;
			color : #FFFFFF;
			font-weight : 800 ;
			}

A 			{ 
			  text-decoration: none ;
			}

A:link		{ 
  			color : #00BFFF ;
			}
			
A:visited	{ 
  			color : #00BFFF ;
			}
			
A:active 	{ 
  			color : #00BFFF ;
			}

A:hover		{ 
  			color:#FFA500;
  			background: #FFFFFF;
  			text-decoration : none ;
			}

A.photo:hover	{ 
			color:#FFFFFF;
			background: #FFFFFF; 
			text-decoration : none ;
			}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
				}

/* ヘッダー部分　*/

#container	{
			margin-right: auto;
			margin-left: auto;
			text-align: left;
			padding: 0px;
			width: 660px;
			background-color: #FFFFFF;
			}

#banner		{
			text-align : center ;
			height : 88 px;
			}

#menu		{
			text-align : center ;
			font-size : 10px ;
			margin-top : 0px;
			margin-left : 5px ;
			margin-right : 5px ;
			height : 18px ;
			background-image : url(../archives/images/dotline_back.gif);
			background-position: bottom ;
			background-repeat : repeat-x ;
			}

#header		{
			text-align : left ;
			padding : 0px;
			height : 45px;
			background-image : url(title.gif);
			background-repeat : no-repeat;
			}

#header h1	{
			display : none ;
			}

#header h2	{
			display : none ;
			}

/* 掲示板メニュー部分 */

#bbsmenu	{
			text-align : center ;
			font-size : 12px ;
			margin-top : 0px;
			margin-left : 5px ;
			margin-right : 5px ;
			height : 30px;
			background-image : url(./pc_line.gif);
			background-position: bottom ;
			background-repeat : repeat-x ;
			}

/* 掲示板使用上注意部分 */

#note		{
			text-align : left ;
			font-size : 12px ;
			margin-top : 0px;
			margin-left : 5px ;
			margin-right : 5px ;
			background-image : url(./pc_line.gif);
			background-position: bottom ;
			background-repeat : repeat-x ;
			height : 40px;
			}

#note ul	{
			list-style-type : disc ;
			}
			
#note li	{
			text-indent: -10px;
			}

/* メインコンテンツ部分 */

#contents	{
			text-align : left ;
			margin-top : 0px;
			margin-left : 5px ;
			margin-right : 5px ;
			}

#contents h4{
			text-align : center ;
			font-size : 18px ;
			font-weight : 800 ;
			}

#contents p	{
			font-size : 12px ;
			line-height : 150% ;
			}

#contents dl{
			padding-top : 0px ;
			padding-left : 10px ;
			}

#contents table{
			font-size : 12px ;
			color : #708090 ;
			margin-left : 10px ;
			}

#contents tr,td{
			font-size : 12px ;
			color : #708090 ;
			margin : 0px 0px 0px 0px ;
			padding : 0px 0px 0px 0px ;
			}

#contents blockquote {
			padding-top : 2px ;
			padding-left : 10px ;
			padding-right : 10px ;
			}

/* 留意事項 */

#notice		{
			text-align : left ;
			padding-left : 10px ;
			line-height : 150% ;
			}

#notice ul	{
			list-style-type : disc ;
			}
			
#notice li	{
			text-indent: -10px;
			}


/* フッター部分著作権表示あり */

#footer		{
			text-align : center ;
			font-family : Verdana,Chicago,Arial ;
			font-size : 10px ;
			height : 80px ;
			background-image : url(../img/copyright.gif);
			background-position: bottom ;
			background-repeat : no-repeat ;
			}

#footer p	{
			margin-top : 0px;
			padding-top : 0px;
			}

/* フッター部分著作権表示なし */
#footer2	{
			text-align : center ;
			font-family : Verdana,Chicago,Arial ;
			font-size : 10px ;
			height : 50px ;
			background-image : url(../img/copyright.gif);
			background-position: bottom ;
			background-repeat : no-repeat ;
			}

.minititle	{
			margin-left : 0px ;
			text-align : center ;
			line-height : 100%;
			width : 650px;
			height : 15ox ;
			background-color : #00BFFF ;
			color : #FFFFFF;
			font-weight : 800 ;
			}
