@charset "UTF-8";
/* -- global -- */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,th,td,ul,ol,li,form,code {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ul,ol,li {
	list-style: none;
}
br {
	letter-spacing: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img,abbr {
	border: 0;
}
img {
	vertical-align: bottom;
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}

/* -- class -- */
.right {
	display: block;
	float: right;
}
.left {
	display: block;
	float: left;
}
.clear {
	clear:both;
}
.bold{
	font-weight: bold;
}
.tcenter {
	text-align: center;
}
.red {
	color: #da4f9c;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* layout */
a {
	color: #11658b;
}
a:hover {
	color: #3fb9db;
}
body {
	text-align: center;
	background-image: url("../share/images/bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
}
#bg {
	background-image: url("../share/images/bg_on.gif");
	background-repeat: no-repeat;
	background-position: top center;
}
#layout {
	margin: 0 auto;
	width: 900px;
	color: #111;
	background-color: #fbfbfb;
	text-align: left;
}

#header {
	width: 900px;
	height: 85px;
	background-image: url("../share/images/header_bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
}
h1 {
	float: right;
	padding: 9px;
	width: 550px;
	font-size: 1.2em;
	text-align: right;
}
#logo {
	float: left;
	padding: 10px 0 0 10px;
	width: 300px;
	height: 70px;
}

#menu {
	width: 900px;
	height: 40px;
	background-image: url("../share/images/menu_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
}
#menu ul {
	width: 900px;
}
#menu ul li {
	display: inline;
}
#eyecatch img {
}
#contents {
	padding: 20px;
	background-image: url("../share/images/contents_bg.gif");
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 1.2em;
	}
#contents .inner {
	padding: 0 22px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #dee5eb;
}
#contents .inner h2 {
	padding: 18px 0 6px 0;
	background-image: url("../share/images/border_dotted_777777.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
#contents .inner .body {
	padding: 10px 0 13px 0;
}

#contents .inner .body p,
#contents .inner .body ul {
	line-height: 1.6em;
}


#footer {
	clear: both;
}
/* index */
.date {
	margin-right: 5px;
}


/* profile */
dl.profile_list {
	width: 530px;
}
dl.profile_list dt {
	display: block;
	width: 80px;
	height: 2.2em;
	text-align: right;
}
dl.profile_list dd {
	margin: -2.2em 0 6px 95px;
	width: 680px;
}

/* jquery.keywordhighlight.js */
.keywordhighlight {
	color: #444;
	background-color: #ee9;
	font-weight: bold;
}
a span.keywordhighlight {
	color: #00f;
	text-decoration: underline;
}
a:hover span.keywordhighlight {
	color: #666;
}

/* code */
code {
	display: block;
	padding: 0.9em 1.3em;
	border: 3px solid #eaeaea;
	background: #fafafa;
	word-wrap: break-word;
}


