* {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック', Arial, Helvetica, Sans-serif;
	font-size:10pt;
	color:#666;
}

a#home_link {
    display: block;
    width:150px;
    height:35px;
    text-indent:-1000px;
    background-image:url("/images/menu/top_nav_home.png");
}

a#home_link:hover {
    background-position:top right;
}

a#himerians_tv_link {
    display: block;
    width:150px;
    height:35px;
    text-indent:-1000px;
    background-image:url("/images/menu/top_nav_himerians_tv.png");
}

a#himerians_tv_link:hover {
    background-position:top right;
}

a#himerians_link {
    display: block;
    width:150px;
    height:35px;
    text-indent:-1000px;
    background-image:url("/images/menu/top_nav_himerians.png");
}

a#himerians_link:hover {
    background-position:top right;
}
a#presents_link {
    display: block;
    width:150px;
    height:35px;
    text-indent:-1000px;
    background-image:url("/images/menu/top_nav_presents.png");
}

a#presents_link:hover {
    background-position:top right;
}
a#contact_link {
    display: block;
    width:150px;
    height:35px;
    text-indent:-1000px;
    background-image:url("/images/menu/top_nav_contact.png");
}

a#contact_link:hover {
    background-position:top right;
}

div.bg_pink {
	background-color:#fdd;
	width:600px;
}

div.bg_white {
	background-color:#fff;
	width:600px;
}

div.fighter {
	float:left;
	width:180px;
	height:240px;
}

div.latest_entries {
	width:610px;
	margin-left:10px;
}

img.blog_banner {
	border:solid 1px #000;
}

li.top_menu {
	float:left;
}

p.margin10 {
	margin-top:10px;
	margin-bottom:10px;
}

p.new_entry {
	font-size:0.9em;
}

p.new_entry_date {
	text-align:right;
	font-size:0.8em;
}

span.alert {
	font-weight:bold;
	color:red;
}

span.required {
	font-weight:bold;
	color:#903;
	font-size:14pt;
}

ul#top_menu {
    list-style-type:none;
    margin:0px;
    padding:0px;
}


#latest_blog {
	width:640px;
	height:300px;
}
#news {
	width:640px;
	height:200px;
}


