	*{
	margin: 0px;
	padding: 0px;

}
body {
	background-color:#FFE6F2;
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
	color: #999999;
	margin: auto;
	border-top-color: #FFCCFF;
}
/* Anchors */
a:link, a:visited {
    background-color: #ffffff;
    color: #FF66FF;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
    background-color: #ffffff;
    color: #ff0000;
    text-decoration: underline;
}

img {
    border: 0;
}

/*page部分*/
div#page {
	text-align: left;
	width: 680px;
	margin: 0px auto 0px auto;
	background: #FFFFFF;
}

/*ヘッダー部分*/
div#head {
	height: 150px;
	margin: 20px 0px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/jidougazou.gif);
	background-position: center;
}


/*main部分*/
div#main {
	width: 480px;
	float: right;
	border-left: #FF99FF solid 1px;
/*	margin: 0px 0px 20px 0px;*/
	padding: 0px 15px;
}

/*サイドバー部分*/
div#submenu {
	width: 159px;
	padding: 3px;
	float: left;
	

}
div#submenu ul.menu {
	margin: 0px;
	list-style: none;
}

div#submenu li.menu a:link, a:visited {
	background-color: #FFccFF;
	color: #333333;
	padding: 3px 10px;
	display: block;
	font-size: 1em;
}

div#submenu li.menu a:hover {
	background-color: #FFeeFF;
	padding: 3px 10px;
	color: #FF99FF;
	font-size: 1em;
}

div#submenu a.normal:link, a.normal:visited {
    background-color: #ffffff;
    color: #FF66FF;
	font-weight: normal;
	text-decoration: none;
}

div#submenu a.normal:hover {
    background-color: #ffffff;
    color: #ff0000;
    text-decoration: underline;
}

li.menu {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.8em;
	margin-bottom: 3px;
}

div#submenu p{
	line-height: 1.2em;
}

div#submenu h2 {
	background-color: #FFCCFF;
	color: #333333;
	font-weight: normal;
	font-size: 16px;
	border-bottom: #CCCCCC solid 1px;
	margin-top: 5px;
	padding: 0 10px;
}

div#foot {
	border-top: 1px solid #790A06;
	padding: 10px;
	text-align: center;
	clear: both;
	margin: 0px;
}
div#foot p{
	margin: 5px 0px;
}
strong {
	color: #CC3333;
}
strong.stronger {
    font-size: 1.2em;
    font-weight: bold;
	color: #333333;
}

h1 {
	font-size: 0.6em;
	color:#666666;
	text-align: left;
	padding: 5px 10px 0px 15px;
	font-weight: normal;
}

h2 {
	background-color: #FFCCFF;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	border-bottom: #CCCCCC solid 1px;
	margin-top: 5px;
	padding: 0 10px;
}

h3 {
	font-size: 1.0em;
    font-weight: bold;
    color: #333333;
	padding: 0 7px;
}

h4 {
    font-weight: bold;
	margin: 0px 40px 0px 40px;
	color: #333333;
	padding: 0px 0px 5px;
}

p {
	margin: 10px 10px;
	color: #333333;
}

.s_text {
	font-size: 0.8em;
}

.txt_big {
	font-size:16px;
	border-bottom:#FF66FF solid 1px;
	color:#FF66FF;
	font-weight:bold;
}

.clear {
	clear:both;
}

.16 {font-size: 16px}

.midashi{
	color: #FF66FF;
	font-size: 1px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF99FF;
}

.center {
	text-align: center;
}
