<style type="text/css">

a	{color: #017acd}

/* container */
div#container	{width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{background-color: #017acd;
	background-image: url(sakurajima.jpg);
	padding: 10px 10px 80px}

div#header h1	{margin: 0}

div#header p	{color: #ffffff;
	font-size: 0.75em;
	margin: 0}

/* bread */
p#bread	{font-size: 0.75em;
	margin-top: 3px;
	margin-bottom: 30px}


/* main */
div#main	{width: 574px;
	float: left}

/* content */
div#content	{width: 388px;
	float: right;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #014471;
	background-image: url(bbar.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0;
	margin-bottom: 0}

div#content h3	{background-color: #e0e0e0;
	background-image: url(ybar.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 23px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

/* メニュー */
p#menu	{font-size: 1em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px}

/* sidebar */
div#sidebar	{width: 166px;
	float: left;
	margin-bottom: 25px}

ul.sidemenu	{font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #0000ff;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px}

ul.sidemenu li a:hover	{background-color: #3377ff}

ul.sidemenu ul 	{margin: 0;
	padding: 0}

ul.sidemenu ul li a 	{background-color: #ffffff;
	color: #000000;
	border-bottom: solid 1px #aacfff;
	line-height: 24px}

ul.sidemenu ul li a:hover 	{background-color: #9955dd}


/* sidebar-right */
div#sidebar-right	{width: 166px;
	float: right}

div.info	{border: solid 1px #8cc63f;
	margin-bottom: 20px}

div#sidebar-right h2	{background-color: #ccffaa;
	border-bottom: solid 1px #8cc63f;
	color: #335511;
	font-size: 0.75em;
	text-align: center;
	padding: 2px;
	margin-top: 0;
	margin-bottom: 3px}

div#sidebar-right p.photo	{text-align: center}

div#sidebar-right p	{font-size: 0.75em;
	margin: 10px 2px}

div#sidebar-right ul	{font-size: 0.75em;
	margin: 5px;
	padding: 0}

div#sidebar-right ul li 	{background-image: url(gsphere.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 13px;
	list-style-type: none}



/* footer */
div#footer	{background-image: url(bline.png);
	background-repeat: repeat-x;
	width: 760px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	text-align: center}

</style>