﻿@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:3px solid #0089a1;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:none;
}

a:hover {
   color:#0089a1;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

strong{
font-weight:bold;
color : #ff3366;
}

/* ========TEMPLATE LAYOUT======== */
#header {
   width:890px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #0089a1;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
   clear:both;
   overflow:hidden;
   height:340px;
}


#icatchWrap {
   clear:both;
   overflow:hidden;
   height:200px; 
}


#icatch {
   width:870px;
   margin:0 auto;

}

#contents {
   clear:both;
   position:relative;
   z-index:1;
   overflow:hidden;
   width:890px;
   margin:-60px auto 0 auto;
   background:#fff;
}


/* ========background:url("../images/bg_contents.gif") 100% 0 no-repeat;======== */
#main {
   float:right;
   width:880px;
   padding:10px;
   background:#fff;
}



#pageTop {
   clear:both;
   width:800px;
}

#footer {
   clear:both;
   background:url("../images/bg.gif");
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========MENU CUSTOMIZE   border:1px solid #666; 758======== */
#menu ul {
   width:780px;
   margin:0 auto;
   padding: 0 0 0 115px;
}

#menu li {
   float:left;
   list-style-type:none;
}

/* ========ドロップダウンメニューlist-style-image: url(../images/mark.gif);======== */

/* Main */
#nav{
	list-style: none;
}

#nav li{
	float: left;
	position: relative;
}

#nav a{
	float: left;
	text-transform: uppercase;
	text-decoration: none;
 	color: #00cccc;
}

#nav li:hover > a{
	color: #fafafa;

}

*html #nav li a:hover{ /* IE6 */
	color: #fafafa;
}

#nav li:hover > ul{
	display: block;
}

#nav li ul.drop {
        width:120px;
        position:absolute;
        display:none;
        float:none;
        z-index:100;
        left:0;
        top:93px;

	/* 透け透けにしたいとき */
	opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-khtml-opacity: .80; /* Safari 1.x */
	-moz-opacity: .80; /* FF lt 1.5, Netscape */
}


/* Sub-menu 丸角もここ */

#nav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    top: 54px;
    width: 120px;
    left: 0;
    position: absolute;
    z-index: 99999;    
    background: #000000;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);	
    -moz-border-radius: 5px;
    border-radius: 5px;
 }



#nav ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}


#nav ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#nav ul a{    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #nav ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}

*:first-child+html #nav ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}

/* ========子リンクの背景======== */
#nav ul a:hover{
        background: #00cccc;

}

#nav ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#nav ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000000;
}

/*　▽部分 */
#nav ul li:first-child a:hover:after{
    border-bottom-color: #00cccc; 
}

#nav ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#nav:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #nav             { zoom: 1; } /* IE6 */
*:first-child+html #nav { zoom: 1; } /* IE7 */


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:0 0 0 5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 500px;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
        border:1px solid #eee;
}

#main dl.new dt {
        font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
        font-size: 10px;
        margin-left: 5px;
	border-bottom: 0px solid #bfbfbf;	/*日付ごとの下線*/
}




/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   color:#ccc;
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   color:#ccc;
}