/*************************/
/* default elements */
/*************************/
* {margin: 0; padding: 0;}

body {
	color: #000;
	font-size: 10px;
	font-family:"Verdana","Osaka","ƒqƒ‰ƒMƒmŠpƒS Pro W3","MS PƒSƒVƒbƒN","sans-serif";
//	padding: 2% 0;
}

a {
	color: #AAA;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: none;
}

h1,h2,h3 {color: #000; padding: 8px 0 2px;}

h1 {
	text-decoration: none;
}

h2 {
	border-bottom: 1px dashed #AAA;
	margin-bottom: 12px;
}
h3 {
	border-bottom: 1px dashed #AAA;
	margin-bottom: 8px;
}

h4 {
	font-family: "Century Gothic";
	font-size: 10px;
	line-height:120%;
	color: #555;
	border-left: 360px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;

}

h5 {
	border-bottom: 1px dashed #AAA;
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
}

blockquote {
	display: block;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}

hr {
	border: #fff;
    border-color: #fff;
}

.content {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 170%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/*************************
structure
*************************/

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#container {
	border-top: 0px solid #FFF;
	font-weight: normal;
	margin: 30 auto;
	width: 780px;
}

.post_body {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 170%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.post_bottom {
	border-bottom: 1px dashed #AAA;
	margin-bottom: 8px;
	margin: 0px 0px 32px 0px;
	padding: 0px 0px 4px 0px;
}

.tools {
	font-size: 10px;
	line-height: 170%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.links {
	font-size: 10px;
	line-height: 170%;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/*************************
header
*************************/

.title {
//	border-top: 2px solid #AAA;
}
.title h1 {
	color: #AAA;
	padding: 10px 0 10px 18px;
}

.header {
	border-top: 2px solid #AAA;
	height: 1px;
}

/*************************
navigation
*************************/

.navigation {
	border-top: 1px solid #AAA;
}
.navigation a {
	border-left: 1px solid #AAA;
	color: #AAA;
	float: left;
	padding: 0 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {
	background-position: left bottom;
	color: #001;
}

/*************************
main
*************************/
.left {
	background: #FFF;
	padding: 18px 20px;
	float: left;
	width: 65%;
}

.right {
	background: #FFF;
	float: right;
	width: 28%;
//	text-align: center;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

/*************************/
/* misc */
/*************************/

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

/*************************/
/* bottom */
/*************************/
.bottom {
	background: #FFE;
	border-top: 1px solid #AA8;
	color: #000;
	padding: 14px 20px;
}

.bottom .left,.bottom .right {width: 49%;}

/*************************/
/* footer */
/*************************/
.footer {
	color: #AAA;
	padding: 10px;
	text-align: center;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*************************/
/* block list */
/*************************/
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

/*************************/

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}

.right {
	padding: 12px 0 0 0;
}

/*************************/

.recruit {
	padding:20px;
}

.waku {
	width: 400px;
	height: 80px;
	background: #000;
	padding: 1px;
}

