@charset "UTF-8";
/* ========BASIC======== */
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 960px;
	line-height: 1.6;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-image:url(../images/bg_body.gif);
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-text-size-adjust: 100%;
	text-align: center;
}

/* ========BASE======== */
a {
	color: #36C;
	text-decoration: none;
}
a:hover {
	color: #c03;
	text-decoration: underline;
}

/* ========IMAGE======== */

img {
	border: 0;
}
.imgfl {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
}
.imgfr {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
}
.iconm {
	vertical-align: middle;
	margin: 0;
}

/* ========MEMBER PHOTO======== */
.mphoto {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}


/* ========BASIC======== */
th,td {
	vertical-align: top;
	text-align: left;
	}
	
ul,ol {
	margin: 5px 10px;
	padding: 0 0 0 20px;
}

.pub {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.pub li {
	list-style: none;
	margin: 0 0 0 8px;
	padding: 2px 0 12px 0;
	background: url(../images/bg_dot1.gif) bottom left repeat-x;
	line-height: 1.4;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}  

.clearfix { display: inline-table; }  

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* ========P======== */
p {
	margin:0 0 15px 8px;
}

.pnar01 {
	margin-bottom: 6px;
}
.pnar02 {
	margin-bottom: 0;
}
.pwide01 {
	margin-bottom: 30px;
}

.pc {
	text-align: center;
}

.pr {
	text-align: right;
}
.prline01 {
	text-align: right;
	margin:0 0 20px 8px;
	padding: 10px 10px 20px 0;
	border-bottom: 4px solid #e0e0e0;
}

.pttl01 {
	margin:0 0 8px 8px;
	padding: 2px 0;
	font-weight: bold;	
	border-bottom: 1px dotted #999;
	color: #936;
}

.pline01 {
	margin:25px 0 8px 8px;
	padding: 20px 0;
	border-top: 4px solid #e0e0e0;
}

.pline02 {
	margin:0 0 20px 8px;
	padding: 0 0 30px 0;
	border-bottom: 4px solid #e0e0e0;
}
.pline02c {
	margin:0 0 20px 8px;
	padding: 0 0 30px 0;
	border-bottom: 4px solid #e0e0e0;
	text-align: center;
}

.pline03 {
	margin:10px 0 15px 8px;
	padding: 10px 0 25px;
	border-top: 1px dotted #e0e0e0;
	border-bottom: 4px solid #e0e0e0;
}

.plk01 {
	padding: 2px 0 0 12px;
	margin-bottom: 8px;
	font-size: .8em;
	line-height: 1.2;
	background: url(../images/bg_plk01.gif) no-repeat left top;
}

/* ========CONTAINER======== */
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

/* ========HEADER======== */
#header {
	position: relative;
	width: 960px;
	margin: 0;
	padding: 0;
}

#headimg {
	margin: 0;
	padding: 0;
}

#header #headnavi {
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
}

#header #headnavi ul {
	list-style: none;
	margin: 0;
}

#header #headnavi li {
	float: left;
	display: block;
	margin: 0;
	padding-left: 14px;
	font-size: 0.9em;
}

#header #headnavi li a {
	color: #fff;
	background: url("../images/bu_headnavi.gif") right 80% no-repeat;
	padding-right: 12px;
}

#header #headnavi li.now {
	color: #9293b1;
	padding-right: 12px;
	text-decoration: underline;
}

/* ========MAINSLIDE======== */
#mainslide {
	margin: 0 0 28px 0;
	padding: 0;
}

/* ========CONTENTS======== */
#contents {
	width: 960px;
	padding: 0 0 10px;
	margin: 6px 0 10px;
	background: #fff;
	overflow:auto;
	/*border: 1px solid #e0e0e0;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#contents:after {
	content: "";
	display: block;
	clear: both;
}

#contentsC {
	width: 930px;
	padding: 0 15px;
	margin-bottom: 25px;
}

#contentsL1 {
	float: left;
	width: 700px;
	padding: 0;
	margin: 0 0 12px 20px;
}

#contentsR1 {
	float: right;
	width: 210px;
	padding: 0;
	margin: 10px 5px 12px 0;
}

.contents2box {
	clear: both;
	padding: 10px;
	margin: 0;
	background-color: #f6f6f6;
	overflow:auto;
}

.contentsL2 {
	clear: both;
	float: left;
	width: 420px;
	padding: 0 15px 0 0;
	margin: 0;
}

.contentsR2 {
	float: right;
	width: 460px;
	padding: 0 0 0 15px;
	margin: 0;
}

/* NAVI */
.navi {
	overflow: hidden;
	position: relative;
	margin: 0 0 0 0;
}

* html .navi {
	height: 1em;
	overflow: visible;
}

.naviColumn {
	display: inline;
	width: 350px;
	float: left;
	margin: 0;
	padding: 0;
}

.naviColumn p.ttl {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background: none;
}

.naviColumn p.txt {
	color: #000;
	text-decoration: none;
	/*text-align: justify;*/
	margin: 0 10px 5px 12px;
	padding: 0 0 5px;
	line-height: 1.3;
	background: none;
	font-size: 0.9em;
}

/* SIDEMENU */
.sidemenu {
	overflow: hidden;
	position: relative;
	margin: 40px 0 10px 0;
}

* html .sidemenu {
	height: 1em;
	overflow: visible;
}

.sidemenuColumn {
	display: inline;
	width: 165px;
	float: left;
	margin: 0;
	padding: 0;
}

.sidemenuColumn p {
	margin: 0;
	padding: 0 5px 10px 0;
	background: none;
}

/* ========UNDER======== */

#under {
	clear: both;
	width: 100%;
	min-width: 960px;
	padding: 0;
	border-top: 5px solid #c0c0c0;
	text-align:left;
}

#footer {
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
}

.footertxt {
	font-style: normal;
	font-size: 0.9em;
	color: #c0c0c0;
	line-height: 1.6;
	padding: 5px 0 10px;
}

.copyright {
	font-style: normal;
	font-size: 0.9em;
	color: #c0c0c0;
	line-height: 1.4;
	padding: 10px 0 15px;
	margin: 0;
	border-top: 1px solid #2f4496;
}

/* ========PAGRTOP========= */
#pageTop {
	position: fixed;
	right: 5px;
	bottom: 18px;
	padding: 8px 0 10px 5px;
}

#pageTop a {
	padding: 0 18px 0 6px;
	color: #fff;
	font-size: 0.9em;
}

@media print{
	#pageTop {
	display:none;
	background-image: none;
	}
	#pageTop a {
	display:none;
	background: none;
	}
}

/* ========HEADMENU======== */

#headmenu {
	width:960px;
	margin:0 auto;
}

#headmenu ul {
   overflow:hidden;
   padding:0;
   margin:0;
}

#headmenu li {
   float:left;
   list-style-type:none;
   margin:0;
   padding:0;
}

#headmenu li a {
   display:block;
}

/* ========PANKUZU========= */
#pkz {
	clear: both;
	padding:6px 5px 4px 5px;
	margin-top: 5px;
	font-size: 0.9em;
	color: #666;
	}

#pkz a {
	margin: 0;
	color: #09C;
	text-decoration:underline;
	}
	
#pkz a:hover {
	color: #C03;
	text-decoration:none;
	}

/* ========TABLE========= */
table {
	line-height: 1.4;
	margin-left: 8px;
	margin-bottom: 15px;
}

table.tbl01 {
	border: none;
	text-align: left;
	}
	
table.tbl01 th {
	padding: 2px 10px 2px 0;
	white-space: nowrap;
	font-weight: normal;
	}
	
table.tbl01 td {
	padding: 2px 0;
	}

table.tbl02 {
	border: none;
	text-align: left;
	}
	
table.tbl02 tr {
	background: url(../images/bg_dot1.gif) bottom left repeat-x;
	}
	
table.tbl02 tr.noline {
	background: none;
	}
	
table.tbl02 th {
	padding: 10px 20px 20px 10px;
	white-space: nowrap;
	color: #936;
	}
	
table.tbl02 td {
	padding: 10px 0 20px;
	}
	
table.tbl02 td.type1 {
	padding: 10px 20px 18px 0;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.1em;
	}
	
table.tbl02 td.type2 {
	padding: 10px 20px 20px 0;
	font-size: 0.9em;
	}
	
table.tbl02 td.type3 {
	padding: 10px 10px 20px 0;
	}
	
table.tbl02 td.spc {
	padding: 5px 0;
	}

table.tbl03 {
	border: none;
	text-align: left;
	}
	
table.tbl03 th {
	padding: 3px 20px 3px 20px;
	white-space: nowrap;
	font-weight: normal;
	background: url(../images/bg_tbl3th.gif) no-repeat left top;
	}
	
table.tbl03 td {
	padding: 3px 0;
	}

/* ========h1-h7========= */

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	page-break-after: auto;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4;
	color: #000;
	background: url(../images/bg_h2.gif) no-repeat;
	margin: 0 0 10px;
	padding: 16px 10px 20px 20px;
}

h2.noline {
	border-bottom: none;
}

#h2menu {
	overflow: auto;
	background: url(../images/bg_h2.gif) no-repeat;
	margin: 0 0 10px;
}

#h2menu h2 {
	float: left;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4;
	color: #000;
	background: url(../images/bg_h2.gif) no-repeat;
	margin: 0;
	padding: 16px 10px 20px 20px;
}

h3 {
	overflow: auto;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4;
	color: #906;
	background: url(../images/bg_h3.gif) no-repeat;
	margin: 10px 0 10px;
	padding: 8px 6px 5px;
	border-bottom: 2px solid #e0e0e0;
}

h4 {
	margin:0 0 8px 8px;
	padding: 2px 0;
	font-weight: bold;	
	border-bottom: 1px solid #000;
	color: #000;
}

/* ========STYLE======== */
.nmls {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.8;
}

.bld {
	font-weight: bold;
}

.name {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0 0 0 20px;
}

.ul {
	text-decoration: underline;
}

.itl {
	font-style:italic;
}

.blditlul {
	font-weight: bold;
	font-style:italic;
	text-decoration: underline;
}
	
.idt01 {
	padding-left: 13px;
	}
	
.memb01 {
	color: #666;
	font-weight: normal;
	font-size: 0.7em;
	padding-right: 15px;
	position: relative;
	top: -2px;
	}

/* ========PHOTO======== */

#photo ul {
   overflow: auto;
   margin:0 0 15px 0;
   padding: 0 0 0 8px;
}

#photo li {
   float:left;
   list-style-type:none;
   margin: 0 10px 10px 0;
   padding:0;
}

#photo li a {
   display:block;
}

#photo li img {
	border: solid 1px #999;
}

/* ========LINKBOX======== */
.linkbox1 {
	clear: both;
	text-align: left;
	margin-top: -4px;
}

.linkbox1 ul {
	margin: 0;
	padding: 0;
}

.linkbox1 li {
	display: inline-block;
	list-style: none;
	border: solid 1px #9be;
	background-color: #fffee6;
	margin: 0;
	padding: 4px 4px 4px 6px;
}

.linkbox1 li.bk {
	background-color: #f3f5fc;
	border: none;
	background-color: #fff;
}

.linkbox1 li a {
	padding-right: 14px;
	font-size: .9em;
	background: url(../images/bg_linkbox1.gif) no-repeat right 50%;
}

.linkbox1 li.bk a {
	padding-right: 16px;
	font-size: .9em;
	background: url(../images/bg_linkbox1bk.gif) no-repeat right 50%;
}

*:first-child+html .linkbox1 li { display:inline; }

.linkboxh2 {
	float: right;
	text-align: right;
	margin: 0;
}

.linkboxh2 ul {
	text-align: right;
	margin: 0;
	padding: 14px 0 0 0;
}

.linkboxh2 li {
	display: inline-block;
	list-style: none;
	border: solid 1px #9be;
	background-color: #fffee6;
	margin: 0;
	padding: 4px 8px;
	line-height: 1.4;
}

.linkboxh2 li.bk {
	background-color: #f3f5fc;
	border: none;
	background-color: #fff;
}

.linkboxh2 li a {
	padding-right: 14px;
	font-size: .9em;
	background: url(../images/bg_linkbox1.gif) no-repeat right 50%;
}

.linkboxh2 li.bk a {
	padding-right: 16px;
	font-size: .9em;
	background: url(../images/bg_linkbox1bk.gif) no-repeat right 50%;
}

*:first-child+html .linkboxh2 li { display:inline; }

.linkbox3 {
	clear: both;
	text-align: left;
	margin: 0 0 0 8px;
}

.linkbox3 ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

.linkbox3 li {
	display: inline-block;
	list-style: none;
	border: solid 1px #9be;
	background-color: #fffee6;
	margin: 0;
	padding: 4px 8px;
}

.linkbox3 li.bk {
	background-color: #f3f5fc;
	border: none;
	background-color: #fff;
}

.linkbox3 li a {
	padding-right: 14px;
	background: url(../images/bg_linkbox1.gif) no-repeat right 50%;
}

.linkbox3 li.bk a {
	padding-right: 18px;
	font-size: .9em;
	background: url(../images/bg_linkbox1bk.gif) no-repeat right 50%;
}

*:first-child+html .linkbox3 li { display:inline; }

.linkbox3ncb {
	text-align: left;
	margin: 0 0 0 8px;
}

.linkbox3ncb ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

.linkbox3ncb li {
	display: inline-block;
	list-style: none;
	border: solid 1px #9be;
	background-color: #fffee6;
	margin: 0;
	padding: 4px 8px;
}

.linkbox3ncb li.bk {
	background-color: #f3f5fc;
	border: none;
	background-color: #fff;
}

.linkbox3ncb li a {
	padding-right: 14px;
	background: url(../images/bg_linkbox1.gif) no-repeat right 50%;
}

.linkbox3ncb li.bk a {
	padding-right: 18px;
	font-size: .9em;
	background: url(../images/bg_linkbox1bk.gif) no-repeat right 50%;
}

*:first-child+html .linkbox3ncb li { display:inline; }

.linkbox3w {
	clear: both;
	text-align: left;
	margin: 0 0 25px 8px;
}

.linkbox3w ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

.linkbox3w li {
	display: inline-block;
	list-style: none;
	border: solid 1px #9be;
	background-color: #fffee6;
	margin: 0;
	padding: 4px 8px;
}

.linkbox3w li a {
	padding-right: 14px;
	background: url(../images/bg_linkbox1.gif) no-repeat right 50%;
}

*:first-child+html .linkbox3w li { display:inline; }

.linkbox4 {
	clear: both;
	text-align: left;
	margin: 0 0 25px 8px;
}

.linkbox4 ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

.linkbox4 li {
	display: inline-block;
	list-style: none;
	border: solid 1px #9be;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fffee6;
	margin: 0;
	padding: 6px 10px;
}

.linkbox4 li a {
	padding-right: 14px;
	font-size: 1em;
	font-weight: bold;
	background: url(../images/bg_linkbox1.gif) no-repeat right 50%;
}

*:first-child+html .linkbox3w li { display:inline; }


