@charset "utf-8";

/* --------------------------------------------------
	=body
-------------------------------------------------- */

body {
	line-height: 1.5;
	color: #333;
	font-family: "メイリオ","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	font-size: 14px;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}

img.icon:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

/* --------------------------------------------------
	=clearfix
-------------------------------------------------- */
.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearfix {
	overflow: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	overflow: visible;
}
/* End hide from IE-mac */

/* --------------------------------------------------
	=wrapper 
-------------------------------------------------- */

#wrapper {
	width: 100%;
}

/* --------------------------------------------------
	=header
-------------------------------------------------- */

#header {
	width: 100%;
	height: 119px;
	background: #b2e6fa;
}

#headerArea {
	margin: 0 auto;
	width: 1100px;
	background: url(../common/header_bg.gif) no-repeat;
}

#headerArea-box {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 119px;
}

#headerArea-logo {
	position: absolute;
	top: 0;
	left: 1px;
}

#headerArea-lang {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 32px;
	text-align: right;
}

#search {
	padding: 2px;
	border: none;
	position: absolute;
	top: 42px;
	right: 50px;
	width: 126px;
	height: 16px;
	color: #999;
	background: #fff;
}

#searchBtn {
	position: absolute;
	top: 42px;
	right: 0;
}

#headerArea-btn {
	position: absolute;
	right: 0;
	bottom: 12px;
}

/* --------------------------------------------------
	=navi
-------------------------------------------------- */

#navi {
	width: 100%;
	height: 46px;
	background: url(../common/navi_bg.gif) repeat-x;
}

#navi ul {
	margin: 0 auto;
	width: 960px;
}

#navi ul li {
	float: left;
}

/* --------------------------------------------------
	=footer
-------------------------------------------------- */

#pagetop {
	margin: 0 auto;
	padding-top: 60px;
	width: 880px;
	text-align: right;
	clear: both;
}

#footerLink {
	padding: 14px 0;
	width: 100%;
	line-height: 24px;
	color: #fff;
	background: url(../common/footerlink_bg.gif) repeat center top;
	font-size: 12px;
	border-top: solid 4px #00a8e3;
}

#footerLink a:link,
#footerLink a:visited,
#footerLink a:hover,
#footerLink a:active {
	color: #fff;
}

#footerLink-box {
	margin: 0 auto;
	width: 960px;
}

#footer {
	width: 100%;
	height: 215px;
	background: #b2e6fa;
}

#footerArea {
	margin: 0 auto;
	width: 1100px;
	background: url(../common/footer_bg.gif) no-repeat;
}

#footerArea-box {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 215px;
}

#footerArea-logo {
	position: absolute;
	top: 51px;
	left: 0;
}

#footerArea-open {
	position: absolute;
	top: 51px;
	left: 255px;
	line-height: 18px;
	color: #000;
	font-size: 12px;
}

#footerArea-contact {
	position: absolute;
	top: 51px;
	left: 612px;
	line-height: 18px;
	color: #000;
	font-size: 12px;
}

#footerArea dl dt {
	margin-bottom: 10px;
}

#footerArea span.round {
	color: #00a8e3;
}

#footerArea span.english {
	color: #666;
}

#footerArea-copy {
	position: absolute;
	right: 0;
	bottom: 15px;
	color: #000;
	font-size: 10px;
}

/* --------------------------------------------------
	=contents 
-------------------------------------------------- */

#contents {
	margin: 40px auto 0 auto;
	width: 960px;
}

/* --------------------------------------------------
	=main 
-------------------------------------------------- */

#main {
	float: left;
	width: 710px;
}

/* --------------------------------------------------
	=side 
-------------------------------------------------- */

#side {
	float: right;
	width: 220px;
}

#sideMenu {
	margin-bottom: 10px;
}

#sideMenu img {
	margin-bottom: 5px;
}

.sideBox {
	margin-bottom: 15px;
}

.sideLink div {
	margin-bottom: 10px;
}
.LinkList {
	margin-bottom: 15px;
}
.LinkList li {
	border: solid 1px #ccc;
	border-top: none;
}
.LinkList li.top {
	border-top: solid 1px #ccc;
}
.sideLink a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* --------------------------------------------------
	=top 
-------------------------------------------------- */

.topBox {
	margin-top: 30px;
}

#topNews {
	position: relative;
	width: 710px;
	height: 37px;
}

#topNews .list {
	position: absolute;
	top: 10px;
	right: 12px;
}

#topNews-list {
	margin-top: 5px;
	position: relative;
	width: 710px;
	height: 175px;
	overflow: auto;
	font-size: 13px;
}

#topNews-list dl {
	width: 688px;
}
		
#topNews-list dt {
	padding: 7px 0;
	position: absolute;
	left: 0;
	width: 105px;
	color: #00adef;
	background: url(../images/top_news_arrow.gif) no-repeat right 9px;
}
		
#topNews-list dd {
	padding: 7px 0 7px 105px;
	border-bottom: dotted 1px #ccc;
	color: #666;
}

#topNews-list dd a:link,
#topNews-list dd a:visited {
	color: #666;
	text-decoration: none;
}

#topNews-list dd a:hover,
#topNews-list dd a:active {
	color: #666;
	text-decoration: underline;
}

#topNews-list dd img {
	vertical-align: middle;
}

#topGlobal-box01 {
	float: left;
	width: 355px;
}

#topGlobal-box02 {
	float: right;
	width: 355px;
}

#topSite table {
	margin-top: 10px;
	border-top: dotted 1px #ccc;
	width: 710px;
}

#topSite table tr th {
	padding: 15px 25px;
	border-bottom: dotted 1px #ccc;
	vertical-align: middle;
	background: url(../images/top_site_arrow.gif) no-repeat left center;
	text-align: left;
}
		
#topSite table tr td {
	padding: 15px 0;
	border-bottom: dotted 1px #ccc;
	line-height: 18px;
	vertical-align: middle;
	color: #666;
	font-size: 13px;
	text-align: left;
}
		
#topSite table tr th.siteTxt01 {
	color: #ff81b3;
}

#topSite table tr th.siteTxt01 a:link,
#topSite table tr th.siteTxt01 a:visited {
	color: #ff81b3;
	text-decoration: underline;
}

#topSite table tr th.siteTxt01 a:hover,
#topSite table tr th.siteTxt01 a:active {
	color: #ff81b3;
	text-decoration: none;
}

#topSite table tr th.siteTxt02 {
	color: #00a8e3;
}

#topSite table tr th.siteTxt02 a:link,
#topSite table tr th.siteTxt02 a:visited {
	color: #00a8e3;
	text-decoration: underline;
}

#topSite table tr th.siteTxt02 a:hover,
#topSite table tr th.siteTxt02 a:active {
	color: #00a8e3;
	text-decoration: none;
}

#topSite table tr th.siteTxt03 {
	color: #1e6fcf;
}

#topSite table tr th.siteTxt03 a:link,
#topSite table tr th.siteTxt03 a:visited {
	color: #1e6fcf;
	text-decoration: underline;
}

#topSite table tr th.siteTxt03 a:hover,
#topSite table tr th.siteTxt03 a:active {
	color: #1e6fcf;
	text-decoration: none;
}

#topSite table tr th.siteTxt04 {
	color: #f47b53;
}

#topSite table tr th.siteTxt04 a:link,
#topSite table tr th.siteTxt04 a:visited {
	color: #f47b53;
	text-decoration: underline;
}

#topSite table tr th.siteTxt04 a:hover,
#topSite table tr th.siteTxt04 a:active {
	color: #f47b53;
	text-decoration: none;
}

#topSite table tr th.siteTxt05 {
	color: #70af5f;
}

#topSite table tr th.siteTxt05 a:link,
#topSite table tr th.siteTxt05 a:visited {
	color: #70af5f;
	text-decoration: underline;
}

#topSite table tr th.siteTxt05 a:hover,
#topSite table tr th.siteTxt05 a:active {
	color: #70af5f;
	text-decoration: none;
}
a:hover img.btn-over,
.btn-over a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* できること */
.possible {
	position: relative;
	background: url("../images/home/possible_bg.png");
	border: solid 4px #CAF0FD;
	padding: 15px 0 7px 18px;
	margin-bottom: 30px;
	margin-top: 50px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.possible .possibleTitle {
	font-weight: bold;
	font-size: 174%;
	color: #00B8F7;
	padding: 7px 0 10px;
	text-shadow:0px 3px 1px white,0px 2px 1px white,1px 2px 1px white,2px 2px 1px white,2px 1px 1px white,2px 0px 1px white,3px 0px 1px white,2px -1px 1px white,2px -2px 1px white,2px -3px 1px white,1px -3px 1px white,0px -3px 1px white,-1px -3px 1px white,-2px -3px 1px white,-3px -3px 1px white,-3px -2px 1px white,-3px -1px 1px white,-3px 0px 1px white,-3px 1px 1px white,-3px 2px 1px white,-2px 2px 1px white,-1px 2px 1px white;
}
.possible .possibleTitle small {
	color: #fff;
	text-shadow: none;
}

.possible .possibleTitle small.sub-txt {
	font-size: 13px;
	color: #000;
	text-shadow: none;
	font-weight: normal;
}

.possible .possibleIcon {
	position: absolute;
	right: 10px;
	top: -30px;
}
.possible ul {
	list-style: none;
}
.possible ul li {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
}

.possible ul li img {
	vertical-align: bottom;
	margin-bottom: 0;
}
/*
.possible ul li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
*/

.relationlink .relationlinkTitle {
	font-size: 182%;
	color: #00B8F7;
	font-weight: bold;
}
.relationlink p {
	margin-bottom: 15px;
}
.relationlink ul {
	margin-right: -2%;
}
.relationlink ul li {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.relationlink ul li a {
	background: url("../images/home/link-icon.png") no-repeat right center;
	font-size: 123.1%;
	line-height: 1.2;
	font-weight: bold;
	color: #00B8F7;
	border: solid 3px #00B9F7;
	display: block;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.relationlink ul li a:hover {
	text-decoration: none;
	background-color: #EEFBFF;
}

.en .relationlink ul li a {
	padding: 15px 20px;
	height: 40px;
	display: table-cell;
	width: 500px;
	vertical-align: middle;
}



.topLink {
	margin-top: 10px;
	/*margin-left: -1.3%;*/
	margin-left: -10px;

}
.topLink > li {
	border: solid 1px #7652B8;
	margin-bottom: 10px;
	width: 230px;
	margin-left: 10px;
	/*
	width: 32.03333333333%;
	margin-left: 1.3%;
	*/
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topLink > li > h4 {
	color: #fff;
	font-weight: bold;
}
.topLink > li > h4 span,
.topLink > li > h4 a {
	color: #fff;
	display: block;
	padding: 10px;
	font-size: 15px;
	background: #7652B8;
	position: relative;
}
.topLink > li > h4 a:hover {
	text-decoration: none;
	background: #8b5dd6;
}

.topLink > li > h4 a:after {
	content: "";
	display: block;
	background: url("../common/link_icon.png") no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
}

.topLink > li.titleOnly > h4 {
	display: table;
	width: 100%;
}
.topLink > li.titleOnly > h4 a {
	width: 100%;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
.topLink > li.titleOnly > h4 a:after {
	height: 100px;
	background: url("../common/link_icon.png") no-repeat;
	top: 50px;
	margin-top: 0;
}


.topLink > li > div,
.topLink > li > p {
	padding: 10px;
	font-size: 93%;
}
.topLink > li .subLink a {
	text-decoration: underline;
	background: url("../common/link_sub_icon.png") no-repeat 0 0.4em;
	padding-left: 10px;
}

/* Pink */
.topLink > li.pink {
	border-color: #E27BAF;
}
.topLink > li.pink > h4 span,
.topLink > li.pink > h4 a {
	background-color: #E27BAF;
}
.topLink > li.pink > h4 a:hover {
	background-color: #ed92ba;
}
.topLink > li.pink .subLink a {
	color: #E27BAF;
}

/* Pink */
.topLink > li.green {
	border-color: #4C993F;
}
.topLink > li.green > h4 span,
.topLink > li.green > h4 a {
	background-color: #4C993F;
}
.topLink > li.green > h4 a:hover {
	background-color: #5abb4b;
}
.topLink > li.green .subLink a {
	color: #4C993F;
}