 /******* ezLog style ****************
  *       http://skillet.jp/          *
  *************************************
  */

/*--------構造----------------------------
body
|--header
|--left
|--right
	|--main
		|--main-content
|--bottom
	|--footer
-----------------------------------------*/


/* -- 全体 -- */

 body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333333;/* 濃いグレー */
	background-color : #ffffff;/* しろ */
}


/* -- ↓いまのところいらない
 a:link {
	color: #00ff00;
}
 a:active {
	color: #339999;
	text-decoration: none;
}
 a:visited {
	color: #339999;
	text-decoration: none;
}
 a:hover {
	background-color: #9bff39 ;
	text-decoration: none; 
}
↑いまのところいらない -- */

.c { text-align: center;}

.r { text-align: right;}

 pre {
	margin: 10 10 0 20;
	padding: 0px;
	font-size: 16px;
	line-height: 120%;
}

 tr,td { font-size: 16px; }

 td a:link { text-decoration: none; }

.tb { margin-top: 6 ;}  /* テーブルを入れるコンテナ・必須　padding,marginで右余白指定したブロックでの不都合解消のため */



/* -- ヘッダー -- */
.header {
	width:100%;
	margin: 0px 0px 10px 0px;
	padding: 40px 20px 10px 16px;
	font-size: 12px;
}

 h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: bold ;
	color: #ffffff;  
}
 h1 a:link, h1 a:active, h1 a:visited {
	color: #ffffff; /* 青 */
	text-decoration: none;
}
 h1 a:hover {
	color: #0000ff;/* 青 */
	text-decoration: underline; 
}

.h1message {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
}


/* -- 左メニュー -- */
/*
.left {
	float:left;
	width:180;
	margin:4 0 0 6 ;
	padding: 1 1 1 1;
	overflow: hidden ;
	background-color: #D9F2FF;/* うすピンク */
}

.left a:link, .left a:active, .left a:visited {
	color: #000000;/* くろ */
	text-decoration: none;
}

.left a:hover {
	color: #FF6600;/* 濃いみどり */
	text-decoration: underline; 
}

.left h2 {
	font-size: 14px;
	margin: 10 10 8 10;
	padding: 5 10 4 10;
	text-align: left; color:#0066FF;
	background-color: #ffffff;/* しろ */
	border: 1px solid #0066FF;/* 茶 */
}

.left ul{
	padding-top: 10px ;
	padding-right: 10px ;
	padding-left: 10px ;
	margin-left: 30px ; /* -- ここでマージン指定 -- */
	margin-bottom: 40px ; /* -- ここでマージン指定 -- */
}
.left li{
	padding-bottom: 10px ;
	font-size: 16px;
}

.left .sage {
	margin: 0 6 0 6;
	font-size: 14px;
	text-align: justify; text-justify: inter-ideograph;
}

.left .cont {
	font-size: 14px;
	line-height: 150%;
	text-align: justify; text-justify: inter-ideograph;
	margin: 6 4 14 5;
	background-color: #D9F2FF;/* うすピンク */
}

.left pre {
	margin: 2 0 0 0;
	padding: 4px;
	font-size: 16px;
	line-height: 140%;
}

.left ul, .left ol{
	margin-top: 0;
}
*/

/* -- 右メイン -- */

.right {
	margin-left:10px; /* 右エリアmainブロックを入れるコンテナとしてのみ存在 */
	padding: 10px 16px 10px 10px; /* padding-top で左ブロックの上位置調整 rightの値はNS用に設計値に+10 */
}

.main {
	/* width : 100% ; rightブロックに100%のtableを入れるため必要。 */
	/*overflow: hidden ; 大きなtable,imageなどでの表示崩れ防止-IEのみ */
	padding: 10px 10px 10px 10px; /*FireFoxで崩れ発生 使用不可 */
	padding-right : 10px; /* NS対策必須 */
	background:#ffffff;
}

.main-content {
	width : 100% ; /* rightブロックに100%のtableを入れるため必要。すべてのコンテンツは、このブロックに入れる */
	overflow: hidden ;  /* 大きなtable,imageなどでの表示崩れ防止-IEのみ */
	padding: 10px 10px 10px 10px;
	padding-right : 10; /* NS対策 */
/*	background:#ffffff; */
	font-size:14px;
	line-height:140%;

}

.main-content h2 {
	text-align:center;
	font-size: 18px;
	margin: 26px 0px 0px 0px;
	padding: 6px 0px 4px 14px;
	background-color: #effdfe;
	border: 1px solid #0066ff;
	color: #0066ff;
}

.main-content h3 {
	font-size: 16px;
	margin: 30px 0px 0px 15px;
	padding: 2px 0px 2px 10px;
	color: #0066ff;
	border-bottom: 1px solid #0066FF;
 border-left: #0066FF 12px solid; 
}

.main-content h4 {
	font-size: 16px;
	margin: 30px 0px 0px 15px;
	padding: 0px 5px;
	color: #333333;
}
.main-content .cont {
	font-size: 16px;
	line-height: 120%;
	text-align: justify; text-justify: inter-ideograph;
	margin: 10px 10px 0px 20px;
	background-color : #ffffff;/* しろ */
}
.main-content .cont a:link {
	color: #3333ff;/* きみどり */
	text-decoration: none;
}
.main-content .cont a:visited {
	color: #3333FF;/* みどり */
	text-decoration: none;
}
.main-content .cont a:hover {
	background-color: #99FFFF;
	text-decoration: none;
	color: #000000;
}

.main-content .sage {
	margin: 5px 10px 0px 50px;
	padding: 10px;
	font-size: 16px;
	line-height: 140%;
	text-align: justify; text-justify: inter-ideograph;
}
.main-content .sage a:hover {
/* 	background-color: #ccccff ; */
	text-decoration: none;
}

/* -- ezlog -- */

.ezlog {
	border:1px solid;
	border-color:#dd8800 #444444 #666666 #dd9900;
	font-size: 11px;
	/*font-weight: bold;*/
	color:#ffffff; 
	background-color:#d2691e;
	text-decoration: none;
	text-align: right;
	padding:0px 5px 0px 20px;
}



/* -- フッター -- */
.bottom {
	clear: both;
	width:100%;
	margin-top:10;
	padding: 10px 10px 10px 10px;
	background-color: #3399FF ;/* 水色 */
	font-size:12px;
}

.footer {
	margin-top: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
.footer a:link, .footer a:active, .footer a:visited {
	color: #ffffff;/* 白 */
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;/* 白 */
	text-decoration: underline; 
}


/* -- 2006/04/06変更　ma -- */
