@charset "euc-jp"; 
/*-------------------------------------------------- 
タイトル: 基本設計
制作者 : mooriez
URL : 

概要 : プリント用設計

作成日 : 2006/11/14
変更日 : 
--------------------------------------------------*/

/*-------------------------------------------------- 
基本設計
--------------------------------------------------*/

body.contents {
margin: 0px;
padding: 0px 0px 0px 0px; /* 余白の指定(上・右・下・左) */
background-color:#FF0000;
float:left;
}

/*#general {visibility:hidden; display:none;}
#art {visibility:hidden; display:none;}*/
#menuThane {visibility:hidden; display:none; }

	
body, td ,table { 
	font-family: Verdana, Geneva, Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
	color: #606060; 
	font-size: 12px; 
	line-height: 1.4;
	}

A:link   { color:#FF3300; text-decoration:none; }
A:visited{ color:#FF3300; text-decoration:none; }
A:hover  { color:#808080; text-decoration:underline; }
A:active { color:#808080; text-decoration:underline; }


/* 段落マージン(レベル１)の設定---h1の「margin-bottom:4px;」とセット*/  
p { margin: 10px 0px 30px 10px;/* 上・右・下・左 */	}


/*-------------------------------------------------- 
基本設計（テキスト）
--------------------------------------------------*/
h1 {
	font-family: Arial, Helvetica,Verdana, Geneva;
	font-size: 23px;
	line-height: 1em;
	text-align:left;
	color:#333333;
	padding:10px 0px 0px 5px;
	margin: 0px 0px 0px 0px;/* 上・右・下・左 */
	} /*トップページのタイトル部分*/

h2 {
	font-family:Verdana, Geneva, Arial, Helvetica,"ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W6","ヒラギノ明朝 Pro W6",;
	font-size: 13px;
	line-height: 1em;
	color:#666699;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;/* 余白の指定(上・右・下・左) */
	} /*ページタイトル*/

h3 {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;/* 余白の指定(上・右・下・左) */
	} /*メニュー部分*/

h4 {
	font-family:Verdana, Geneva, Arial, Helvetica,"ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W6","ヒラギノ明朝 Pro W6",;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;/* 余白の指定(上・右・下・左) */
	}/*個別ページのサブタイトル部分*/

h5 {
	font-family:Verdana, Geneva, Arial, Helvetica,"ＭＳ Ｐゴシック", Osaka,"ヒラギノ角ゴ Pro W6","ヒラギノ明朝 Pro W6",;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color:#333333;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;/* 余白の指定(上・右・下・左) */
	} /*個別ページのサブサブタイトル部分*/
		
	
/*-------------------------------------------------- 
フッダー設計
--------------------------------------------------*/
#copy {
	width:550px;
	height:40px;
	padding:30px 20px 10px 20px; /* 上・右・下・左 */
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 10px;
	float:right;
	text-align:right;
	}

#copy .copyright {
	text-align:center;
	padding:20px 0px 0px 0px; /* 上・右・下・左 */
	display:block;
	}

#copy HR { display:none }


/*----------------------------------------------------------------------------------
ここからBASIC関連
----------------------------------------------------------------------------------*/

/*-------------------------------------------------- 
大箱設計（ 汎用の背景色・配置 ）
--------------------------------------------------*/
/* art(collection用)背景色・配置 */
#art {
	width:600px;
	float:right;
	margin:0px auto 0px auto; /* 上・右・下・左*/
	}




