@charset "utf-8";
/* ===================================================================
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
}

body {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	/*font-family:Helvetica Neue,Helvetica,Arial,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
	background:#fff;
	font-size:14px;
	line-height:140%;
	color:#181818;
	}
	

input, textarea {
	font-family:Helvetica Neue,Helvetica,Arial,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ","Meiryo", Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
a {
	text-decoration:none;
	outline:0px;
	color:#000;
}

a:link {
	color:#2fa6e3;
	text-decoration:underline;
}

a:visited {
	color:#2fa6e3;
	text-decoration:underline;
}

a:hover {
	color:#2fa6e3;
	text-decoration:underline;
}

a:active {
	color:#2fa6e3;
	text-decoration:underline;
}

/* CSS3
----------------------------------------------------*/
#css3 {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/common/css/PIE.htc);

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	behavior: url(PIE.htc);
	background: #EEFF99;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEFF99), to(#66EE33));
	background: -moz-linear-gradient(#EEFF99, #66EE33);
	background: linear-gradient(#EEFF99, #66EE33);
	-pie-background: linear-gradient(#EEFF99, #66EE33);
	behavior: url(/PIE.htc);
}

/* 汎用
----------------------------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.imgR { float: right; margin: 0 0 10px 10px; }
.imgL { float: left; margin: 0 10px 10px 0; }
.tC,.btn { text-align: center; }
.tR, .sign { text-align: right; }


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#allcover {
	margin: 0px;
	padding: 0px;
}
#pageHeader,
#pageFooter,
#pageMain {
margin: 0px ;
padding: 0px;

}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
#pageHeader {
	height:113px;
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	overflow:hidden;
	/*text-align:right;*/
}
#globalHeader {
	/*background: #7cd0ff;*/
	overflow:hidden;
	width: 944px;
	height:286px;
	text-align:right;
	margin: 0px auto;
	padding: 0px;
	margin-top:30px;
}

.logo {
	margin-top:20px;
	width:299px;
	float:left;
}
.tagLine {
	/*border:solid 1px;*/
	float:right;
	margin-top:33px;
	/*text-align:right;*/
	line-height:15px;
	/*background-color:transparent;*/
	overflow:visible;
	/*height:60px;*/
}
.tagText {
	margin-bottom:15px;
	border:#181818;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:8px;
	overflow:visible;
}
.phone {
	font-size:21.73pt;
	overflow:visible;
	padding-top:10px;
}

#navi {
	background: url(../img/bgNavi.jpg) repeat-x left top;
	height:41px;
	width:100%;
	text-align:center;
}

header {
	margin:0px;
	padding:0px;
}

#kadomaru {
	background-color:#feeeee;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-top:6px;
}

/*----------------------------------------------------	
	main
----------------------------------------------------*/
#pageMain {
}

#contents {
	/zoom: 1;
	background: #ffffff;
	padding-top:30px;
	padding-bottom:10px;
}

#contents .main {
	overflow:hidden;
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px 0px;
}

#main table,
#main ol,
#main ul,
#main dl,
#main blockquote,
#main pre,
#main p {
	margin: 0px;
}








/* --------------------------------------------------------------------------------------------------------
	!!!! added
-------------------------------------------------------------------------------------------------------- */

img {
	vertical-align: top;
}

/* --- clearfix --- */

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  margin-top: -1px;
}

@media print {
  .clearfix:after {
    clear: both;
    height: 1px;
    margin-bottom: -1px;
    visibility: hidden;
  }
}



/*----------------------------------------------------
	footer#globalFooter
----------------------------------------------------*/
#pageFooter {
	height:91px;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
}
#globalFooter {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	border-top:solid 2px;
}
footer {
	overflow:hidden;
	margin: 0px auto;
	padding: 0px;
}
footer#globalFooter {
	clear: both;
}

#footerLeft {
	margin-left:15px;
	float:left;
}
.footerCopy {
	float:left;
	margin-left:30px;
	margin-top:30px;
	font-size:13px;
	line-height:18px;
	color:#333;
}
#footerRight {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-family: Helvetica, sans-serif;
	width:400px;
	float:right;
	text-align:right;
	margin-top:30px;
	font-size:11px;
	line-height:18px;
	color:#333;
}

#footerRight a:link, #footerRight a:visited, #footerRight a:hover, #footerRight a:active{
	color:#181818;
	text-decoration:underline;
	/*background-color:#FFF;*/
}

.copyright {
	font-weight:bold;
}
#footerRight a:link, #footerRight a:visited {
	color:#181818;
}
#footerRight a:hover {
	/*color:#fff;*/
}

#naviFooter {
	width: 100%;
	background: #ffffff;
	
}
#naviFooterIn {
	width: 940px;
	margin: 0px auto;
	padding: 0px;
	padding-bottom:20px;
}
#naviFooterIn ul {
	margin: 0;
	padding: 0;
	float:left;
	list-style-type: none;
}
#naviFooterIn ul li {
	float: left;
	display: inline;
	list-style: none;
	margin-right:15px;
	padding-top:8px;
}
.pageTop {
	float:right;
	background-image:url(../../img_top/top15.gif);
	background-position:0px 5px;
	background-repeat: no-repeat;
	padding-left:20px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


.textLink a:link, .textLink a:visited {
	font-weight:bold;
	border-bottom: dotted 3px #000000;
}

.about {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:12px;
	color:#181818;
	margin-left:15px;
	margin-right:15px;
	line-height:17px;
	margin-bottom:15px;
}

.tel {
	margin-top:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left:60px;
	padding-top:3px;
	background-image:url(../../img_top/top8.gif);
	background-position:5px 0px;
	background-repeat: no-repeat;
	height:30px;
	font-size:25px;
}

.mail {
	margin-top:20px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left:55px;
	padding-top:3px;
	background-image:url(../../img_top/top10.gif);
	background-position:5px 0px;
	background-repeat: no-repeat;
	height:30px;
	font-size:25px;
}

/*.phone a:link, .mail a:visited {
	color:#181818;
	text-decoration:none;
}
.tel a:link, .mail a:visited {
	color:#181818;
	text-decoration:none;
}*/
.mail a:link, .mail a:visited {
	color:#181818;
	text-decoration:none;
}

.time {
	float:left;
	font-size:14px;
	margin-left:10px;
}
.timeRight {
	font-size:15px;
	margin-left:90px;
}
.map {
	margin-left:5px;
	margin-bottom:10px;
}
.mapZoom {
	text-align:right;
	margin-right:6px;
	padding-bottom:10px;
}

/* ------------------------------------
    TwitterBlock
------------------------------------ */

#twitter_update_list {
    height: 360px;
}
#twitter_update_list li {
    line-height: 136%;
    background: url(../img/line_dot.gif) repeat-x left bottom;
    padding-bottom: 5px;
}
#twitter_update_list {
    padding: 10px;
	padding-left:8px;
	padding-right: 18px;
	/* control white space height*/
    height: 360px;
}

#twitter_update_list li {
    line-height: 136%;
    background: url(../img/line_dot.gif) repeat-x left bottom;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#twitter_update_list .Date {
    clear: both;
    color: #999;
}
#TwitterBlock .Timeline {
    width: 280px;
    height: 338px;
    margin-left: 4px;
    overflow: auto;
}
.Timeline .Wrap {
    padding: 14px;
}
#TwitterBlock .Timeline {
    background: url(../img/twitter_bg.gif) no-repeat left top;
}
* html #TwitterBlock .Timeline {
    background-attachment: fixed;
    overflow: scroll;
}

#TwitterBlock .Button p {
    display: inline;
	margin:0px;
}
/* ------------------------------------
    TwitterBlock
------------------------------------ */
#TwitterBlock {
	padding-top:20px;
    /*float: right;*/
    width: 288px;
    background: #fff;
	height:400px;
	clear:right;
}
#TwitterBlock h2 {
   /* padding: 11ppageTopx 0px 11px 16px;*/
}
#twitter_update_list span {
    display: block;
}
#twitter_update_list a:link { color: #2fa6e3; text-decoration: underline; background: none; font-size:12px;}
#twitter_update_list a:visited { color: #2fa6e3; text-decoration: underline; background: none; font-size:12px;}
#twitter_update_list a:hover { color: #2fa6e3; text-decoration: underline; background-color:#none; font-size:12px;}
#twitter_update_list a:active { color: #2fa6e3; text-decoration: underline; background-color:#none; font-size:12px;}
#twitter_update_list span a:link { color: #2fa6e3; text-decoration: underline; background: none; font-size:12px;}
#twitter_update_list span a:visited { color: #2fa6e3; text-decoration: underline; background: none; font-size:12px;}
#twitter_update_list span a:hover { color: #2fa6e3; text-decoration: underline; background-color:#none; font-size:12px;}
#twitter_update_list span a:active { color: #2fa6e3; text-decoration: underline; background-color:#none; font-size:12px;}

.btnConversation {
	margin-top:10px;
	text-align:right;
}