@charset "utf-8";


/* Common Tags */
/* ----------------------------------------------------- */
body {
	background-color: #c7c7c7;
	background-image: url("../images/common/head_bg.gif");
	background-repeat:repeat-x;
	text-align: center;
	margin: 0px 1px 10px 1px;
	padding: 0px;
	font-family: osaka,Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333;
	font-size:14px;
}



img {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration:underline;
}

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


ul {
	margin: 1.5em 0;
	padding-left: 1.5em;
}

li {
	margin: 0.75em 0;
	padding: 0;
	line-height: 160%;
}



p {
	line-height:150%;
	margin:1em 0;
}
em {
	font-weight:bold;
	font-style:normal;
}

hr {
 clear:both;
  color: #b3b3b3; /* ?F*/
  height: 3px; /* ? */
  border: 0px; 
  border-style:solid;
  margin:10px 0px;
 }
 
 /* テーブル関連*/
/* ----------------------------------------------------- */

tr.midashi{
	text-align:center;
	color:#FFFFFF;
	background-color:#2190C8;
}

th.midashi{
	text-align:center;
	color:#FFFFFF;
	background-color:#2190C8;
}

td.midashi{
	text-align:center;
	color:#FFFFFF;
	background-color:#2190C8;
}



tr.backblue {
	background-color:#D3EDFB;
}

th.backblue {
	background-color:#D3EDFB;
}
 
 
td.backblue {
	background-color:#D3EDFB;
}

.backglay {
	background-color:#EFEFEF;
}

tr.backglay {
	background-color:#EFEFEF;
}

th.backglay {
	background-color:#EFEFEF;
	text-align:center;
}
 
 
td.backglay {
	background-color:#EFEFEF;
}
 
tr.backgreen {
	background-color:#99CF16;
}

th.backgreen {
	background-color:#99CF16;
}

td.backgreen {
	background-color:#99CF16;
}

tr.backred {
	background-color:#c42;
	color:#fff;
	font-weight:bold;
}

th.backred {
	background-color:#c42;
	color:#fff;
	font-weight:bold;
}

td.backred {
	background-color:#c42;
	color:#fff;
	font-weight:bold;
}
 
tr.backpink {
	background-color:#F7C9DD;
}

th.backpink {
	background-color:#F7C9DD;
}

td.backpink {
	background-color:#F7C9DD;
}
 
 
 /* 献金方法テーブル*/
/* ----------------------------------------------------- */ 
  
div.item{
	margin:20px 5px;
}

div.item table{
	margin:0px;
	border-collapse:collapse;
	border:1px solid #999;
	width:100%;
}
div.item table th{
	font-weight:bold;
	border:1px solid #999;
	background:#efefef;
	color:#00b2cc;
	text-align:center;
	padding:5px;
	width:100px;
}
div.item table td{
	border:1px solid #999;
	padding:5px;
}


 /* テキスト関連 */
/* ----------------------------------------------------- */
.smalltext {
	font-size:12px;
	font-weight:normal;
	color:#000;
}

.redtext {
	color: #c42;
	font-weight:bold;
}

.bluetext {
	color:#00b2cc;
}

 /* パンくずリスト関連 */
/* ----------------------------------------------------- */

.breadList{
	padding:0px;
	margin:0px 0px 15px 0px;
}

.breadList p{
	font-size:12px;
	padding:0px;
	margin:0px;
}

.breadList a{
	color:#000;
	padding:0px;
	margin:0px;
}

.breadList a:hover{
	color:#c76714;
}

/* Common Classes */
/* ----------------------------------------------------- */

.clearBoth {
	overflow:hidden;
	height:0px;
	clear: both;
}

.floatL { float: left ;margin-right:10px;}
.floatR { float: right ;margin-left:10px;}
.center { margin-left: auto; margin-right: auto; text-align:center }
.bold { font-weight: bold }
.normal { font-weight: normal }
.toToptext {font-size:x-small; text-align:right; padding:30px;}
.toToptext-border {font-size:x-small; text-align:right; padding:20px 0px;border-bottom:dotted 1px #999999}

.allow_left{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 1.5px;
	background-image: url("../images/common/arrow_left.gif");
	padding-bottom:2px;
}

.allow_right_small{
	padding-left:12px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/common/arrow_right_s.gif");
	border:none;
	padding-bottom:0px;
}

.allow_right_s ul{
	padding-left:0px;
	text-indent:0em;
	list-style:none;
}

.allow_right_s li{
	padding-left:12px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/common/arrow_right_s.gif");
	border:none;
	padding-bottom:0px;
}


.allow_right{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 1.5px;
	background-image: url("../images/common/arrow_right.gif");
	padding-bottom:2px;
}

.allow_right_l ul{
	margin:0px 10px 0px 10px;
	padding-left:0px;
	text-indent:0em;
	list-style-type:none;
	padding-bottom:10px;
}

.allow_right_l li{
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 1.5px;
	background-image: url("../images/common/arrow_right.gif");
	padding-bottom:2px;
}

.ritht_text {
	text-align:right;
}


/* BODY */
/* ----------------------------------------------------- */

#wrap {
	position: relative;
	width:830px;
	padding:0px;
	margin:0px auto;
	text-align:center;
	margin-top:120px;
}

#body {
	background-color: #fff;
	margin: 0px;
	text-align: left;
}



/* Header */
/* ----------------------------------------------------- */

#header {
	position: absolute;
	top:-120px;
	left:-14px;
	width: 830px;
	height: 120px;
	background-repeat: repeat-x;
	z-index:1;
}

#headerTop p{
	position: absolute;
	color:#000;
	font-size:11px;
	left: 0px;
	top: 0px;
	z-index:3;
	height:20px;
	margin:5px 0px 0px 50px;
	width:500px;
}

#headerLeft {
	position: absolute;
	left: -10px;
	top: 5px;
	z-index:2;
	width:300px;
	height:72px;
	margin:0px;
	vertical-align:top;
}

#headerLeft h1{ 
	float:left;
	margin-right:10px;
	margin-top:13px;
}


#headerLeft p{ 
	font-size:10px;
	line-height:1.1em;
}


#header #headerRight { 
	text-align:right;
	font-size:12px;
	position: absolute;
	top: 20px;
	left:520px;
	width:280px;
	height:20px;
	z-index:2;
	clear:both;
}

#headerRight img{
	vertical-align:middle;
}

#headerRight ul{
	padding:2px 0px 12px 0px;
	list-style:none;
	text-indent:0px;
}

#headerRight li{
	padding-left:12px;
	border:none;
	padding-bottom:0px;
	float:right;
}

#headerRight li a{
	color:#000;
	text-decoration:underline;
}

#headerRight li a:hover{
	color:#c76714;
}


#topImg2 {
	clear:both;
	margin-bottom:30px;
	position:relative;
}

#topImg2 #aboutBox{
	position:absolute;
	top:145px;
	left:650px;
}

#topImg2 #aboutBox a:hover{
	position:relative;
	top:2px;
	left:2px;
}

/* Top Menu*/
/* ----------------------------------------------------- */

#topMenu {
	height:36px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:13px;
	background-image:url("../images/common/navi_bg.gif");
	background-repeat:repeat-x;
}

#topMenu p{
	color:#FFFFFF;
	margin:0px;
	height:36px;
}

#topMenu a{
	text-align:center;
	height:36px;
	color:#ffffff;
	margin:0px;
	border-right:solid 1px #ffffff;
	display:block;
	width:116px;
	float:left;
	line-height:36px;
	background-image:url("../images/common/navi_bg.gif");
	text-decoration:none;
}

#topMenu a.linenone{
	margin:0px;
	border-right:none;
}

#topMenu a:hover{
	color:#00b2cc;
	background-image:url("../images/common/navi_bg_hover.gif");
	text-decoration:none;
}

#topMenu span{
	display:none;
}


#topMenu ul{
	padding:2px 0px 12px 0px;
	text-align:center;
	list-style:none;
	text-indent:0px;
	margin-left:50px;
}

#topMenu li{
	float:left;
}




/* Content */
/* ----------------------------------------------------- */

#pagebody {
	margin:0px;
	text-align: left;
	padding:0px;
}

#pagebody-inner {
	padding:0px 50px 0px 50px;
	margin:0px;
}



/* Content LeftMenu*/
/* ----------------------------------------------------- */

#beta {
	float: left;
	width: 200px;
	margin: 0px;
	padding:0px;
	background-color:#fff;
}

#beta-inner {
	padding:0px;
	margin:0px;
}

#beta #menuArea {
	padding:0px;
	margin:0px 0px 30px 0px;
	background-color:#ececec;
}

#beta #menuArea #menuArea-inner{
	padding:10px;
	margin:0px;
}

#beta .bannerArea {
	padding:0px 0px 15px 0px;
}


#beta .bannerArea p{
	font-size:11px;
}

#beta .bannerArea img{
	margin-bottom:15px;
}

#beta .bannerArea h3 a{
	color:#00b2cc;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 1.5px;
	background-image: url("../images/common/arrow_right.gif");
	padding-bottom:5px;
}

#beta .sideImg {
	position:relative;
	width:200px;
	height:200px;
	color:#fff;
	margin-bottom:20px;
	font-size:11px;
	line-height:1.1em;
}	

#beta .sideImg .sideImg-inner {
	position:absolute;
	top:35px;
	left:0px;
	padding:10px;
	margin:0px;
}
	
#beta .module-categories,#beta .module-archives,#beta .module-search,#beta .module-content,#beta .module-archives module{
	padding:0px;
	margin:15px 0px;
}

#beta .module-search{
	padding:0px;
}


.module-content{
	margin:0px;
	padding:0px;
}


#beta h1,#beta h2,#beta h3{
	font-size:small;
}

#beta h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
}



#beta h2 {
color:#00b2cc;
margin:10px 0px;
padding:0px;
}


#beta ul{
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style-type:none;
}

#beta ul li{
	color:#000;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 2.5px;
	background-image: url("../images/common/arrow_right.gif");
	border-bottom:solid 2px #cccccc;
	padding-bottom:10px;
	margin-top:5px;
	font-weight:bold;

}

#beta ul li a{
	color:#000;
	text-decoration:underline;
}

#beta ul li a:hover{
	color:#c76714;
}


#beta h2.module-header {
	color:#00b2cc;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-image: url("../images/common/paper.png");
	padding-bottom:0px;
	margin:0px;
}

#beta h2.module-header img {
	vertical-align:middle;
}


#beta li ul{
	padding-left: 0px;
	margin:0px;
}
	
#beta .module-archives ul.module-list li.module-list-item{
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/common/arrow_right_s.gif");
	border-bottom:solid 2px #cccccc;
	padding-bottom:10px;
	margin-left:10px;
	font-weight:normal;
}

#beta ul li ul li{
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 15px;
	background-image: url("../images/common/arrow_right_s.gif");
	border-top:dotted 1px #cccccc;
	border-bottom:none;
	padding-top:10px;
	padding-bottom:0px;
	margin-left:-15px;
	font-weight:normal;
}



.backglay {
	margin:0px;
	padding:0px;
	background-color:#efefef;
}


#beta a:hover { 
	color:#00b2cc;
	text-decoration: underline;
}



/* Contents */
/* ----------------------------------------------------- */
#alpha {
	/*position: relative;*/
	float: right;
	width: 500px;
	padding: 0px;
}

#alpha h1 {
	color:#000;
	text-align:left;
	padding: 5px 0px 5px 18px;
	border-bottom: solid 1px #ccc;
	margin:0px 0px 20px 0px;
	font-size:20px;
	font-weight:bold;
	border-left:7px #00b2cc solid;
	clear:both;
}

#alpha h1 img{
	margin:0px 0px 10px 0px;
}


#alpha .entry-body img {
	float:right;
	margin:0px 0px 15px 15px;
}


#alpha h2{
	color:#000;
	text-align:left;
	padding: 5px 0px 5px 18px;
	border-bottom: solid 1px #ccc;
	margin:0px 0px 20px 0px;
	font-size:20px;
	font-weight:bold;
	border-left:7px #00b2cc solid;
	clear:both;
}


#alpha .manifest h2 {
	padding-left:0px;
	border:none;
	clear:both;
}

#alpha .manifest h3 img {
	margin:0px;
	padding:0px;
}

#alpha .manifest td{
	vertical-align:top;
}

#alpha .manifest td img.floatR{
	float:right;
	margin-left:10px;
}

#alpha .manifest tr{
	clear:both;
}

#alpha .manifest h4{
	line-height: 120%;
	margin: 10px 0px;
	font-size: 16px;
	color: #008bd5;
}

#alpha .manifest h5{
	line-height: 120%;
	margin: 10px 0px;
	font-size: 26px;
	color: #008bd5;
}

#alpha .manifest ul{
	margin-left:30px;
}

#alpha .manifest ul li{
	font-weight:bold;
}

#alpha h3 {
	line-height: 130%;
	margin: 20px 0px;
	font-size: 16px;
	color: #00b2cc;
}

#alpha .ImgTitle h1{
	border:none;
	padding:0px;
	margin:0px;
}

#alpha h3.entry-header{
	padding-top:10px;
	font-size:14px;
	color:#00b2cc;
	padding-bottom:5px;
	border-bottom:1px;
	border-bottom-color:#00b2cc;
	border-bottom-style:solid;
}

#alpha h4{
	font-size:14px;
}


#alpha .itembox{
	width:500px;
	margin:0px;
	padding:0px;
	height:170px;
}

#alpha .itembox .itemLeft{
	width:145px;
	float:left;
	margin-right:17px;
	padding:0px;
}

#alpha .itembox .itemRight{
	width:145px;
	float:right;
	margin-right:0px;
	padding:0px;
}



#alpha address{
	font-style:normal;
}


#alpha .date-header{
	color:#999999;
	font-size:11px;
	border:none;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:11px;
	font-weight:normal;
}


#alpha .entry-footer {
	color:#999999;
	font-size:10px;
	text-align:right;
	clear:both;
}

#alpha .blueBox {
	background-color:#D3EDFB;
	display:block;
	clear:both;
	margin-bottom:20px;
}

#alpha .blueBox h3{
	margin-top: 5px;
	padding-top:0px;
}

#alpha .blueBox .inner{
	padding:10px;
}

#alpha .blueBox h4 img{
	margin-top:10px;
}

#alpha .blueBox p img{
	float:left;
	margin-right:10px;
}

#alpha .cat {
	font-size:11px;
	line-height:100%;
	background-color: #00b2cc;
	color:#FFF;
	padding:2px 4px;
	display:inline;
	margin-right:5px;
}


#alpha dl{
	margin:10px 0px;
	padding:0px;
}

#alpha dt{
	margin:10px 0px;
	font-weight:bold;
	line-height:120%;
}


#alpha dd{
	margin:10px 0px;
	padding-left:14px;
	line-height:120%;
}

#alpha .largeLink ul{
	list-style:none;
	margin:5px 0px;
	padding:0px;
}

#alpha .largeLink ul li{
	font-size:16px;
	color:#000;
	padding:0px 0px 0px  22px;
	margin:10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/common/arrow_right.gif");
	font-weight:bold;

}



#alpha .pdfLink ul{
	list-style:none;
	margin:5px 0px;
	padding:0px;
}

#alpha .pdfLink ul li{
	font-size:16px;
	color:#000;
	padding:0px 0px 0px  30px;
	margin:10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/icon/pdf_icon.gif");
	font-weight:bold;

}

.asset-more-link{
	text-align:right;
	font-size:12px;
	clear:both;
	margin:15px 0px;
}

.asset-more-link a{
	background-repeat: no-repeat;
	background-position: 0px 1.5px;
	background-image: url("../images/common/arrow_right.gif");
	padding:3px 0px;
	padding-left:18px;
	vertical-align:middle;
}



#alpha .imgBox a:hover{
	position:relative;
	top:2px;
	left:2px;
}


/* Footer */
/* ----------------------------------------------------- */

#bottom {
	margin-left:0px;
	padding: 0px;
	/*background-position: bottom;
	background-repeat: no-repeat;*/
	clear:both;
}
	

#footer {
	width: 830px;
	height:85px;
	color:#fff;
	font-family: osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	clear:both;
	display:block;
	background-image:url("../images/common/footer_bg.gif");
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}

#footer p{
	padding:5px 0px 0px 0px;
}

#footer ul{
	text-align:center;
	margin-left:100px;
	list-style:none;
	text-indent:0px;
}

#footer li{
	float:left;
}

#footer a,#footer span{
	color:#fff;
}

#footer a:hover{
	color:#efefef;
}


#footerCopy {
	color:#fff;
	text-align:center;
	font-family: osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	font-size: 10px;
	padding:0px;
	margin:0px;
	line-height:100%;
}

#footerCopy a{
	color:#fff;
}

#footer .LeftArea {
	text-align:left;
	margin-left:15px;
	width:550px;
	float:left;
}

#footer .LeftArea p {
	line-height:1.3em;
	padding:0px;
}

#footer .RightArea {
	text-align:right;
	margin-right:15px;
	width:200px;
	float:right;
	font-size:11px;
	line-height:0em;
}
#footer .RightArea p{
	line-height:1.3em;
}




/* タグ、カテゴリーリスト */
/* ----------------------------------------------------- */

h4.entry-tags-header, h4.entry-categories-header{
	margin:5px 0px;
}

ul.entry-categories-list li, ul.entry-tags-list li{
	display:inline;
	margin:0px;
	padding:0px;
}

ul.entry-categories-list, ul.entry-tags-list{
	list-style:none;
	margin:0px;
	padding-left:0px;
}


/* プロフィール */
/* ----------------------------------------------------- */

#profile dl {
	font-size:13px;
	padding-right: 200px;
	padding-bottom: 30px;
	margin: 15px 0px 0px 0px;
	width: 300px;
	position: relative;
	background-image: url(../images/profile/career.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	 
#profile dl dt {
	position: absolute;
	left: 0;
	padding-top: 10px;
	color: #00b2cc;
	width: 100px;
	text-align:right;
}
	 
#profile dl dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 140px;
	border-bottom: 1px dotted #ccc;
	line-height:1.4em;
}

/* 応援メッセージ */
/* ----------------------------------------------------- */

#message div{
	border-bottom: 1px dotted #ccc;
	margin:5px 0px;
}


/* ニューズレター */
/* ----------------------------------------------------- */


#alpha .nlLink {
	border-bottom: 1px dotted #ccc;
	margin:0px 0px 10px 0px;
}

#alpha .nlLink ul{
	list-style:none;
	margin:5px 0px;
	padding:0px;
}

#alpha .nlLink ul li{
	font-size:16px;
	color:#000;
	padding:0px 0px 0px  30px;
	margin:10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/icon/pdf_icon.gif");
	font-weight:bold;

}

#alpha .nlLink ul li a:hover span.smalltext {
	color:#c76714;
}


/* マニフェスト */
/* ----------------------------------------------------- */

#alpha .manifest dt{
	font-size:16px;
	color:#008bd5;
	margin:20px 0px 15px 0px;
	clear:both;
}

#alpha .manifest dd{
	line-height:1.6em;
}

#alpha .manifest dl img{
	padding:15px;
}

#alpha .manifest dd span.blue{
	color:#008bd5;
}

#alpha .blueBox .nlLink {
	border:none;
	margin:0px;
}

#alpha .blueBox .nlLink ul{
	list-style:none;
	margin:5px 0px;
	padding:0px;
}

#alpha .blueBox .nlLink ul li{
	font-size:16px;
	color:#000;
	padding:0px 0px 0px  30px;
	margin:10px 0px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-image: url("../images/icon/pdf_icon.gif");
	font-weight:bold;

}