/*基本のデザイン*/

a	{color: #017acd}

/* コンテナ */
div#container	{
		
		background-position: right top;
		border: solid 1px #666666;
		width: 760px;
		margin-left: auto;
		margin-right: auto
		}

div#container p	{
		font-size: 0.9em;
		line-height: 1.6;
		margin: 30px
		}


img 		{
   		 border-style:none;
		}


img.left	{
		float:left;
		margin-left:5px;
		margin-right:10px;
		}

img.right	{
		float:right;
		margin-right:5px;
		margin-left:10px;
		}
				

/* ヘッダー */
div#header	{
	
		background-color: #017acd;
		background-image: url(../sky-blue.gif);
		border-bottom: solid 1px #666666;
		padding: 15px 20px 10px}


/* コンテンツ */


div#con h2	{
		background-color: #014471;
		font-size: 1em;
		color: #ffffff;
		line-height: 28px;
		padding-left: 6px;
		margin-top: 0px;
		margin-bottom: 0
		}



div#con p	{
		font-size: 1em;
		line-height: 1.6;
		margin-top: 10px;
		margin-left:0px
		}

div#con		{
		margin-left:50px;
		margin-right:50px;
		font-size:0.9em;
		line-height: 1.6;
		
		padding:10px;
		}

div#gray	{
		background-color: #ffffff;
		border:solid 1px #cccccc;
		padding:15px;
		
		}

table.ex	{
		
		border-collapse: collapse;
  
		}

table.ex td  {
  padding: 6px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 } 



div#con p.blue	{
		border:solid 1px #014471;
		margin:0px;
		padding:5px;
		background-color: #F5F5DC;
		}

div#frame	{border: solid 1px #666666;
		padding-left: 30px;
		padding-right: 30px;
		height: 250px;
		overflow: scroll;
		font-size: 0.9em;
		line-height: 1.6;
		margin-left:50px;
		margin-right:50px;
		font-size: 0.9em;
		}


ul#menu	{font-size: 0.75em;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-left: 0;
	height: 30px;
	background-color: #005087}

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

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

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

ul#menu li.menulast a	{border-right: none}


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

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



/* フッター */
div#footer	{
		background-color: #ffffff;
		background-image: url(../sky-blue.gif);
		background-position: right bottom;
		background-repeat: repeat-x;
		border-top: solid 1px #666666;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
		clear: both
		}

address		{
		font-size: 0.8em;
		font-style: normal;
		color: #000000;
		text-align: left;
		padding: 3px
		}




