@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	margin: 0px;
	background-color: #003300;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	padding: 0px;
	color: #666666;
	line-height: 150%;
}

h1 {
	/*大見出し*/
	font-size: 20px;
	font-weight: bold;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-left: 5px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

h2 {
	/*中見出し*/
	font-size: 14px;
	font-weight: bold;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 1px;
}

h3 {
	/*小見出し（実線）*/
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-left: 3px;
	margin-bottom: 10px;
}
h4 {
	/*小見出し（ダッシュ）*/
	font-size: 12px;
	font-weight: bold;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-left: 3px;
	margin-bottom: 10px;
}
h5 {
	/*小文字*/
	font-size: 10px;
	text-decoration: none;
	font-weight: lighter;
	line-height: 120%;
}
.font16{
	font-size:16px;
	line-height: 200%;
	}
.diary-date {
	font-size: 11px;
	font-weight: bold;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006600;
	border-left-color: #006600;
	padding-left: 8px;
	font-family: Tahoma;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	background-color: #003300;
	color: #FFFFCC;
	border-right-width: 1px;
	border-right-style: solid;
	width: 130px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	vertical-align: middle;
	display: block;
}
.img_left{ }
p.text {
	/*通常テキスト段落*/
	margin-left: 15px;
	margin-top: 1px;
	margin-right: 15px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.box{
	/*強調する段落*/
  background-color: #EAEAEC;
	border-style: solid;
	border-width: 1px;
	border-color: #EDEDEF #BABABC #BABABC #EDEDEF;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 7px;
	display: block;
}

/*　<a>要素の設定（メニューリンク）*/
a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
}

a.main_link:hover{
	background-color:#006600;
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}

/*　<a>要素の設定　*/
a:active,a:visited,a:link {
	color:#009900;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#009900;
	display:inline;	
}

table.tbl_layout{
	border-collapse:collapse;
	/*border-spacing:0; IE未サポート*/
	background-color:#ffffff;
	/*empty-cells:show; IE未サポート*/
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-left-color: #006633;
}
.tbl_layout th{
	color:#003300;
	background-color:#669933;
	padding:1px;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006633;
	border-bottom-color: #006633;
}
.tbl_layout td{
	padding:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006633;
	border-bottom-color: #006633;
}

/*リストの設定*/
ul.ul_leftmenu {
	margin-top: 1px;
	list-style-type: disc;
	margin-left: 15px;
}
ul.ul_leftmenu li {
	margin-top: 1px;
}

ul.ul_square {
	margin-top: 1px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type: square;
}
ul.ul_square li {
	margin-top: 1px;
	margin-right: 15px;
	margin-left: 15px;
}
ul.ul_circle {
	margin-top: 1px;
	list-style-type: circle;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul.ul_circle li {
	margin-top: 1px;
	margin-right: 15px;
	margin-left: 15px;
}
ul.ul_decimal {
	margin-top: 1px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-type: decimal;
}
ul.ul_decimal li {
	margin-top: 1px;
	margin-right: 15px;
	margin-left: 15px;
}

/*****************************************************************
 >>>   Horizontal Area （メニューナビ下のエリアの設定）
******************************************************************/
td.horizontal_column {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

td.horizontal_center {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	height: 150px;
	display: table-cell;
	vertical-align: top;
	background-image: url(images/header_bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Arial, Verdana;
	font-size: 13px;
}


/*****************************************************************
 >>>   Decoration [Side]
******************************************************************/
td.shadow_right {
	background-image: url(images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
td.shadow_left {
	background-image: url(images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/*****************************************************************
 >>>   Main Contents [1]
******************************************************************/
td.left_content {
	width: 160px;
	padding: 5px;
	vertical-align: top;
	clear: both;
	display: block;
}
td.left_content input, td.left_content textarea {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #999999;
	}
.content50 {
	width: 50%;
	padding: 5px;
	vertical-align: top;
	clear: both;
}

.pagetop {
	color: #FFFF99;
	background-color: #009900;
	text-align: right;
	padding: 3px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #006600;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	background-position: right;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006600;
}
.left_iframe {
	height: 100px;
	width: 150px;
	border: 1px solid #006600;
}


td.body_content {
	padding: 5px;
	vertical-align: top;
	clear: both;
}

td.main_content_box {
	background-color: #FFFFFF;
	clear: both;
}


/*****************************************************************
 >>>   Sub Contents 
******************************************************************/
td.middle_spacer {
	width: 800px;
	background-color: #666666;
}

div.bottom_content{
	color: #CCCCCC;
	padding: 5px;
	font-size: 10px;
	line-height: 110%;
	font-family: Arial, Verdana;
}

td.below_header{
	background-color: #1F1F1F;
	height: 30px;
	padding: 10px;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
}

.line_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009900;
	margin: 20px;

}
.text_rowmargin {
	margin-top: 5px;
}
.update {
	height: 100px;
	width: 150px;
	overflow: auto;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #003300;
	line-height: 115%;
	font-family: Arial, Verdana;
}

