.title		{
			color:blue;
			margin-top:30px;
		}

.title_under	{
		font-size:11px;
		margin-bottom:30px;
		}

.hello	{
		color:black;
		font-size:12px;
		line-height:1.3;
		margin-bottom:30px;
		}
	
/* とりあえずトップのコメント */
.comment	{
		width:400px;
		text-align:left;
		font-size:12px;
		margin:30px;
		border:1px solid #EE7621;
		}

.comment_title	{
		color:white;
		background-color:#EE7621;
		font-size:13px;
		margin-bottom:5px;
		padding:3px;
		}

.comment_main	{
		padding:4px;
		line-height:1.7;
		}

.comment_date	{
		color:red;
		margin-bottom:5px;
		}

.top_menu	{
		width:300px;
		padding-bottom:50px;
		line-height:2;
		}
.top_menu_title	{
		margin-bottom:10px;
		font-size:13px;
		}
.top_menu_link	{
		font-size:16px;
		}		
		
/*	メール	*/
.mail		{
			width:100%;
			font-size:13px;
			margin-top:80px;
			border-bottom:1px solid #AADDAA;
		}

