@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::

	Module
	
:::::::::::::::::::::::::::::::::::::::::: */

.section {
	margin-bottom: 30px;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}	
p {
	font-size: 93%;
	line-height: 1.6;
	letter-spacing: 2px;
}
.paragraph {
	padding-bottom: 24px;
	border-bottom: #ccc 1px dotted;
}	
.btm {
	border: none;
}	
hr {
	display: none;
}
.pagetop {
	text-align: right;
	margin-top: 20px;
}		

/* ::::::::::::::::::::::::::::::::::::::::::

	Layout
	
:::::::::::::::::::::::::::::::::::::::::: */

/* 
	全体

------------------------------------------ */
p#logo {
	padding: 12px 0;
}		
div#top {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
div#contents {
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background-color: #fff;
}
div#contents_inner {
	margin: 40px 35px;
}	
div#contents_btm {
	border-bottom: #ccc 1px solid;
	margin-bottom: 40px;
}	

/* 
	nav

------------------------------------------ */
div#contents ul#nav li {
	float: left;
}

/* 
	#footer

------------------------------------------ */	
div#footer {
	background-color: #ffe400;
	text-align: left;
	padding: 2em 0;
}	
div#footer p {
	width: 150px;
}
div#footer dl {
	line-height: 1.6;
}	
div#footer dl dt {
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 0.6em;
}		
.container {
	width: 960px;
	margin: 0 auto;
}
div#copyright {
	background-color: #555;
	font-size: 85%;
	letter-spacing: 0.1em;
	text-align: right;
	color: #fff;
	padding: 1.5em 0;
}		
	
/* 
	Link

------------------------------------------ */
a:link {
	color: #1f41af;
	text-decoration: none;
}	
a:visited {
	color: #2c1faf;
}	
a:hover {
	background-color: #ffe400;
}		
