/*-------------------- 全称セレクタ -----------------*/

body {
	color:#4D4D4D;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}

p, li {
	font-size:0.9em;
	line-height:1.5em;
	}

a {
	text-decoration:none;
	}

a:link {
	color:#0000FF;
	}

a:visited {
	color:#0080FF;
	}

a:active {
	color:#FF0000;
	}
	
img {
	border-style:none;
	}
	
blockquote {
	font-size:0.9em;
	font-style:normal;
	margin:2em 3em;
	line-height:1.7em;
	color:#777777;
	}

/*-------------------- 共通のID -----------------*/

div#main {
	margin:auto;
	width:800px;
	background-color:#F2D8DF;
	text-align:left;
	padding:10px 20px;
	}

div#top_area h1 {
	float:left;
	margin-right:25px;
	}

div#top_area p {
	float:right;
	background-color:#FFFFFF;
	border:1px dotted #8C8C8C;
	width:170px;
	padding:5px;
	text-align:center;
	}

div#top_right {
	float:right;
	height:60px;
	padding-top:25px;
	}

div#top_right h2 {
	background-color:#FFC977;
	border:1px dotted #8C8C8C;
	padding:0.5em 2em;
	font-size:1em;
	text-align:center;
	}

div#middle_area {
	clear:both;
	margin-top:7px;
	}

div.text_area {
	border:1px dotted #C8C8C8;
	background-color: #FFFFCA;
	padding:0.5em 1em 0.5em;
	margin-bottom:7px;
	}

div.text_area h3 {
	font-size:1em;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	padding:0.2em 1em;
	}

div.text_area h4 {
	font-size:0.9em;
	border-bottom:1px dashed #C8C8C8;
	padding:0.2em 1em;
	}

div.text_area a:hover {
	color:#0000FF;
	background-color:#FFFF00;
	}

div.text_area_b {
	border:1px dotted #C8C8C8;
	background-color: #E6F3FF;
	padding:0.5em 1em 0.5em;
	margin-bottom:7px;
	}

div.text_area_b a:hover {
	color:#0000FF;
	background-color:#80FFFF;
	}

dl#breadcrumbs {
	background-color:#E6F3FF;
	border:1px dotted #C8C8C8;
	margin:7px 0px 0px;
	padding:0.5em 1em;
	text-align:center;
	margin-bottom:7px;
	}

dl#breadcrumbs dt {
	display:none;
	}

dl#breadcrumbs dd {
	display:inline;
	margin:0px;
	font-size:0.8em;
	}
	
dl#breadcrumbs a:hover {
	color:#0000FF;
	background-color:#80FFFF;
	}
	
div#bottom_area {
	background-color:#C5FFA2;
	border:1px dotted #C8C8C8;
	padding:1em 1em 0.5em;
	text-align:center;
	height:1%;
	}

div#bottom_area p {
	float:left;
	width:380px;
	font-size:0.8em;
	text-align:center;
	}

div#bottom_area a:hover {
	color:#0000FF;
	background-color:#00FF00;
	}	
/*-------------------- 共通のCLASS -----------------*/

.font8 {
	font-size:0.8em;
	}

.font11 {
	font-size:1.1em;
	}

.text_right {
	text-align:right;
	}

.center {
	text-align:center;
	}

.clear {
	clear:both;
	}

.hidden {
	display:none;
	}

.no_li {
	list-style-image:none;
	list-style-type:none;
	}
	
.new {
	color:#FF0000;
	font-size:0.8em;
	}

.text_box {
	border: 1px solid #8C8C8C;
	width:500px;
	padding:1em;
	margin:1em 120px;
	}

/*-------------------- 個別の頁の設定 -----------------*/
/*------- 表紙 -------*/

div#news_area {
	border:1px dotted #C8C8C8;
	background-color:#FFC977;
	padding:0px 1em 0px;
	margin-bottom:10px;
	}

div#news_area a:hover {
    color:#FFFFFF;
    background-color:#FF8000;
    }

div#news_area dl {
	margin:0.5em;
	}

div#news_area dt {
	margin-bottom:0.7em;
	font-size:0.9em;
	}

div#news_area dd {
	font-size:0.8em;
	display:list-item;
	list-style-type:square;
	}

div#index_area {
	border:1px dotted #C8C8C8;
	background-color: #FFFFCA;
	padding:0.5em 1em 0.5em;
	margin-bottom:7px;
	}

div#index_area h2 {
	font-size:1em;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	padding:0.2em 1em;
	}

div#index_area li {
	line-height:2em;
	}

div#index_area a:hover {
	color:#0000FF;
	background-color:#FFFF00;
	}

/*------- コラム -------*/

div.column_area {
	border:1px dotted #C8C8C8;
	background-color: #FFFFCA;
	padding:0.5em 1em 0.5em;
	margin-bottom:7px;
	}

div.column_area a:hover {
	color:#0000FF;
	background-color:#FFFF00;
	}

div.column_area h3 {
	font-size:1em;
	border-top:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	padding:0.2em 2em;
	}

div.column_area li {
	list-style-type:none;
	line-height:2.5em;
	padding-left:1.5em;
	}

/*------- コラム2-1の表 -------*/

div#living_situation {
	text-align:center;
	margin:3em 0em;
	}

div#living_situation h4 {
	border-style:none;
	font-weight:bold;
	}

div#living_situation_table {
	margin:auto;
	width:21em;
	}

div#living_situation dl {
	clear:both;
	}

div#living_situation dt {
	font-size:0.9em;
	line-height:1.5em;
	text-align:left;
	float:left;
	width:17em;
	}

div#living_situation dd {
	font-size:0.9em;
	line-height:1.5em;
	text-align:right;
	}

/*------- コメント2-3の表 -------*/

table#relationship_table {
	margin:auto;
	border:1px solid gray;
	padding:0em;
	}

table#relationship_table th {
	margin:0px;
	padding:0.5em;
	border:1px solid gray;
	font-size:90%;
	}

table#relationship_table td {
	margin:0px;
	padding:0.5em;
	border:1px solid gray;
	font-size:90%;
	}
