@charset "utf-8";
/* CSS Document */

img {border-style:none;}

a {text-decoration:none;}

a:hover {color: #ff3366;}

span.red {color: #ff0000 }

span.aida1{font-size: 2.5px;}

span.aida2{font-size: 5px;} 

span.aida3{font-size: 10px;}

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;}

/* コンテンツ */
div#content	{
	width: 570px;
	float: right;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	}
 
div#content h1	{
	font-size: 2em;
	color: #005087;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	}
 
div#content h2	{
	color: #005087;
	padding-left: 0px;
	font-size: 1em;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
	}
	
	
div#content h3	{
	color: #C00;
	padding-left: 0px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
	}
	
	
div#content p	{
	color: #005087;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	}


/* サイドバー */
div#sidebar	{
	width: 166px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;}
	
p.photo	{
	margin-top: 0px;
	margin-bottom: 5px;}
	
	
ul.sidemenu	{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
	text-align: center;
	}

ul.sidemenu li	{
	list-style-type: none;}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 0px;
	text-align: center;
	}

ul.sidemenu li a:hover	{
	background-color: #017acd;}
	
