@charset "utf-8";
/*-------------------------- general style START --------------------------*/
* {
	font-size: 100%;
}
html {
	height:100%;
	margin-top:1px;	
}
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:1em;
	background-color:#f2f2f6;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.2;
	font-family:'小塚ゴシック Pro','Kozuka Gothic Pro';
}
h1 {
	width:914 px;
	color:#000000;
	background:transparent;
	line-height:1px;
	font-size:1px;
}
p {
	margin: 1em 0;
	line-height: 1.5em;
	text-indent:1em;
	font-size:0.9em;
	vertical-align:bottom;
}
ul {
	margin: 15px 0 15px 25px;
	padding: 0;
	line-height: 1.5;
	list-style:none;
}
ol {
	margin: 0 0 0 2.5em;
	padding: 0;
	line-height: 1.5;
	list-style:none;
}
li {
	margin-top: 0.3em;
	list-style:none;
}
dl {
	line-height: 1.5em;
	font-size:0.9em;
}
dt {
	font-weight:bold;
}
address {
	margin: 0;
	font-style: normal;
	line-height: 1.4em;
}
em {
	font-style: italic;
}
img {
	border: none;
}
a {
	color: #336699;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #675c99;
}
a:hover {
	text-decoration: none;
}
a img {
	vertical-align: top;
	text-decoration: none;
}
.bold {
	font-weight:bold;
}
.incrfont {
	font-size:1.2em;
}
.download {
	vertical-align:bottom;
}
.download img {
	padding-right:10px;
}
/*-------------------------- general style END --------------------------*/
/*-------------------------- wrapper style START --------------------------*/
.wrapper {
	display:block;
	position:relative;
	margin:auto;
	width:914px;
	background-color:#ffffff;
}
/*-------------------------- wrapper style END --------------------------*/
/*-------------------------- header style START --------------------------*/
.header {
	display:block;
	position:relative;
	width:100%;
	height:157px;
	background:url('../image/base/headerback.png') no-repeat;
}
.header h1 span {
	display:block;
	position:relative;
	text-indent:-999em;
}

/*-------------------------- header style END --------------------------*/
/*-------------------------- logo style START --------------------------*/
.utlogo, .pimtext, .pimlogo {display:block; position:absolute; z-index:2; font-size:1px;}
.utlogo img, .pimtext img, .pimlogo img {display:block; position:absolute;}
.utlogo {top:109px; left:780px; width:110px; height:29px;}
.pimtext {top:30px; left:360px; width:396px; height:70px;}
.pimlogo {top:22px; left:80px; width:208px; height:90px;}
a.pimlogo:active, a.pimlogo:hover {background:url('../image/logos/pimlogo.png');}
a.pimtext:active, a.pimtext:hover {background:url('../image/logos/pimtexthover.png');}

/*-------------------------- logo style END --------------------------*/
/*-------------------------- menu style START --------------------------*/
.menu {
	display:block;
	position:absolute;
	width:100%;
	height:33px;
	margin:0;
	top:96px;
}
.menu ul {
	display:block;
	position:relative;
	width:98%;
	height:33px;
	list-style:none;
	margin:0;
	top:17px;
	padding-left:2%;
}
.menu ul li {
	display:block;
	position:relative;
	font-size:15px;
	width:147px;
	height:33px;
	float:left;
	background:transparent;
	margin:0;
	margin-left:3px;
	text-align:center;
	line-height:38px;
}
.menu ul li a {
	display:block;
	position:relative;
	width:147px;
	height:33px;
	text-decoration:none;
	background:url('../image/base/menu_back.png') no-repeat;
}
.menu ul li a:link, .menu ul li a:visited {
	color:#335599;
	background-position:0px 0px;
}
.menu ul li a:active, .menu ul li a:hover {
	color:#332211;
	background-position:-150px 0px;
}
.home #home, .pimlist #pimlist, .invitation #invitation {
	background-position:-300px 0px;
	color:#455672;
}
/*-------------------------- menu style END --------------------------*/
/*-------------------------- topimage style START --------------------------*/
.topimage {
	display:block;
	position:relative;
	width:100%;
	height:240px;
	background:url('../image/topimage.png') no-repeat;
	margin:10px 0px;
}
.topinfo {
	display:block;
	position:absolute;
	border:dotted 1px #ffffff;;
	border-radius:10px;
	background-color:#455672;
	background:url('../image/base/black_tp20.png');
	width:300px;
	height:175px;
	top:30px;
	left:580px;
	color:#ffffff;
}
.topinfo h2 {
	display:block;
	position:relative;
	color:#ffffff;
	font-size:1.2em;
	width:90%;
	line-height:2em;
	border:none;
	border-bottom:solid 1px #ffffff;
	margin:auto;	
	padding:0px;
}
.topinfo p {
	display:block;
	position:relative;
	font-size:1em;
	margin:1em auto;
	width:90%;
	line-height:1.8em;
	text-indent:0.5em;
	text-align:left;
}
.topinfo .infodetail {
	position:absolute;
	right:5px;
	bottom:0px;
	margin:0;
	text-align:right;
}
.topinfo .infodetail a {
	color:#ffffff;
	font-size:1em;
}
/*-------------------------- topimage style END --------------------------*/
/*-------------------------- main style START --------------------------*/
.main {
	display:block;
	position:relative;
	width:100%;
	min-height:250px;
	padding:1em;
}
.main h2 {
	display:block;
	position:relative;
	font-size:1.2em;
	font-weight:normal;
	color:#55cc77;
	border-left:solid 10px #55cc77;
	text-align:left;
	text-indent:1em;
	line-height:1.5em;
}
.news_topics, .content {
	display:block;
	position:relative;
	width:68%;
	float:left;
}
.news_topics dl {
	padding-top:1.5em;
	font-size:0.8em;
}
.news_topics dt {
	text-indent:10px;
}
.news_topics dd {
	border-bottom:1px dotted;
	margin-left:0px;
	text-indent:1em;
	padding-left:2em;
}
.eventinfo dt {
	float: left;
	margin: 0;
	padding: 3px 0 3px 8px;
	background: url(../image/common/bullet_03.png) left 9px no-repeat;
}

.eventinfo dd {
	margin: 0;
	padding: 3px 5px 3px 7.5em;
}
.links {
	display:block;
	position:relative;
	width:25%;
	float:left;
	margin-left:4%;
}
.links ul {
	margin:0.8em 0em;
}
.links ul li {
	margin-left:10px;
}
.link_to_pagetop {
	text-align:right;
}
/*-------------------------- main style END --------------------------*/
.footer {
	display:block;
	position:relative;
	width:100%;
	height:50px;
	background:url('../image/base/footerback.png') no-repeat;
	clear:both;
}
/*-------------------------- footer style START --------------------------*/
.footer p {
	font-size:0.65em;
	line-height:50px;
	color:#304264;
	width:100%;
	text-align:center;
}
/*-------------------------- footer style END --------------------------*/


/*-------------------------- Organization style START --------------------------*/
.pimlist H3, .pimlist H4, .pimlist H5 {display:block; position:relative; text-align:left; margin-left:1em; height:1.5em; line-height:1.5em; font-size:0.9em;}
.pimlist H3 a, .pimlist H4 a, .pimlist H5 a {position:relative;}
.pimlist H3 a:before, .pimlist H4 a:before, .pimlist H5 a:before {content:"<"}
.pimlist H3 a:after, .pimlist H4 a:after, .pimlist H5 a:after {content:">"}
.pimlist H3 { color: white; text-align:left;
	background:#002255;
	padding:0.1em 0.5em;
	font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.pimlist H4 { color: #002255; text-align:left;
	background:#aaddff;
	padding:0.1em 1em;
	font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.pimlist H5 { color: black; text-align:left;
	background:#efefef;
	padding:0.1em 2em;
	font-weight:bold;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
.pimlist dl { color: black; text-align:left;
	margin: 0.1em 1em;
	padding:0.1em 8em;
}
.pimlist dt {display:block; width: 10em; position: absolute;left:5em; padding: 2px;} 
.pimlist dd{ margin-left: 7em; width: 26em; margin-bottom:2px;}
/*-------------------------- Organization style END --------------------------*/


/*-------------------------- Invitation style START --------------------------*/
.presenter {display:block; position:relative; font-weight:bold;}
.presenter:before {content:"» "}
.title {display:block; position:relative;}
/*-------------------------- Organization style END --------------------------*/
