@charset "Shift_JIS";

body {
	font-size: 0.9em;
	font-family: serif;
	line-height: 1.2em;
	margin-left: 2em;
	margin-right: 2em;
	color: #333;
}

a  {
	padding: 0 2px 0 2px ;
	background-color: #FFF;
	text-decoration: none;
}

a.img  {
	padding: 0;
}

a:link    {
	color: #00CCFF;
}
 
a:visited {
	color: #CC99FF;
}   

a:hover, a:active   {
	color: #9900FF;
} 

h1 {
	margin-top: 2em;
	margin-bottom: 1.2em;
	font-size: 2em;
}

h1.none {
	display: none;
}

h2 {
	font-size: 1.3em;
	padding-left: 18px;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	margin: 20px 0 15px 40px;
}

h2.mini {
	font-size: 1em;
}


h3 {
	font-size: 1em;
	padding-left: 18px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	margin: 20px 0 15px 70px;
}


p.menu  {
    padding: 0 2px 0 15px ;
	text-decoration: none;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
}

p.menu02  {
    padding: 0 2px 0 15px ;
	text-decoration: none;
	background-image: url(img/menu_02.gif);
	background-repeat: no-repeat;
}

p.menu03  {
	font-size: 0.8em;
	padding: 0 2px 0 15px ;
	text-decoration: none;
	background-image: url(img/menu_03.gif);
	background-repeat: no-repeat;
}

p.menu_top  {
	padding: 0 2px 0 22px ;
	text-decoration: none;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
}


/* CONTAINER */

#container {
	width: 800px;
}

/**/


/* CONTENT INNER */

#contentInner {
	float: right;
	width: 600px;
	margin-top: 1em;
}

#menu {
	float: left;
	width: 200px;
}

div.h2Inner {
	margin: 0 0 30px 70px;
}

div.h3Inner {
	margin: 0 0 30px 100px;
}

div.top {
	text-align: right; 
	font-size: 0.9em;
}

div.next {
	text-align: right;
}

/**/


/* CONTENT FOOTER */

#contentFooter {
	text-align: right;
	margin: 4em 0 2em 0;
}

#copyright {
	font-size: 0.8em;
	color: #CCC;
}

/**/


.small {
	font-size: 0.8em;
}

.big {
	font-size: 1.2em;
}
