/* CSS Document */

body {
	color: #333333;
	background: #FCF5E4;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height:1.2em;
	width:720px;
	font-size:small;
}

.class_chara  { 
    background: #FCF5E4 url(./img/bg_chara.gif);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position: 100% 50%;
}
.class_chara1 { background: #FCF5E4 url(./img/bg_chara1.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}
.class_chara2 { background: #FCF5E4 url(./img/bg_chara2.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}
.class_chara3 { background: #FCF5E4 url(./img/bg_chara3.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}
.class_chara4 { background: #FCF5E4 url(./img/bg_chara4.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}
.class_chara5 { background: #FCF5E4 url(./img/bg_chara5.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}
.class_chara6 { background: #FCF5E4 url(./img/bg_chara6.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}
.class_chara7 { background: #FCF5E4 url(./img/bg_chara7.gif); background-repeat:no-repeat; background-attachment:fixed; background-position: 100% 50%;}

a { color:#3EA3C3; text-decoration: none; font-weight:bold; }
a:hover { color:#3EA3C3; text-decoration:underline; font-weight:bold; }

th {
	color:#333333;
	background-color:#C9DFDB;
}

td {
	background: transparent;
	text-align:left;
	padding: 4px;
}

.th0 { color:#FCF5E4; background-color:#8AC3D0; }

h3 { line-height:1.4em; }

.col_red { color:#FF0000; }

#content {
	float: left;
	margin: 0px 0px 0px 2px;
	width: 764px;
	background: url(./img/menu_bg.gif);
	background-repeat:repeat-y;
}

#side {
	margin: 0px;
	width: 122px;
	text-align: center;
}

#top {
	float:left;
	margin: 1px;
	padding: 4px;
	width:640px;
	text-align:center;
	background-color: #8AC3D0;
}

#main {
	float:right;
	margin: 0px;
	padding: 0px;
	width: 640px;
	text-align:center;
}

#whatsnew {
	position:absolute;
	left: 140px;
	width: 200px;
	top: 290px;
	background: red;
}

#lowmain {
	float:right;
	margin: 0px;
	padding: 0px;
	height: 640px;
	width: 640px;
	text-align:center;
}

#colmain {
	float: left;
	padding: 12px;
	margin: 1px;
	width: 640px;
	text-align:center;
	font-size:medium;
}

#colmaintop {
	float:right;
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 800px;
	text-align:center;
}

#footer {
	float: left;
	margin: 0px;
	width: 840px;
	color:#FCF5E4;
	text-align:center;
	background-color: #8AC3D0;
}

/* top */
#top a { color:#FCF5E4; text-decoration: none; }
#top a:hover { color:#356680; text-decoration:underline; }

/* menu */
ul#menu {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 120px;
	list-style: none;
}

ul#menu li {
	display: block;
	margin: 0;
	padding: 0;
	font-size: small;
}

ul#menu li a {
	display: block;
	height: 40px;
	padding: 2px 2px 0px 0px;
	color: #FCF5E4;
}

ul#menu li a:hover {
	display: block;
	height: 40px;
	padding: 2px 2px 0px 0px;
	color: #FCF5E4;
}

li#menu_top      a { background: url(./img/top.gif); background-repeat:no-repeat; }
li#menu_gaiyou   a { background: url(./img/gaiyou.gif); background-repeat:no-repeat; }
li#menu_aisatsu  a { background: url(./img/aisatsu.gif); background-repeat:no-repeat; }
li#menu_seisaku  a { background: url(./img/seisaku.gif); background-repeat:no-repeat; }
li#menu_saiyou   a { background: url(./img/saiyou.gif); background-repeat:no-repeat; }
li#menu_column   a { background: url(./img/staff_clm.gif); background-repeat:no-repeat; }
li#menu_link     a { background: url(./img/link.gif); background-repeat:no-repeat; }
li#menu_toiawase a { background: url(./img/toiawase.gif); background-repeat:no-repeat; }
li#menu_oshirase a { background: url(./img/oshirase.gif); background-repeat:no-repeat; }
li#menu_logoket  a { background: url(./img/logocket.gif); background-repeat:no-repeat; }

li#menu_top      a:hover { background: url(./img/top_on.gif); background-repeat:no-repeat; }
li#menu_gaiyou   a:hover { background: url(./img/gaiyou_on.gif); background-repeat:no-repeat; }
li#menu_aisatsu  a:hover { background: url(./img/aisatsu_on.gif); background-repeat:no-repeat; }
li#menu_seisaku  a:hover { background: url(./img/seisaku_on.gif); background-repeat:no-repeat; }
li#menu_saiyou   a:hover { background: url(./img/saiyou_on.gif); background-repeat:no-repeat; }
li#menu_column   a:hover { background: url(./img/staff_clm_on.gif); background-repeat:no-repeat; }
li#menu_link     a:hover { background: url(./img/link_on.gif); background-repeat:no-repeat; }
li#menu_toiawase a:hover { background: url(./img/toiawase_on.gif); background-repeat:no-repeat; }
li#menu_oshirase a:hover { background: url(./img/oshirase_on.gif); background-repeat:no-repeat; }

div#col120 {width:120px;margin:8px;clear:both;}
div#col240 {width:240px;margin:8px;clear:both;}
div#col320 {width:320px;margin:8px;clear:both;}

div#col120c {width:120px;margin:8px;}
div#col240c {width:240px;margin:8px;}
div#col320c {width:320px;margin:8px;}

div#col120l {width:120px;margin:8px;float:left;}
div#col240l {width:240px;margin:8px;float:left;}
div#col320l {width:320px;margin:8px;float:left;}

div#col120r {width:120px;margin:8px;float:right;}
div#col240r {width:240px;margin:8px;float:right;}
div#col320r {width:320px;margin:8px;float:right;}

.waku { color:#FCF5E4; background-color:#8AC3D0; text-align:center; }
.waku th { color:#FCF5E4; background-color:#8AC3D0; }
.waku td { color:#000000; background-color:#FCF5E4; }

.column { 
	margin: 0px 0px 0px 10px;
	font-size:1.2em;
	line-height:1.5;
}

.column h2 { 
	margin: 10px 0px 0px 10px;
	font-size:1.2em;
}

.column h3 { 
	margin: 0px 0px 0px 10px;
	font-size:1.2em;
}

.smallrect {
	text-align:left;
	margin: 0px 50px 0px 50px;
}

.owabi {
	text-align:left;
	margin: 0px 50px 0px 50px;
	font-size:1.1em;
	line-height:1.1em;
}

