/*メインカラム*/

.main{
	z-index:1000;
	position:absolute;
	top:120px;
	left:40px;
	width:220px;
}


.topics{
	z-index:1000;
	position:absolute;
	top:420px;
	left:40px;
}

.oe_wrapper{
	position:absolute;
	background:#FFF url(../images/texture_header.jpg) no-repeat;
	top:0px;
	left:35%;
	height:100%;
	width:300px;
	box-shadow:0 0 10px #666;
}


/*フォント設定*/
.web-font{
	font-family: 'Rosarivo', serif;
	font-weight:normal;
	letter-spacing: 0.1em;
}

.white{color:#FFFFFF;}

/*見出し設定*/
h1{
	width:200px;
	height:51px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	margin:0 auto 20px auto;
	text-align:center;
}

h1 a{
	width:200px;
	height:51px;
	display:block;
}


h2{
	font-size:240%;
	margin-top:20px;
	color:#039;
}


/*ニュース*/
dl.news{
	margin:10px 0;
	width:220px;
	font-size:11px;
}

dl.news dt{
	clear:both;
	float:left;
	width:60px;
	padding:5px 0;
}

dl.news dd{
	paddding-left:60px;
	border-bottom:1px dotted #999;
	padding:5px 0;
}

/*footer*/
#footer{
	clear:both;
	padding:10px 0;
	height:60px;
	z-index:9999;
}


/*オーバーレイ表示*/
.oe_overlay {
	background:#000;/*背景にオーバーレイする色*/
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}
ul.oe_menu {
	list-style:none;
	position:relative;
	margin:200px 0px 0px 40px;
	width:120;
	clear:both;
}
ul.oe_menu > li {
	width:220px;
	height:45px;
	padding-bottom:2px;
	position:relative;
}

ul.oe_menu > li > a {
	display:block;
	background-color:#000;/*デフォルトのボタンカラー*/
	color:#FFF;
	border:1px solid #8c9ab2;padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF;
background: #a7cfdf; /* Old browsers */

background: -moz-linear-gradient(top,  #a7cfdf 0%, #23538a 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7cfdf), color-stop(100%,#23538a)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #a7cfdf 0%,#23538a 100%); /* IE10+ */

background: linear-gradient(to bottom,  #a7cfdf 0%,#23538a 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */


	behavior:url(/PIE.htc);
}

ul.oe_menu li.gnav-01 {
	background:#FFF url(../images/gNav-01.jpg) no-repeat;
}

ul.oe_menu li.gnav-01 a{
	background:#FFF url(../images/gNav-01.jpg) no-repeat;
}


ul.oe_menu > li > a:hover, ul.oe_menu > li.selected > a {
	background:#325184;/*マウスオーバー背景色*/
	color:#FFF;
	opacity:1.0;
	
}
.oe_wrapper ul.hovered > li > a {
	background:#325184;/*ボタン背景色*/
	text-shadow:0px 0px 1px #FFF;
}
ul.oe_menu div {
	
	position:absolute;
	top:0px;
	left:222px;/*サブボタン表示位置*/
	background:#b9c5d9;/*サブボタン背景色*/
	width:200px;
	height:100px;
	padding:10px;
	display:none;
}
ul.oe_menu div ul li a {
	
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oe_menu div ul.oe_full {
	width:100%;
}
ul.oe_menu div ul li a:hover {
	background:#325184;/*サブボタンマウスオーバー背景色*/
	color:#fff;
}
ul.oe_menu li ul {
	list-style:none;
	float:left;
	width: 150px;
	margin-right:10px;
}
li.oe_heading {
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}
/* I wanted to center my loader */
	#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
}
/*I want to avoid jumpiness as the JS loads, so I initially hide my cycle*/
			#maximage {
	display:none;
	position:fixed !important;
}
/*I want to style my pager*/
			#cycle-nav {
	position:absolute;
	right:10px;
	top:10px;
}
#cycle-nav ul {
	list-style-type:none;
}
#cycle-nav ul li {
	border:1px solid #ffffcc;
	float:left;
	margin:4px;
}
#cycle-nav ul li a {
	background:#ffffcc;
	float:left;
	height:10px;
	margin:2px;
	width:10px;
}
#cycle-nav ul li.activeSlide {
	border:1px solid #ff6600;
}
/*Set my gradient above all images*/
			#gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}
/*Set my logo in bottom left*/
			#logo {
	bottom:30px;
	height:auto;
	left:30px;
	position:absolute;
	width:34%;
	z-index:1000;
}
#logo img {
	width:100%;
}
#arrow_left, #arrow_right {
	bottom:30px;
	height:67px;
	position:absolute;
	right:30px;
	width:36px;
	z-index:1000;
}
#arrow_left {
	right:86px;
}
#arrow_left:hover, #arrow_right:hover {
	bottom:29px;
}
#arrow_left:active, #arrow_right:active {
	bottom:28px;
}

/*ギャラリー*/
ul#gallery li{
	float:left;
	margin:0 15px 15px 0;
}

/*フォーム*/
.textfieldRequiredMsg,
.extfieldInvalidFormatMsg{
	color:#FFFFFF;
}

p.formtext{
	color:#FFFFFF;
	margin:0 0 20px 0;
}
