/*　01.09.2011　CSS分離　*/
/*　imagesﾌｫﾙﾀﾞ作成　url(〜)→url(images/〜)　*/
/*--------------------------*/

body {				
	font-size: 75%;		/*追加*/
	background-image: url(images/back-dark.png);
	background-color: #000066
	}

a	{color: #339933} /*#017acd*/

/* コンテナ */
div#container	{background-image: url(images/side-blue.png);
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: right top;
	width: 760px;
	margin-left: auto;
	margin-right: auto}

/* ヘッダー */
div#header	{
	background-color: #017acd;
	background-image: url(images/blue-sky.jpg);
	padding: 5px 20px 10px;		/*28→5,50→10*/
}	/*	上,右,下,左	*/	

div#header h1	{
	color: #00ff00;		/*追加*/
	font-size: 11px;	/*追加*/
	margin: 0;
	}

div#header p	{
	color: #ffffff;
	font-size: 0.75em;
	margin: 0;
	}

/* パンくずリスト */
p#bread	{background-color: #ffffff;
	font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 20px}


/* コンテンツ */
div#content	{width: 540px;
	float: left;
	margin-left: 15px;
	margin-right: auto;
	margin-bottom: 25px}

div#content h2	{background-color: #014471;
	background-image: url(images/bar-blue.png);
	background-repeat: no-repeat;
	font-size: 14px;	/*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(images/bar-green.png);
	background-repeat: no-repeat;
	font-size: 14px;	/*font-size: 0.875em;*/
	line-height: 23px;
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 0}

div#content p	{
	font-size: 13px;		/*font-size: 0.75em;*/
	color:#505050;
	line-height: 1.6;
	margin-top: 10px}

div#content p#message	{margin-top: 0	}


/* サイドバー */
div#sidebar	{width: 190px;
	float: right;
	margin-bottom: 25px}

div#sidebar p	{
	color: #ffffff;
	font-size: 11px;	/*font-size: 0.75em;*/
	line-height: 1.6;
	margin-top: 10px}	/*追加*/

div#sidebar h3 {
	color: #add8e6;
	font-size: 13px;	/*font-size: 0.75em;*/
	background: #00008b;
	border: 1px solid #00008b;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px}	/*追加*/

ul.sidemenu	{border-top: solid 1px #ffffff;
	font-size: 13px;	/*font-size: 0.75em;*/
	margin-top: 20px;
	margin-left: 12px;
	margin-right: 12px;
	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: transparent;
	border-bottom: solid 1px #ffffff;
	padding-left: 5px}

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

p.feed	{margin-bottom: 10px;
	margin-left: 12px;}

p.feed a	{background-color: #ffffff;
	font-size: 0.75em;
	color: #444444;
	text-decoration: none;
	line-height: 30px;
	border: solid 1px #888888;
	padding: 5px}

p.feed img	{border: none;
	vertical-align: middle}


/* フッター */
div#footer	{background-image: none;
	background-repeat: repeat-x;
	width: 190px;
	margin-left: 570px;
	margin-top: 0;
	padding-top: 8px;
	clear: both}

address	{font-size: 0.75em;
	font-style: normal;
	color: #ffffff;
	text-align: left;
	padding: 12px}


/*　.amaテーブル   TEST追加  <table class="ama">
------------------------------------------------------------------*/
.ama {
	border: 0;
		      		 /*width: 768px; 490px  */
	margin-top: 0.5em;
	margin-bottom: 0;	/*1em*/
	font-size: 11px;
	background: #ffffff;	/*2e2e2e*/
}

.ama td {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	width: 135px; 
}










