@charset "UTF-8";



body {
	background-color:#CCC;
	color: #000;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	}
	
.kakko{
    font-feature-settings: "palt";
}
p {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
	

	
h1,h2,h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
a, a:link {
	color:  #003366;
	text-decoration: none;
	}
	
a:hover {
	color:  #ECECEC;
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 0px;
	height: 0px;
	}
	
/* ========== TEXT ============== */

.date {
	color:#36C;
	}
	
.page_top {
	text-align: right;
	margin-bottom: 15px;
	}
	
.content_title {

	font-size: 16px;
	height: 30px;
	margin-bottom: 20px;
	}
	
.page_index {
	border-top: 1px solid #666;
	}
	
.box {
	clear:both;
	background-color:#FFF;
	border:solid;
	border-color:#eee;
	padding: 15px;
	}
	
/* ========== LAYOUT ============== */

#header_bg {
	background-color:#000;
	height: 120px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
	
#header {
	background: url(img/header.gif) no-repeat 0 10px;
	height: 110px;
	margin: 0 auto;
	width: 800px;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	}

	
#menubar {
	font-size: 13px;
	padding: 0 15px;
	height: 40px;
	}
	
#content {
	background: #ffffff;
	padding: 15px;
	}
	
#cont_left {
	float: left;
	width: 300px;
	}



#cont_center {
	float: right;
	margin-left: 15px;
	width: 450px;
	}
	
	

#footer {
	clear:both;
	color: #FFF;
	background: #000000;
	font-size:smaller;
	padding: 8px;
	text-align: left;
	}



/* ========== Header ============== */

#head_logo {
	padding: 30px 0 0 20px;
	}
	
#header a {
	color: #000;
	}
	
#header a:hover {
	color: #666;
	text-decoration: none;
	}

#header h1 {
	color: #000;
	font-size: 12px;
	padding-top: 15px;
	}
	

#header h2 {
	color: #000;
	font-size: 36px;
	}

/* ========== MENUBAR ============== */
#menubar a {
	display: block;
	float: left;
	margin-top: 10px;
	padding: 5px 10px;
	text-align:center;
	width: 100px;
	color:#FFF;
	background-color:#03F;
	}
	
#menubar a:hover {
	background-color:#ffffff;
	color:#03F;
	text-decoration: none;
	}
	

.menu_a {
	border: 1px solid #FFF;
	}
	


/*　=========　LEFT ============== */

#cont_left h2 {
	background:#111;
	border: 3px double #666;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	color:#fff;
	}
	
#cont_left ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	}
	
#cont_left li {
	color: #333;
	line-height: 0.6em;
	padding: 10px 0;
	}


	
/*　=========　TOP center ============== */

.entry_top {
	border-top: 1px solid #666;
	font-weight: normal;
	padding: 10px 0;
	}
	
.entry_top h3 {
	font-size: 13px;
	padding-bottom: 15px;
	}
	
.entry_top img {
	border: 3px double #666;
	padding: 1px;
	}
 

	
div.entry_top div{
	display:table-cell;
	vertical-align:top;
	}


	
.entry_top_text {
	padding-left: 10px;
	padding-top: 10px;
	}	


