@charset "euc-jp";


/*
========== TABLE of CONTENTS ==========

1:info
2:info-nav
3:mailinfo

clearfix rules

========== TABLE of CONTENTS ==========
*/

.nav{
	margin-bottom: 25px;
	font-size: 110%;
	text-align: center;
	}

/* ---------- 1:info ---------- */

#info{
	margin-bottom: 30px;
	}
#i-title{/* use clearfix hack */
	margin-bottom: 10px;
	padding: 3px 8px 5px 8px;
	background: url(../../images/h2_bk_w634.gif) no-repeat bottom right;
	}
#i-title h2{	
	float: left;
	font-size: 120%;
	font-weight: bold;
	}
#i-title p{
	float: right;
	}
div#title-topbg{
	background: url(../../images/h2_top.gif) no-repeat top right;
	min-height: 2px;
	}
*html div#title-topbg{
	height: 2px;
	}
div#title-topbg hr{
	display: none;
	}

#info dl{
	margin: 0 0 8px 8px;
	font-size: 110%;
	}
#info dt{
	margin-bottom: 6px;
	font-weight: bold;
	}
#info dl dd span.date{
	font-size: 90%;
	}
#info ul{
	margin-left: 8px;
	}
#info ul li{
	text-align: center;
	}
#info ul dl dt{
	margin-bottom: 0;
	}
#info ul dl dd{
	font-size: 90%;
	}


/* ---------- /1:info ---------- */

/* ---------- 3:mailinfo ---------- */
.mailinfo strong {
	font-weight: bold;
	}
#info .mailinfo dl {/* reset */
	margin: 0 auto;
	padding: 0 0 3px;
	width: 395px;
	background: url(../../images/info01_bg_bt.png) repeat-x 0 100%;
	font-size: inherit;
	}
#info .mailinfo dt {/* reset */
	width: 395px;
	height: 14px;
	margin-bottom: 0;
	background: url(../../images/info01_bg_tp.png) repeat-x 0 0;
	font-weight: normal;
	text-indent: -4649px;
	overflow: hidden;
	}
.mailinfo dd {
	padding: 6px 9px;
	background: #b8d3e9 url(../../images/info01_bg_md.png) repeat-x 0 0;
	border-left: 1px solid #b8d3e9;
	border-right: 1px solid #b8d3e9;
	}
/* ---------- /3:mailinfo ---------- */



/* ---------- ope ------------ */
/*110318*/
.linkCat {
	margin: 20px;
}
.linkCat ul {
	text-align: center;
}
.linkCat li {
	display: inline;
	margin: 0 10px 0 0;
	padding: .3em 0 .3em 22px;
	font-weight: bold;
	font-size: 120%;
	background: url(http://i.yimg.jp/images/sicons/catsearch16.gif) no-repeat 0 50%;
}

/*110322*/
#info .twtr ul li {/* user clearfix */
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
#info .twtr ul {
	margin-right: 8px;
}
.twtrUser, 
#info .twtr ul li a {
	color: #1985b5 !important
}
.twtr {
	position: relative;
	margin-top: 25px;
	border: 2px solid #67accd;
}
.twtr h3 {
	background: #8ec1da;
	padding: .4em;
	color: #fff;
	font-size: 110%;
}
.twtr h3 a {
	color: #fff;
}
.twtr h3 strong {
	font-weight: bold;
}
.twtr .switchNav {/* use clearfix */
	background: #d3e5e8;
}
#info .twtr ul.switchNav {
	margin: 0;
}
#info .twtr ul.switchNav li {
	float: left;
	width: 304px;
	border-bottom: 2px solid #bcced1;
	font-weight: bold;
	font-size: 110%;
}
.twtr ul.switchNav li img {
	margin-top: .1em;
	float: left;
	display: block;
	margin-right: 3px;
	vertical-align: bottom;
}
.twtr ul.switchNav li a {
	display: block;
	width: 283px;
}
.twtr ul.switchNav li.current a {
	display: inline;
	font-weight: normal;
	font-size: 85%;
	vertical-align: middle;
}
#info .twtr .switchNav li.current {
	background: #fff;
	border-left: 1px solid #bcced1;
	border-top: 2px solid #d3e5e8;
	border-right: 1px solid #bcced1;
	border-bottom: none;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.twtr .twLogo {
	position: absolute;
	top: .4em;
	right: .4em;
}
.twtrTl {
	height: 220px;
	width: 630px;
	overflow: auto;
}
.tw0  .twtrTl {
	height: 3em;
	text-align: center;
	margin-top: .5em;
	overflow: hidden;
}
.twtrUser, .twtrAtReply {
	font-size: 110%;
}
.twtrIcon {
	float: left;
	width: 30px;
	margin: 0 10px 0 0;
	text-align: center;
}
.twtrIcon a {
	display: block;
	width: 30px;
}
.twtrText {
	float: right;
	width: 544px;
}
.notes {
	margin-top: .3em;
	color: #666;
}

.serviceInfo {
	margin: 0 2px 35px !important;
	font-size: 120% !important;
}

/* ---------- clearfix rules(float clear hack) ---------- */

#i-title:after,#info-nav dd:after,
#info .twtr ul li:after,
.twtr .switchNav:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#i-title,#info-nav dd,
#info .twtr ul li,
.twtr .switchNav{
	display: inline-block;
	}
/* Hides from IE5-mac \*/
*html #i-title,*html #info-nav dd,
*html #info .twtr ul li,
*html .twtr .switchNav{
	height: 1%;
	}
#i-title,#info-nav dd,
#info .twtr ul li,
.twtr .switchNav{
	display: block;
	}
/* End hide from IE5-mac */

/* ---------- /clearfix rules(float clear hack) ---------- */