﻿
@charset "UTF-8";

body{
	color: #4c4c4c;
	font-family:"ＭＳ ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3";
	}
	
#all{
	font-size: 1.2em;
/*	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	width: 100%;
	line-height: 1.0;
	background:#e6e6e6 url(../img/contents/newyears/bg_01.png) repeat-x left 99px;
	}
	
#wrap-01{
	background: url(../img/header/bg_01.gif) repeat-x left top;
	}

#wrap-02{
	background:url(../img/contents/newyears/bg_02.png) no-repeat center top;
	}
#wrap-02s{
	background: url(../img/footer/bg_01.gif) repeat-x center bottom;
}
	
#wrap-03{
/*	background: #c87786;*/
	background: #EF2020;
	}

/*================================================
ヘッダ
------------------------------------------------*/
#header{
	position: relative;
	width: 960px;
/*	width: 1000px;*/
	height: 99px;
	margin:0 auto;
}

#header #search{
	width: 139px;
	height: 18px;
	padding:5px 0 0 30px;
	position: absolute;
	top: 9px;
	right: 0;
	background:url(../img/header/bg_search.gif) no-repeat left top;
}

#header #search input.txt{
	width: 130px;
	background: none;
	border: none;
}

#header .innailink{
	width: 154px;
	height: 41px;
	position: absolute;
	top:0;
	left: 299px;
}

#header .innailink a{
	display:block;
	width: 154px;
	height: 41px;
}

#header ul#submenu{
	position: absolute;
	width: 340px;
	top: 1px;
	right: 170px;
}

#header ul#submenu li{
	float: right;
	margin: 16px 28px 0 0;
	background:url(../img/other/arrow_01.gif) no-repeat left center;
	padding:0 0 0 10px;
}

#header ul#submenu li a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#header ul#submenu li a:hover{
	color: #999999;
}

#header ul#globalmenu{
	position: absolute;
	width:657px;
	height:41px;
	top: 48px;
	right: 0;
	background:url(../img/header/bg_gmenu.gif) no-repeat left top;
}

#header ul#globalmenu li{
	float: left;
}
/*
#header ul#globalmenu li:hover{
	-moz-transform:rotate(-5deg) scale(1.5);
	-webkit-transform: rotate(-5deg) scale(1.5);
	transform:rotate(-5deg) scale(1.5);
}*/

/*グローバルメニューアクティブ*/
body#about #header ul#globalmenu li.g-01,
body#activity #header ul#globalmenu li.g-02,
body#seminar #header ul#globalmenu li.g-03,
body#instructionalprojects #header ul#globalmenu li.g-04,
body#news #header ul#globalmenu li.g-05,
body#prize #header ul#globalmenu li.g-06{
	zoom:1;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

/*================================================
メイン
------------------------------------------------*/
#main{
	width: 980px;
	margin:0 auto;
}


/*================================================
パンクズ
------------------------------------------------*/
#main #pankuzu{
	margin-left: 10px;
	padding:13px 0;
	color: #ffffff;
}

#main #pankuzu a{
	color: #ffffff;
}

/*================================================
ローカルメニュー
------------------------------------------------*/
#main #localmenu{
	width:256px;
	float: left;
}

#main #localmenu h2{
	background-color:#f0f0f0;
	border:3px solid #ffffff;
	height: 60px;
	width: 230px;
	margin:0 10px 10px 10px;
	
	box-shadow:#777777 0px 0px 5px;
	-uu-box-shadow:#777777 0px 0px 10px;
	
	border-radius: 2px;
	-uu-border-radius: 2px;
	
	vertical-align: middle !important;
}

#main #localmenu ul{
	background-color:#ffffff;
	margin:0 10px 10px 10px;
	padding: 10px;
	
	box-shadow:#777777 0px 0px 5px;
	-uu-box-shadow: #777777 0px 0px 10px;
	
	border-radius: 2px;
	-uu-border-radius: 2px;
}

#main #localmenu ul li{
	margin:0 0 4px 0;
	background:#d9d9d9 url(../img/other/arrow_03.gif) no-repeat 10px center;
	font-weight: bold;
	zoom:1;
}

#main #localmenu ul li a,
#main #localmenu ul li.l-top-02 a{
	display:block;
	padding:8px 8px 8px 27px;
	color:#4c4c4c;
	text-decoration: none;
	zoom:1;
}

#main #localmenu ul li.l-top a:hover,
#main #localmenu ul li.l-top-02 a:hover{
	color: #FFFFFF !important;
	background:#c87786 url(../img/other/arrow_02.gif) no-repeat 10px center !important;

	-moz-transform:rotate(-1deg) scale(1.05,1.1);
	-moz-box-shadow:5px 5px 10px #000000;
	-webkit-transform: rotate(-1deg) scale(1.05,1.1);
	-webkit-box-shadow:5px 5px 10px #000000;
	transform:rotate(-1deg) scale(1.05,1.1);
	box-shadow:5px 5px 10px #000000;
}

#main #localmenu ul li.l-sub a:hover {
	background:url(../img/other/arrow_04.gif) no-repeat left center !important;
	color:#8eacce !important;
}

#main #localmenu ul li.l-sub{
	background: url(../img/other/line_01.gif) no-repeat left bottom;
	margin:0 0 0 0;
	padding:4px 0;
}

#main #localmenu ul li.l-sub a{
	display: block;
	background:url(../img/other/arrow_04.gif) no-repeat left center;
	padding:4px 8px 4px 10px;
	margin: 0 0 0 18px;
	color: #1f5fa8;
}

#main #localmenu ul.outside li.ttl{
	color:#444;
	background:#fff !important;
	padding:3px 7px 2px 7px;
	margin-bottom:4px;
	font-size:1.2em;
	display:inline-block;
}

body#instructionalprojects #localmenu ul.outside li span{
	font-size:0.8em !important;
	line-height:1.7;
}

/*================================================
コンテンツ
------------------------------------------------*/
#main #contents{
	width: 699px;
	float: right;
	margin:0 0px 10px 0;
	border: 3px solid #ffffff;
	background:#FFF url(../img/contents/bg_contents_01.gif) no-repeat left 65px;
	line-height: 1.5;
	box-shadow: #777777 0px 0px 5px;
	-uu-box-shadow: #777777 0px 0px 10px;
	border-radius: 2px;
	-uu-border-radius: 2px;
}

#main #contents h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 25px;
	color:#4c4c4c;
	font-size:1.83em;
	padding: 20px;
	margin:0 0 30px 0;
}

#main #contents h2.double{
	padding:5px 20px;
	height: 55px;
}

#main #contents h2 span{
	font-size:0.6em;
}

#main #contents h2.sma{
	font-size:1.6em !important;
}

#main #contents h2.sma span{
	font-size:0.6em;
}


/*各ページタイトル背景*/
body#about #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_01.gif) no-repeat left bottom; }
body#activity #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_02.gif) no-repeat left bottom; }
body#seminar #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_03.gif) no-repeat left bottom; }
body#instructionalprojects #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_04.gif) no-repeat left bottom; }
body#news #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_05.gif) no-repeat left bottom; }
body#prize #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_06.gif) no-repeat left bottom; }
body#other #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_ingai.gif) no-repeat left bottom; }
body#whatsnew-ingai #main #contents h2{ background:#f0f0f0 url(../img/contents/bg_title_ingai.gif) no-repeat left bottom; }

/*================================================
ページトップ
------------------------------------------------*/

#ttop {
position:fixed !important;
position: absolute;
bottom:20px;
right:0px;
_right:-1px;
width:33px;
height:132px;
}

a.page_top {
width:33px;
height:132px;
}

/*================================================
フッタ
------------------------------------------------*/
#footer{
	width: 960px;
	margin:0 auto;
	padding: 15px 0;
	line-height: 1.5;
	color: #FFF;
}

#footer .access{
	float: left;
	margin:0 0 10px 0;
}

#footer .access p{
	float:left;
	margin:0 20px 0 0;
}

#footer ul{
	float: right;
	background:url(../img/footer/line_01.gif) no-repeat right center;
}

#footer ul li{
	float: right;
	padding:0 10px;
	background:url(../img/footer/line_01.gif) no-repeat left center;
}

#footer ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul a:hover{
	color:#ddaab4;
}

#footer .pdf{
	clear: both;
	padding: 20px 10px 40px 0;
	border-top:1px solid #eba8b4;
	font-size: 0.83em;
}

#footer .pdf p{
	float: left;
	vertical-align: middle;
}

#footer .pdf p a{
	color:#FFF;
}

#footer .pdf p.txt{
	padding: 0 0 0 20px;
}

#footer .copylight{
	clear: both;
	text-align: right;
	margin:0 0 0 0;
}

#footer .copylight02{
	clear: both;
	text-align: left;
	margin:0 0 0 0;
}
