@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 ../common/teplate.css改編
--------------------------------------------------------------------------------------- */
#btnPagetop{width:963px;margin:0px;text-align:right;padding:10px 0px 8px;clear:both;padding-right:2px;}
#btnPagetop a{width:50px;margin-left:auto;display:block;}
#btnPagetop img{margin-left:auto;display:block;border:0px;}

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #666666;
	margin: 0 auto;/*26px auto*/
	padding: 0px;
	font-size: 75%;
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック";
}

html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family: Helvetica, Arial, "ＭＳ Ｐゴシック";
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/*

/*
body {
	font: 13px;
	*font-size: small;
	*font: x-small;
	color: #666666;
	margin: 26px auto;
	padding: 0px;
}
*/

/* 基本タグ ------------------------------ */

div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}

.uwatuki {
	vertical-align: super;
	font-size: 77%;
}


/* 基本テキストリンク ------------------------------ */

a {
	overflow: hidden;
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/


/* コンテンツ外枠
--------------------------------------------- */
#wrapper {
	float: none;
	margin: 20px 0 20px;/*0 0 20*/
	padding: 0;
	height: auto;
	width: 965px;
}

/* コンテンツ枠
--------------------------------------------- */
#ctLeft {
	float: left;
	width: 770px;/*785*/
}

#ctLeft.low {
	float: left;
	width: 770px;/*778*/
}

#ctLeft.low #innerLeft {
	float: left;
	width: 185px;
}

#ctLeft.low #innerRight {
	float: right;
	width: 575px;
}

#ctRight {
	float: right;
	width: 185px;
}

#specCt {
	width: 965px;/*980*/
}

#specCt #innerLeft {
	float: left;
	width: 185px;
}

#specCt #innerRight {
	float: right;
	width: 770px;/*777*/
}

/* メインタイトル
--------------------------------------------- */
h2.mainTtl {
	padding: 0 0 20px 0;
}

h2.mainTtl img {
	display: block;
	float: left;
}

h2.mainTtl span {
	display: block;
	float: left;
	padding: 5px 0 0 20px;
	*padding: 6px 0 0 20px;
	margin-bottom:-5px;
	font-size: 91%;
	font-weight: bold;
}

/* 右サイドナビ
--------------------------------------------- */
#ctRight p {
	padding-bottom: 1px;
}

#ctRight .sideNavR {
	margin-bottom: 1px;
	padding: 20px 20px 13px;
}

#ctRight .sideNavR p {
	padding-bottom: 10px;
	text-align: center
}

#ctRight .sideNavR ul li {
	line-height: 0;
}
#ctRight .sideNavR ul li a {
	display: block;
	width: 145px;
	height: 46px;
}

/* 左サイドナビ
--------------------------------------------- */
#innerLeft ul.sideNavL {
	width: 185px;
}

#innerLeft ul.sideNavL li {
	margin-bottom: 1px;
}

#innerLeft ul.sideNavL li a {
	display: block;
	width: 185px;
	height: 36px;
	text-indent: -9999px;
	overflow: hidden;
}

#innerLeft ul.sideNavL #nav_style a {
	height: 43px;
}


/* btmCaption
--------------------------------------------- */
p.btmCaption {
	margin: 0;
	padding: 0;
	font-size: 83%;
	color: #333;
}