body {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}

/*---------- タイトル ----------*/
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16pt;
	color: #A84631;
	padding: 2px;
	margin: 10px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A84631;
}
h3 {
	font-size: 14pt;
	background: url("../img/connect.png") no-repeat center left;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding:0px 10px 0px 20px;
	line-height: 120%;
	color: olivedrab;
}
h4 {
	font-size: 13pt;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	padding: 6px 15px;
	color: darkgreen;
}
h5 {
	font-size: 12pt;
	color: white;
	background-color: olivedrab;
	margin: 0px;
	padding: 6px 4px;
}
h6 {
	font-size: 10pt;
	margin: 0px;
	padding: 5px 5px 2px;
}

/*---------- リンク ----------*/
a img {
    border-style:none;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: olivedrab;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: olivedrab;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF3300;
}

/*---------- レイアウト ----------*/
#container {
    width: 900px;
    margin: 0 auto;   /* 幅固定でセンタリング */
    background-color: #F3FFE8;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 60px;
	background-color: forestgreen;
	background-position: 300px;
	position:relative;
}

#header .tagline {
	color: white;
	position: absolute;
	top: 10px;
	right:30px;
}

#left_block {
    float: left;
    width: 180px;     /* floatにwidth 指定は必須 */
    padding: 5px;
}
#center_L1_block {
    float: left;
    width: 510px;
    padding: 5px;
    background-color: #FFFFFF;
}
#center_L2_block {
    float: left;
    width: 690px;
   	height: 100%;
    padding: 5px;
    background-color: #FFFFFF;
}
#right_block {
    float: left;
    width: 170px;
    padding: 10px;
}
#footer {
    clear: both;      /* floatをクリア */
	padding-top: 15px;
	height: 30px;
	font-size: small;
	text-align: center;
	background-color: #B2FF99;
}


/*---------- 枠 ----------*/
.f1 {
	line-height: 160%;
	color: #333333;
	margin: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.f2 {
	line-height: 160%;
	color: #333333;
	margin: 5px 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #C7AF7F;
}
.f3 {
	line-height: 160%;
	color: #333333;
	margin: 5px 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dotted #C7AF7F;
}
.f4 {
	line-height: 160%;
	color: #333333;
	margin: 5px 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #C7AF7F;
	background-color: #F5F1E9;
}


/*---------- ボックス ----------*/
.side_box{
	border: solid 1px olivedrab;
	padding: 1px;
}
.side_box dt{
	color: white;
	background-color: olivedrab;
	font-weight: bold;
	margin: 0;
	padding: 4px 0.5em;
}
.side_box dd{
	background-color: white;
	margin: 0;
	padding: 0.5em;
	line-height: 150%;
}

/*---------- メニュー ----------*/
a.menu {
	color: #339900;
	text-decoration: none;
	display: block;
	border: 1px solid #339900;
	padding: 5px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
a.menu:link {
	background-color: #FFFFFF;
}
a.menu:visited {
	background-color: #FFFFFF;
}
a.menu:hover {
	background-color: #E9FFE1;
}


/*---------- 更新履歴 ----------*/
div.update {
	line-height: 120%;
	padding: 5px;
	margin: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: small;
}
div.update .item {
	padding: 5px 0px;
	border-bottom: 1px dotted #999999;
}



/*---------- 更新履歴 ----------*/

table.item {
	width: 95%;
	line-height: 160%;
	margin: 5px;
	padding: 5px 15px;
	border-bottom: 1px dotted #999999;
}
table.item a {
	font-weight:bold;
	font-size: 13pt;
}

table.content-layout {
	width: 100%;
	line-height: 120%;
	margin: 0px 15px;
}

/*---------- プロフィール ----------*/
table.profile-table {
	width: 550px;
	color: #444444;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

table.profile-table th {
	width: 100px;
	vertical-align: top;
	background-color: #F5F5F5;
	border-bottom: solid 1px #CCCCCC;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

table.profile-table td {
	border-bottom: solid 1px #CCCCCC;
	margin: 5px;
	padding: 5px;
	text-align: left;
}

/*---------- 提言 ----------*/
table.proposal-table {
	width: 100%;
}
table.proposal-table th {
	font-size: 10pt;
	width: 100px;
	text-align: left;
}