/*ボディタグ内設定（背景、文字）*/
body {clip: rect(   ); leftmargin="0" topmargin="10" marginwidth="0" marginheight="10";  margin-top: 10px;	margin-left: 10px;	background: url(../image/bg.gif);}

/*テーブル内　文字設定*/
table {  font-size: 12px; color: #333333; line-height: 150%}

/*トップレイアウト分け設定*/
#wrapper {width: 700px}
#main{
	width: 510px;
	float:right;
	font-size: 12px;
	font-weight: normal;
}
#content {width: 515px; float:right}
#sp{width: 15px; float:left;	background: url(../image/menu/bg.gif); height: 70%;}
#footer{clear: both;}

.sidebara {width:180px; float:left; background-image: url(../image/1/bg_red.gif)}

/*タイプ別フォント（サイズ、行間設定）*/
.c-copy {font-size: 10px; line-height: 150%}
.writing {font-size: 12px; line-height: 150%}
.read {font-size: 12px;	line-height: 170%;	color: #333333;}
.hedading {font-size: 14px; line-height: 150%; font-weight: bold; color: #2E689C;}
.subheading {font-size: 16px; line-height: 150%; font-style: oblique; font-weight: bold; color: #3C916F;}
.catch {font-size: 22px; line-height: 150%; font-style: inherit; color: #993333;}

.sp {padding-left: 12px; text-align: left; left: 12px;}

/*見出し別（サイズ、行間設定）*/
h1 {font-size: 16px; font-weight: bold; color: #2E689C;}

/*リンク設定*/
a:link {text-decoration: none; color: #A62121; clip:   rect(   )}
a:hover {clip: rect(   ); position: relative; background: url(../image/on.gif);}
a:active {color: #FFCC66; clip: rect(   )}
a:visited {color: #999999; text-decoration: none}

/*フォーム設定*/
.form0 {border : 1px #000099 dotted; ; background-color: #FFCC99}
