﻿@charset "utf-8";
body  {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #FFF;
	background-color: #FFF;
	background-image: url(sun/bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, ol, ul, li, tr, th, td {
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
}
/*******************************************

link style

*******************************************/
a:link {
	color: #FFE600;
	text-decoration: none;
}
a:visited {
	color: #FFE600;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFE600;
	text-decoration: none;
}
/*---------SIDE_LINK---------*/
.highlight a:hover *{
	filter: alpha(opacity=70);
	-moz-opacity:0.50;
	opacity:0.80;
}
/*******************************************

HEADER

*******************************************/
#headmenu {
	width: 960px;
	height: 43px;
	margin: 0 auto 0 auto;
}
/*----------a----------*/
#headmenu_a a {
	width: 160px;
	height: 31px;
	display: block;
	float: left;
	background-image: url(sun/headmenu/headmenu_a.png);
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
#headmenu_a a:hover {
	width: 160px;
	height: 31px;
	display: block;
	float: left;
	background-image: url(sun/headmenu/headmenu_a_h.png);
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
/*----------b----------*/
#headmenu_b a {
	width: 160px;
	height: 31px;
	display: block;
	float: left;
	background-image: url(sun/headmenu/headmenu_b.png);
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
#headmenu_b a:hover {
	width: 160px;
	height: 31px;
	display: block;
	float: left;
	background-image: url(sun/headmenu/headmenu_b_h.png);
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
/*----------c----------*/
#headmenu_c a {
	width: 160px;
	height: 31px;
	display: block;
	float: left;
	background-image: url(sun/headmenu/headmenu_c.png);
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
#headmenu_c a:hover {
	width: 160px;
	height: 31px;
	display: block;
	float: left;
	background-image: url(sun/headmenu/headmenu_c_h.png);
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
/*******************************************

container base

*******************************************/
#container {
	clear:both;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(sun/images/border_02.png);
}
#sidebar {
	float: left;
	width: 242px;
	padding: 0 26px 40px 26px;
	font-size: 90%;
}
#mainContent {
	margin: 0;
	padding: 0 26px 20px 23px;
	width: 617px;
	float: right;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0;
}
/*******************************************

side

*******************************************/
.date {
	margin: 20px 0 40px 0;
}
#sidebar img {
	margin: 5px 0 5px 0;
}
#profile {
	margin: 0 0 30px 0;
	padding: 0 5px 0 5px;
}
.sizeup5per {
	font-size: 105%;
}
#profile img {
	margin: 0;
}
#profile li {
	list-style-type: none;
	margin: 7px 0 0 0 ;
}
#profile span {
	margin:  0 0 0 14px;
}
/*******************************************

main

*******************************************/
#before_menu {
	width: 617px;
	font-size: 90%;
	margin:20px 0 40px 0;
}
#maintitle_1 {
	width: 602px;
	color: #FFF;
	background-image: url(sun/title_1.png);
	height: 33px;
	padding: 7px 0 0 15px;
	font-size: 110%;
}
#main_1_text {
	padding: 20px 20px 20px 20px;
	text-align: left;
}
#main_1_text p {
	margin: 10px 0 40px 18px;
	font-size: 90%;
}
#main_1_textFooter {
	padding: 30px 15px 0 0;
	font-size: 95%;
	text-align: right;
}
/*******************************************

footer

*******************************************/
#border_bottom {
	background-image: url(sun/images/border_03.png);
	height: 20px;
	width: 960px;
	margin: 0 auto 0 auto;
}
#copyright {
	width: 960px;
	color: #608C42;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin: 15px auto 0 auto;
}
#copyright a {
	color: #608C42;
}
.sizeup15per {
	font-size: 115%;
}
