
a	{color: #017acd}

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

/* ヘッダー */
div#header	{background-color: #ffffff;
	background-image: url(pic_head.jpg);
	background-repeat: no-repeat;
	background-position: right ;

	padding: 0px 10px 0px} 

div#header h1	{margin: 0}

div#header a:hover	{color: #ff0000;
	background-color: #ffffff;}
 
 
p.big	{color: #ff66cc;
	font-size: 2.5em;
	margin: 0}
 
p.small	{color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	}
/*-----------------------------------------------*/

/* メニュー 00*/
ul#menu00	{font-size: 0.7em;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
	padding-left: 0;
	height: 30px;
	width: 640px;
	font-weight:bold;
	}

ul#menu00 li	{list-style-type: none;
	float: left;
}

ul#menu00 li a	{display: block;
	border-radius:6px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);

	width: 40px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #CC99CC;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	margin-right: 5px;
	background-image: -moz-linear-gradient(top, #fff , #f60);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),to(#f60));
	background: linear-gradient(to bottom, #fff, #f60) ; 
}

ul#menu00 li a.current {background-color: #FF6633;
	color:blue;}

ul#menu00 li a:hover	{
/*	background-color: #ff0000; */
	color: #ff0000;
}

/*-----------------------------------------------*/


/* メニュー */
ul#menu	{font-size: 0.75em;
	margin-top: 1px;
	margin-bottom: 40px;
	margin-left: 0;
	padding-left: 0;
	height: 34px;
	width: 759px;
	background-color: #CC99CC}

ul#menu li	{list-style-type: none;
	float: left}

ul#menu li a	{display: block;
	width: 83px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color: #CC99CC;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff}

ul#menu li a.current {background-color: #FF6633;}

ul#menu li a:hover	{background-color: #017acd}


/* コンテンツ */

p.sample1 {width:450px; 
	white-space: normal}

p.sample1 {margin-left: 80px}

div#content	{width: 756px;
	margin-left: auto;
	margin-right: auto;
	line-height:1.4em;
	color: darkblue;}

div#content h1	{
	color: #3399CC;
	font-size: 1.8em;
	text-align: center}

div#content h2	{background-color: #ffcccc;
	background-repeat: no-repeat;
	border-right: solid 2px #000000;
	font-size: 1.5em;
	width: 250px;
	color: #003366;
	line-height: 30px;
	padding-left: 12px;
	margin-bottom: 0}

div#content h3	{background-color: #66cdaa;
	background-repeat: no-repeat;
	border-right: solid 2px #000000;
	font-size: 1.5em;
	width: 250px;
	color: #003366;
	line-height: 30px;
	padding-left: 12px;
	margin-bottom: 0}

div#content p	{font-size: 0.9em;
	line-height: 1.6;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 12px}

 
/* フッター */
div#footer	{font-size: 1.6em;
	color: #ffffff;
	background-color: #005087;
	margin-top: 25px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 6px}

div#footer a { text-decoration: none ;
	color: #ffffff}
div#footer a:visited { color: #ffffff }
div#footer a:hover {color:#ffff00 }
div#footer a:hover {text-decoration: underline }
