@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	line-height:1.3em;
	
	text-decoration:none;
}

body, textarea { font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }
input, select,#TB_caption,#TB_closeWindowButton { font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }
/*-------*/

html{
	 overflow-y: scroll;
}

body{
	min-width:1024px;
}

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

p{
	text-align:justify;
	margin-bottom:13px;
	color:#333;
	font-size: medium;
}

ul,ol{
	list-style-type:none;
	margin-bottom:13px;
}

li{
}

hr{
	border-bottom:1px solid #999;
}

a{
	text-decoration:underline;
	color:#06C;
}

a:hover{
	text-decoration: none;
}

.red{
	color:#F30;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.big{
	font-size:x-large;
}

.small{
	font-size: x-small;
}

/*記事内の画像*/
.aligncenter{
	display:block;
	margin-left: auto;
	margin-right:auto;
}

.alignleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
			
.alignright{
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}

sup{
	font-size:10px;
}

dt{
	font-weight:bold;
}

strong{
	font-weight: bold;
}

em{
	font-style:italic;
}

del{
	text-decoration: line-through;
}

blockquote{
	color:#999;
	padding:30px;
	font-style:oblique;
	text-align:justify;
}

blockquote p{
	font-style:oblique;
	text-align:justify;
}

td p{
	text-align:justify;
	font-size:15px;
	}
	
/*=====================================*/

		/*リスト*/
		#main ul{
			margin-left:30px;
			list-style-type:disc;
		}
		
		#main ol{
			margin-left:30px;
			list-style-type:decimal;
		}
		
		#main li{
		}


/*=====================================*/

		/*テーブル*/
		table{
			border-collapse:collapse;
			margin-bottom:15px;
			margin:25px auto;
			width:730px;
		}
		
		tr{
		}
		
		th{
			background-color: #EFF4F5;
			color: #333;
			padding:10px;
			white-space:nowrap;
			font-weight:bold;
			border:1px #CCC solid;
			border-left:none;
			text-align: right;
			width:130px;
		}
		
		td{
			padding:10px;
			border:1px #CCC solid;
			border-right:none;
		}
		
		td p{
			font-size:16px;
			line-height:1.3em;
			text-indent:0;
			margin-bottom:10px;
			margin-top:10px;
		}
		
/*----------------------------*/
#top{
	border-bottom:3px solid #666;
	margin-bottom:15px;
}

#top p{
	width:800px;
	margin:0 auto;
	margin-bottom:10px;
}

#top p a{
	font-size:small;
}

#main,h1{
	width:800px;
	margin:0 auto;
	overflow:hidden;	
}

h1{
	margin-top:20px;
	margin-bottom:0;
	font-weight:bold;
}
		
h2{
	font-weight:bold;
	text-align:center;
	border-top:1px dotted #52AD8B;
	border-bottom:1px dotted #52AD8B;
	padding-top:5px;
	padding-bottom:5px;
}
		
h3{
	font-weight:bold;
	text-align:center;
	border-top:1px solid #52AD8B;
	border-bottom:1px solid #52AD8B;
	padding-top:5px;
	padding-bottom:5px;
}

h4{
	font-weight:bold;
	text-align:center;
	border-top:1px dashed #52AD8B;
	border-bottom:1px dashed #52AD8B;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}

hr{
	margin-bottom:15px;
	margin-top:15px;
}

#img_g{
	margin-left:70px;
	margin-right:70px;
}

#img_g img{
	padding:3px;
	border:1px solid #ccc;
	background-color:#FFF;
}

#img_g_in{
	clear:both;
	border:3px double #eee;
	padding:5px;
	margin-bottom:15px;
	padding-top:10px;
}

address{
	border-top:2px solid #aaa;
	text-align:center;
	font-style:normal;
	font-size:small;
	padding-top:15px;
	padding-bottom:20px;
}
