@charset "UTF-8";

@import url("reset.css");

/* @group by DwCS3 */

body  {
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD;
} 
.twoColFixRtHdr #header h1 {
	margin: 0;
	padding: 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 200px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
　　

}
.twoColFixRtHdr #mainContent { 
	margin: 0 235px 0 0; /* この div エレメントの右マージンにより、ページの右側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* @end */



/* @group SpryMenuBarHorizontal.cssの上書き */

ul.MenuBarHorizontal li
{
	text-align: center; /* 変更 */
	width: 150px; /* 変更 */
	height: 38px; /* 追加。下のpadding-topとheightとborder上下を足したもの。 */
	font-weight: bold; /* 追加 */
	text-shadow: #ccc 1px 1px 1px; /* 追加 */
	
}

ul.MenuBarHorizontal a
{
	height: 28px; /* 追加 */
	margin: 0; /* 追加 */
	padding: 8px 0.75em 0; /* 変更 */
	background: #2b2c2c; /* 変更 */
	color: #fff; /* 変更 */
	border: 1px #aaabab outset;
	background: -webkit-gradient(linear, left top, left bottom, from(#898989), to(#2b2c2c));
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background: #aaabab; /* 変更 */
	color: #323333; /* 変更 */
	border: 1px #aaabab outset;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#aaabab));
}

/* @end */



/* @group basic */

body {
	color: #000;
	background: #fdeef0 url(../images/haikei.jpg) repeat center top; /* 変更 */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* 変更 */
}

p {
	font-size: 0.9em;
	text-align: justify;
}

.twoColFixRtHdr #mainContent p.fltrt, .twoColFixRtHdr #mainContent p.fltlft {
	margin: 0 0 22px 0; /* 変更 */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link {
	color: #00c;
	text-decoration: underline;
}

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

a:hover {
	color: #06f;
	text-decoration: underline;
}

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

/* @end */



/* @group container */

.twoColFixRtHdr #container {
	background: #fff; /* 変更 */
	width: 900px; /* 変更 */
	border: none; /* 変更 */
	margin-bottom: 32px; /* 追加 */
	-webkit-box-shadow: #4C4948 8px 8px 16px; /* 追加 */
	-moz-box-shadow: #4C4948 8px 8px 16px;
	background-color: #fff;
	background-image: url(../images/jf_glaybase.png);
	background-repeat: repeat-y;
	background-position: right top;
}

/* @end */



/* @group header */

.twoColFixRtHdr #header {
	background: #CCCCCC; /* 変更 */
	padding: 0; /* 変更 */
}

.twoColFixRtHdr #header h1 {
	padding: 0px; /* 変更 */
}



/* @end */



/* @group sidebar1 */

.twoColFixRtHdr #sidebar1 {
	width: 235px; /* 変更 */
	background-color:transparent; /* 変更 */
	padding: 0px;
}

.twoColFixRtHdr #sidebar1 h2 {
	margin-top: 16px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	overflow: auto;
	height: 200px;
	color: #333333;
}


/* @end */



/* @group mainContent */

.twoColFixRtHdr #mainContent {
	background-color: transparent; /* 追加 */
	margin-right: 235px; /* 変更 */
	background-image: url(../images/jf_logo2.png);
	background-repeat: no-repeat;
	padding-top: 54px;
	padding-right: 32px;
	padding-bottom: 64px;
	padding-left: 120px;
	background-position: 0px 95px;
	line-height: 22px;
}

.twoColFixRtHdr #mainContent h1 {
	font-size: 2em;
	margin-bottom: 0.3em;
	margin-left: -90px;
}

.twoColFixRtHdr #mainContent h2 {
	font-size: 0.95em;
	color: #333333;
	margin: 1.5em 0px 0.5em;
	padding: 0.2em 0.5em;
	background-color: #CCCCCC;
}

.twoColFixRtHdr #mainContent h3 {
	color: #232584;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}

.twoColFixRtHdr #mainContent h4 {
	color: #333333;
	font-size: 13px;
	margin-top: 18px;
	margin-bottom: 0.6em;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent h5 {
	color: #333333;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0.2em;
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent p {
	line-height: 2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
}

.twoColFixRtHdr #mainContent p strong {
	color: #666666;
	font-size: 1.3em;
	text-shadow: #ccc 1px 1px 1px;
	line-height: 22px;
}


.thrColFixHdr #mainContent p hr {
	height: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.thrColFixHdr #mainContent p hr1 {
	text-decoration: underline;
	color: #CCCCCC;
}

.twoColFixRtHdr #mainContent p em {
	color: #232584;
	font-style: normal;
	font-weight: bold;
}

.twoColFixRtHdr #mainContent ul {
	margin-bottom: 0.4em;
	margin-top: 0.3px;
}

.twoColFixRtHdr #mainContent li {
	font-size: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 2em;
	line-height: 1.5em;
}



.twoColFixRtHdr #mainContent table {
	margin-bottom: 1em;
}

.twoColFixRtHdr #mainContent table tr th, .twoColFixRtHdr #mainContent table tr td {
	padding: 6px;
	font-size: 0.9em;
	line-height: 1em;
}

.twoColFixRtHdr #mainContent table tr th {
	background-color: #CCCCCC;
}
.twoColFixRtHdr #mainContent table tr th strong {
	color: #c2007b;
	text-shadow: #ccc 1px 1px 1px;
}


.twoColFixRtHdr #mainContent table tr td strong {
	color: #c2007b;
	text-shadow: #ccc 1px 1px 1px;
}


.twoColFixRtHdr #mainContent table tr td sample {
	color: #333333;
}


/* @end */






/* @group footer */

.twoColFixRtHdr #footer {
	color: #fff;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	padding: 0.5em 1em 16px; /* 変更 */
	clear: both;
	background-color: #333333;
}

.twoColFixRtHdr #footer a {
	color: #fff;
}

#footer ul {
	text-align: right;
}

#footer ul li {
	display: inline;
}

#footer ul li:before {
	content: "| ";
}

#footer ul li:first-child:before {
	content: "";
}



#footer address {
}

#footer address img {
}

/* @end */

/* 2011.7　追加*/
span.map{font-size: 0.9em;}

.twoColFixRtHdr #pltitle { 
	margin: 20px 0 15px 0;
	font-size: large;
	font-weight: bold;
}

.twoColFixRtHdr #plsubtitle {
	width: 490px;
	margin: 10px 0 5px 0;
	font-size: 1em;
	line-height: 1.6em;
}

.twoColFixRtHdr #pl-maintext1 {
	width: 470px;
	padding: 10px 0 5px 15px;
	font-size: 0.9em;
	line-height: 1.7em;
}

.twoColFixRtHdr #pl-maintext2 {
	width: 485px;
	margin: 10px 0 10px 0;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: right;
}

.twoColFixRtHdr #pl-maintext3 {
	width: 450px;
	padding: 5px 0 10px 15px;
	font-size: 0.9em;
	line-height: 1.7em;
}

.twoColFixRtHdr #number {
	padding: 10px 0 5px 15px;
	font-size: 0.9em;
	line-height: 1.7em;
	float: left;
}

.twoColFixRtHdr #pl-otoiawase1 {
	width: 465px;
	margin: 10px 0 20px 0;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
}

.twoColFixRtHdr #pl-otoiawasebg {
	width: 465px;
	background-color:#f1f2f1;
	margin: 10px 0 20px 0;
	padding: 10px;
	text-align: left;
}

.twoColFixRtHdr #pl-otoiawasetxt1 {
	width: 465px;
	margin: 0 0 15px 0;
	font-size: 1em;
}

.twoColFixRtHdr #pl-otoiawasetxt2 {
	width: 465px;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: left;
}
