@charset "utf-8";



a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

#k_wrapper {
	background: url(../kengakukai/images/k_wrapper-bg.jpg) repeat-x left top;
	font-size: medium;
	}
	
#k_contents {
	width: 861px;
	margin: 0 auto;
	}

h2 {
	margin-bottom: 0;
	}

div.bg-g {
	margin-bottom: 15px;
	padding: 15px;
	text-align: center;
	background-color: #EBEBEB;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}

h3 {
	margin-bottom: 15px;
	}

p {
	margin-bottom: 15px;
	line-height: 150%;
	}

.nomargin {
	margin-bottom: 0;
	}

table {
	border-collapse: collapse;
	}
table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	}
table td p {
	padding: 15px;
	}
	
div.space {
	clear: both;
	padding: 15px;
	}

#message-box, #message-box2 {
	width: 860px;
	background: url(../kengakukai/images/message-box-bg02.jpg) no-repeat left bottom;
	}
#message-box-inner, #message-box-inner2 {
	width: 860px;
	background: url(../kengakukai/images/message-box-bg01.jpg) no-repeat left top;
	}

div.message-box-inner-left {
	float: left;
	width: 370px;
	padding: 30px 15px 10px 30px;
	}
div.message-box-inner-right {
	float: right;
	width: 370px;
	padding: 30px 30px 10px 15px;
	}

div.message-box-inner-left p, div.message-box-inner-right p {
	line-height: 180%;
	}

.img-left {
	float: left;
	margin: 0 10px 0 0;
	}
.img-right {
	float: right;
	margin: 0 0 0 10px;
	}

.clear {
	clear: both;
	}

#miniletter {
	background: url(../kengakukai/images/miniletter-bg.jpg) no-repeat left bottom;
	}
#miniletter-inner {
	padding: 0 45px 25px 45px;
	}

#miniletter-inner p {
	line-height: 180%;
	}


.color {
	color: #F00;
	}

.color-g {
	color: #060;
	}


.txt-l {
	font-size: large;
	}

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


