/*ボディタグ内設定（背景、文字）*/
body {
	clip: rect(   );
	text-align: center;
	background-color: #FFFFFF
	margin: 0;
}

/*テーブル内　文字設定*/
table {
	font-size: 12px; 
	line-height: 130%
}

/*トップレイアウト分け設定*/
#wrapper {
	width: 700px;
	margin: 0 auto;/*FFのセンタ揃え*/
	background: #FFFFFF;
	top: 0px;
	left: 0px;
	position: relative;
	bottom: 0px;
	right: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color: #333333;
}
#sidemenu {
	width:150px;
	float:left; background-image: url(../image/bg_menu.gif);
	clip:    rect(   )}

#content {
	width: 550px;
	float:right;
	text-align: right;
	background: url(../image/bg.jpg) no-repeat;
}
/*↓メニュより高さがないものに適用*/
#content0hi {
width: 550px;
	float:right;
	text-align: right;
	background: url(../image/bg.jpg) no-repeat;
	height: 600px;
}
#main {
	width: 540px;
	float:right;
	text-align: justify;
	padding: 0px 10px 0px 0px;
}
#main-sub {
	width: 540px;
	float:right;
	text-align: right;
	font-size: 10px;
	padding: 10px 10px 10px 0px;
}
/*↓メニュより高さがないものに適用*/
#main0hi {
	width: 540px;
	float:right;
	height: 500px;
    text-align: justify;
	padding: 0px 10px 0px 0px;
}
#sp{
	width: 20px;
	float:left;
}
#footer{
	width: 700px;
	clear: both;
	font-size: 10px;
	font-w
}

/*見出し別（サイズ、行間設定）*/
h1 {
	font-size: 18px;
	line-height: 130%;
	font-weight: bolder;
	color: #000099;
}
h2 {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #0066CC;
}
h3 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #3366FF;
}
h4 {
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #009999;
}

/*タイプ別フォント（サイズ、行間設定）*/
.c-copy {
    font-size:10px;
    line-height: 150%;
}
.writing {
    font-size: 12px;
    line-height: 150%
}
.read {
    font-size: 12px;
    line-height: 150%;
}
.read_sm {
    font-size: 11px;
    line-height: 140%;
}
.hedading {
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
}
.subheading {font-size: 12px;
    line-height: 150%;
    font-weight: bold;
}
.catch {
    font-size: 14px; 
    line-height: 150%;
    font-weight: bold;
}
.topheda {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    width: 100%;
    position: relative;
    left: 16px;
}

/*リンク設定*/
a:link {
    color: #003399;
    text-decoration: none;
}
a:hover {
	background: #FFCC99;
	text-decoration: none;
	color: #FF3333;
}
a:active {
    color: #0099FF;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}

/*フォーム設定*/
.form0 {
    border : 1px #000099 dotted;
    background-color: #FFCC99
}
ul {
	list-style-image: url(../image/point.gif);
}
