@charset "utf-8";

/* 共通スタイル
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	color:#333;
}

body {
	background:url(../img/bgBody.png) left top repeat-x;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,Osaka,arial,sans-serif;
	font-size:75%;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}


/* リンクカラー
----------------------------------------------------------- */
a:link { color:#0000FF; }
a:visited { color:#0000FF; }
a:hover {	color:#f47a7f; }
a:active { color:#0000FF; }


/* clearFix
----------------------------------------------------------- */
.clearFix{
    zoom:1;/*for IE 5.5-7*/
}
.clearFix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.clear{
	clear:both;
}


/* 汎用
----------------------------------------------------------- */
.vaBtm { vertical-align:bottom; }

.pdgTop05 { padding-top:5px; }
.pdgTop10 { padding-top:10px; }
.pdgTop15 { padding-top:15px; }

.pdgBtm05 { padding-bottom:5px; }
.pdgBtm10 { padding-bottom:10px; }
.pdgBtm15 { padding-bottom:15px; }

.fltRgt { float:right; }
.fltLft { float:left; }


ul.yokoLinkList {
	display: block;
	font-size: 12px;
}

ul.yokoLinkList li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
}

ul.yokoLinkList li+li {
	border-left:1px solid #999;
}

span.need { color:#ff0000; }

/* レイアウト
----------------------------------------------------------- */

div#header,
div#wrapper,
div#footWrap {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

/* header */
div#header {
	height: 90px;
}

div#header h1 {
	display: block;
	width: 200px;
	height: 90px;
	float: left;
}


/* 文字サイズ変更------------------------------------------ */

div#header div#mojiSizeHead {
	width: 120px;
	height: 90px;
	background:url(../img/mojiSizeHead.png) left top no-repeat;
	float: right;
}

div#header div#mojiSizeHead ul#fontSizeSwitcher {
	display:block;
	width:90px;
	height:27px;
	padding-left:18px;
	padding-top:50px;	
}

div#header div#mojiSizeHead ul#fontSizeSwitcher li {
	display:block;
	width:27px;
	height:27px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	cursor:pointer;
	float:left;
	background-position:left top;
	background-repeat:no-repeat;
	margin-right:3px;
}

div#header div#mojiSizeHead ul#fontSizeSwitcher li#sizeNormal {
	background-image:url(../img/sizeS.png);
}

div#header div#mojiSizeHead ul#fontSizeSwitcher li#sizeLarge {
	background-image:url(../img/sizeM.png);
}

div#header div#mojiSizeHead ul#fontSizeSwitcher li#sizeMax {
	background-image:url(../img/sizeL.png);
}

div#header div#mojiSizeHead ul#fontSizeSwitcher li.current {
	background-position: 0 -27px;
}

/* -------------------------------------------------------- */

/* wrapper------------------------------------------------- */
div#wrapper {
	clear: both;
	position: relative;
	background:url(../img/bgChara.jpg) right top no-repeat;
	margin-top: 2px;
}

div#wrapper div#alpha {
	width: 624px;
	float: left;
	padding-top: 4px;
}

div#gallWaku {
	width: 594px;
	height: 316px;
	background:url(img/bgGallery.gif) left top no-repeat;
	padding: 15px;
}

div.imageElement {
	display: none;
}

h2#updateInfo {
	padding-top: 10px;
}

div#updateInfoDiv {
	width: 600px;
	height: 130px;
	padding-left: 1px;
	overflow: auto;
	padding: 10px;
	border-color: #ccc;
	border-width: 0 1px 1px;
	border-style:solid;
}

div#alpha h2.shinSaku {
	display: block;
	width: 582px;
	background:url(../img/bgH2ShinSaku.png) left center no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 130%;
}

div#alpha h2.shinSaku span {
	background-color: #FFFFFF;
	padding-right: 0.5em;
}

div#updateInfoDiv h3 {
	font-size: 120%;
	border-bottom: 1px dotted #999;
}

div#updateInfoDiv ul {
	padding-left: 25px;
	padding-top: 5px;
}

div#updateInfoDiv li {
	list-style-type: disc;
	list-style-position: outside;
}


div#alpha h3.itemBoxTopNew,
div#alpha h3.itemBoxTop {
	display: block;
	width: 604px;
	padding-top: 24px;
	padding-left: 20px;
	font-size: 130%;
	color: #ff7800;
	padding-bottom: 5px;
}

div#alpha h3.itemBoxTopNew { background:url(../img/itemBoxTopNew.png) left top no-repeat; }
div#alpha h3.itemBoxTop { background:url(../img/itemBoxTop.png) left top no-repeat; }

div#alpha div.itemBox {
	width: 584px;
	padding: 10px 20px;
	background:url(../img/itemBox.png) left top repeat-y;
}

div#alpha div.itemBox div.imgbox {
	width: 100px;
	padding: 0 5px 0 0;
	float: left;
}

div#alpha div.itemBox div.textbox {
	width: 475px;
	float: right;
}

div#alpha div.itemBoxBtm {
	width: 624px;
	clear: both;
	height: 16px;
	background:url(../img/itemBoxBtm.png) left top no-repeat;
	padding-bottom: 10px;
}

table.tdfkTable,
table.normalTable,
table.linkTable {
	border-collapse:collapse;
	empty-cells:show;
	border:1px solid #666666;
	margin:5px auto;
	width: 98%;
}

table.linkTable {
	border:none;
}

table.tdfkTable caption,
table.normalTable caption,
table.linkTable caption {
	font-size:120%;
	padding-bottom:5px;
	font-weight:bold;
}

table.tdfkTable th,
table.normalTable th,
table.linkTable th {
	border:1px solid #666666;
	padding: 2px;
	background-color: #CCFFCC;
}

table.tdfkTable th {
	text-align:left;
	padding:5px;
	color: #333333;
	background-color: #e9e9e9;
}

table.normalTable th { width: 120px; }

table.linkTable th {
	font-size:120%;
	padding: 5px;
	border:none;
}

table.tdfkTable td,
table.normalTable td,
table.linkTable td {
	border:1px solid #666666;
	padding: 2px;
}

table.tdfkTable td {
	padding:5px;
}

table.linkTable td {
	padding:5px;
	border:none;
}

div#wrapper div#beta {
	width: 213px;
	float: right;
	margin-top: 363px;
	background-color: #ffeeb1;
	padding-bottom: 100px;
}

div#beta div#circleBanner,
div#beta div#linkBanner {
	width: 213px;
	overflow: hidden;
	padding: 5px 0;
}

div#beta div#circleBanner img,
div#beta div#linkBanner img {
	padding: 5px 6px;
	vertical-align: bottom;
}

/* -------------------------------------------------------- */

/* headerMenu---------------------------------------------- */
#headerMenu{
	height: 45px;
	width:850px;
	padding-top: 4px;
	margin: 0 auto;
}

#headerMenu ul{
	width:850px;
	height:45px;
}

#headerMenu ul li{
	height:45px;
	float:left;
	display:block;
}

#headerMenu ul li a{
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	height:45px;
	display:block;
	background:url(../img/bgTopMenuBtn.png) left top no-repeat;
	text-decoration: none;
}

#headerMenu ul li#hM01 a{
	background-position: 0 0;
	width:141px;
}
#headerMenu ul li#hM02 a{
	background-position: -141px 0;
	width:142px;
}
#headerMenu ul li#hM03 a{
	background-position: -283px 0;
	width:142px;
}
#headerMenu ul li#hM04 a{
	background-position: -425px 0;
	width:142px;
}
#headerMenu ul li#hM05 a{
	background-position: -567px 0;
	width:142px;
}
#headerMenu ul li#hM06 a{
	background-position: -709px 0;
	width:141px;
}



#headerMenu ul li#hM01 a:hover{
	background-position: 0 -45px;
}
#headerMenu ul li#hM02 a:hover{
	background-position: -141px -45px;
}
#headerMenu ul li#hM03 a:hover{
	background-position: -283px -45px;
}
#headerMenu ul li#hM04 a:hover{
	background-position: -425px -45px;
}
#headerMenu ul li#hM05 a:hover{
	background-position: -567px -45px;
}
#headerMenu ul li#hM06 a:hover{
	background-position: -709px -45px;
}

/* -------------------------------------------------------- */


/* footer */
div#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background:url(../img/bgFooter.png) left top repeat-x;
	height:66px;
	clear: both;
}

div#footer div#footWrap {
	padding-top: 8px;
}

div#footer div#footWrap p {
	color:#ffffff;
	margin: 0 0 8px 0;
}

div#footer div#footWrap a {
	color:#ffffff;
	text-decoration:none;
}

div#footer div#footWrap a:hover {
	color:#FFCC00;
}

div#footer div#footWrap ul#footLink {
	width:450px;
	float: left;
}

div#footer div#footWrap div#copyright {
	width: 334px;
	float: right;
}

/* pageup */
div#pageup {
	clear: both;
	width: 16px;
	height: 69px;
	background:url(../img/pageUp.png) left top no-repeat;
	position: absolute;
	left: 852px;
	top: 1000px;
}

div#pageup a {
	display:block;
	width: 16px;
	height: 69px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
}

img.iconMail {
	vertical-align:middle;
	margin-right:5px;
}
