@charset "UTF-8";



/* CSS Document */





/*

 * ▼みんなの日記　共通

 * 

 * 

 **************************************************/

	  

	#main {

		background-image: none;

		background-repeat:no-repeat;

		padding:0 0 10px 10px;

		width:562px;

	}

	

	 

	 

	/*見出し

	--------------------------------------------------*/

	

	h1 {

		margin:10px 0px 5px 10px;

		padding: 0px 0px 15px 35px;

		font-size:140%;

		font-weight:bold;

		line-height:1.6;

		color:#039;

	}

	

	#sample h1 {

		background: url(../img/observation/sample/h1_icon.gif) no-repeat;

	}

	

	#writingDiary h1 {

		background: url(../img/observation/writingDiary/h1_icon.gif) no-repeat;

	}

	

	#writingDiary h1 span {

		font-size:80%;

		color:#06C;

	}

	

	#tool h1 {

		background: url(../img/observation/tool/h1_icon.gif) no-repeat;

		margin:10px 0px 0 10px;

		padding: 0px 0px 5px 35px;

	}

	

	#photo h1 {

		background: url(../img/observation/photo/h1_icon.gif) no-repeat;

	}

	

	h2 {

		background-image:none;

		margin:15px 0px;

		padding: 5px 2px 5px 10px;

		border-width:2px 2px 2px 12px;

		border-style:solid;

		border-color:#9D7;

		font-size:125%;

		font-weight:bold;

		line-height:1.6;

		color:#4F1725;

	}

	

	h3 {

		background-image:none;

		margin:10px 0px;

		padding: 3px 2px 3px 8px;

		border-width:0px 0px 0px 12px;

		border-style:solid;

		border-color:#CCC;

		font-size:115%;

		font-weight:bold;

		line-height:1.6;

		color:#4F1725;

	}



 	/*文章エリア

	--------------------------------------------------*/

	

	.text	{margin:0 0 0 15px; text-align:left;}

 

 

	/*ページ先頭に戻る

	--------------------------------------------------*/

	

	.backtopagetop	{margin:30px 0 0 0; text-align:right;}





/*

 * ▼日記の書き方

 * 

 * 

 **************************************************/



	/*メニューナビ

	--------------------------------------------------*/

	

	#menunavi {

		display:block;

		float:left;

		width:100%;

		font-size:102%;

		line-height:1.01;

		border-bottom:1px solid #666;

		background:url(../img/top/bg_grid.gif) repeat #9D7;

		margin:0 0 15px 0;

	}

	

	#menunavi ul {

		list-style-image:none;

		list-style-position:outside;

		list-style-type:none;

		padding-left:2em;

		margin:0;

		padding:10px 10px 0 10px;

		

	}

		

	#menunavi li {

		display:inline;

		margin:0;

		padding:0;

	}

	

	#menunavi a {

		float:left;

		margin:0 5px 0 0;

		padding:0 0 0 18px;

		text-decoration:none;

		border:none;

		background:url("../img/observation/common/tab_left.gif") no-repeat left top;

	}

	

	#menunavi a span {

		float:left;

		display:block;

		background:url("../img/observation/common/tab_right.gif") no-repeat right top;

		padding:8px 15px 7px 3px;

		color:#03F;

		text-align: center;

		}

	

	/* Commented Backslash Hack hides rule from IE5-Mac \*/

	#menunavi a span {float:none;}

	/* End IE5-Mac hack */

	#menunavi a:hover span {color:#009;}

	#menunavi a:hover {background-position:0% -52px;}

	#menunavi a:hover span {background-position:100% -52px;}

	

	

	#menunavi a.checked {

		float:left;

		margin:0 5px 0 0;

		padding:0 0 0 18px;

		text-decoration:none;

		border:none;

		background:url("../img/observation/common/tab_left.gif") no-repeat 0% -104px;

	}

	

	#menunavi a.checked span {

		float:left;

		display:block;

		background:url("../img/observation/common/tab_right.gif") no-repeat 100% -104px;

		padding:8px 15px 7px 3px;

		color:#000;

		text-align: center;

		}

		



/*

 * ▼観察ツール

 * 

 * 

 **************************************************/



	/*テーブル

	--------------------------------------------------*/

	#tool table th,

	#tool table td {

	padding:5px 5px;

	}

	

	#tool table th {

	font-weight:bold;

	text-align:center;

	}
