/* ページ全体 */

html	{
				font-family: ＭＳ Ｐゴシック;
				background: url('s/page_bg2.bmp') repeat-x fixed;
				overflow: scroll;
				overflow-x: scroll;
				overflow-y: scroll;
				scrollbar-base-color: #FFFFFF;
				scrollbar-face-color: #FFFFFF;
				scrollbar-track-color: #FFFFFF;
				scrollbar-arrow-color: #000066;
				scrollbar-3dlight-color: #000066;
				scrollbar-highlight-color: #FFFFFF;
				scrollbar-shadow-color: #FFFFFF;
				scrollbar-darkshadow-color: #000066;
		}
		
body	{
				font-size: 12px;
				color: #000066;
				text-align: center;
				margin: 0;
				padding: 0;
		}
		

/* リンク */
a:link		{ text-decoration:none; color:#000066; }
a:active	{ text-decoration:none; color:#000066; }
a:visited	{ text-decoration:none; color:#000066; } 
a:hover		{ text-decoration:none; color:#000066; }






/* タイトルバー */

#titlebar	{
				margin: 0;
				padding: 0;
				height: 150px;
				width: 750px;
				background-image: url('./s/title_bar.bmp');
				background-repeat: no-repeat;
				background-position: center top;
			}

/* コンテンツ部分 */

#contents	{
				margin: 0;
				padding: 0;
				height: 500;
				width: 750;
				background-image: url('s/contents_side.bmp');
				background-repeat: repeat-y;
				background-position: center top;
			}

/*ギャラリー*/

     
.side_title    {
        font-size: 9pt;
        font-weight: bold;
        text-align: left;
        margin: 0px 0px 5px;
        padding: 2px 0px 0px 5px;
        border-bottom: 1px solid #3399FF;
        border-left: 5px solid #3399FF;
        height: 15px;
        width: 120px;
      }
      
.button {
        font-size: 11pt;
        color: #FFFFFF;
        font-weight: bold;
        vertical-align: center;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: none;
        height: 20px;
        width: 65px;
        background-color: #3399CC;
      }

/* 同人ページ　表の説明テキスト */

.table_title	{
				color: #FFFFFF;
				font: bold 11pt sans-serif;
				text-align: center;
				vertical-align: middle;
				margin: 5px 0px 0px;
				padding: 5px 0px 0px;
				height: 25px;
				width: 400px;
				background: #3399FF no-repeat center center;
			}

.table_setumei	{
								text-align: left;
				vertical-align: middle;
				padding: 0px 0px 0px 20px;
				border-color:#0066FF; 
				border-width:1px; 
				border-style:dashed;
			}
			
.table_border	{border: 2px solid #3399FF;	
			}		
			
/* メールフォーム */

.mail_text  {
font-size: 9pt;
margin: 0px;
padding: 0px;
      }

.mail_text form {
        vertical-align: middle;
        margin-top: 0px;
      }
.mail_text form input,textarea { font-size:12px; background-color:white;border:solid 1px #0066FF; }
.mail_text form .button {
        font-size: 11pt;
        color: #FFFFFF;
        font-weight: bold;
        vertical-align: middle;
        margin: 0px 60px 10px 0px;
        padding: 0px 0px 4px 0px;
        border-style: none;
        height: 25px;
        width: 65px;
        background-color: #3399CC;
      }



/* 著作部分 */

.copyright	{
				margin: 0;
				padding: 0;
				height: 100px;
				width: 750px;
				background-image: url('./s/copyright.bmp');
				background-repeat: no-repeat;
				background-position: center bottom;
			}
			
.address		{
				color: #FFFFFF;
				font: 8pt;
				text-align: center;

}
		
		

		
		
		
		
	//