@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p,ul,dl,ol,table,form,img {
    margin: 0;
    padding: 0;
}

img {
    border: none;
	vertical-align:bottom;
}

.clearfix:after {
	content: ".";
    display: block;
	height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
     zoom: 1;
}

/* GENERAL
-----------------------------------------*/

/*常にスクロールバーを出す*/
html{
	overflow-y:scroll;
	height: 100%;
	background-color: #f0f9fd;
}

body{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐ ゴシック", "Osaka", "sans-serif", "Arial";
	color: #333333;
	font-size: 13px;
	margin: 0em; /*コンテンツを上に密着させる*/
	height: 100%;
	line-height: 1.8em;
	zoom: 1;
}



a:link, a:visited { 
	color: #2da7e0;
	text-decoration: underline;
}

a:hover { 
	color: #6dcaf5;
	text-decoration: underline;
}


#wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header{
	width: 100%;
}


h1{
	text-align: center;
}


/*----------------------------------------------------
	メニュー
----------------------------------------------------*/
#mainmenu{
	width: 100%;
	border-bottom: 2px solid #00a0e8;
	border-top: 2px solid #00a0e8;
	background-color: #ffffff;
}

#mainmenu ul{
	margin: 0 auto 0;
	width: 960px;
}

/*------------リスト　ロールオーバー----------------*/

/*リストをfloatさせる*/
#mainmenu li{ 
	float: left;
}

/*インライン要素をブロック化*/
#mainmenu li a{
	display: block;
	overflow:hidden;
}

/*メニューリンクにマウスが重なった時に背景を透過*/
#mainmenu li a:hover{
	background-color: transparent;
}

/*リスト内 リンクにマウスが重なった時、ボックスの非表示*/
#mainmenu li a:hover img{ 
	visibility: hidden;
}

/*リスト内 画像にマウスが重なった時、ボックスの非表示*/

#home { background: url(../images/m_home_on.png) no-repeat left bottom; }
#about { background: url(../images/m_about_on.png) no-repeat left bottom; }
#advance { background: url(../images/m_advance_on.png) no-repeat left bottom; }
#project { background: url(../images/m_project_on.png) no-repeat left bottom; }
#link { background: url(../images/m_link_on.png) no-repeat left bottom; }



/*----------------------------------------------------
	コンテンツ
----------------------------------------------------*/
#contents{
	width: 960px;
	margin: 30px auto 0;
}

/*----------------------------------------------------
	パンくず
----------------------------------------------------*/
#breadcrumb{
	width: 100%;
	font-size: 12px;
	margin: 0 auto 0px;
}

#breadcrumb ul{
	width: 960px;
	margin: 0 auto 0;
	padding: 13px 0 0;
}


#breadcrumb li{
	display: block;
	float: left;
	background: url(../images/breadarrow.png) no-repeat left center;
	padding: 0 10px 0 17px;
}

.breadfirst{
	background: url(../images/home_icon.png) no-repeat left!important;
	padding: 0 10px 0 17px;
}



/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footerBox{
	width: 100%;
	height: 290px;
	margin: 60px 0 0 0;
	background: url(../images/foot_backcolor.png) repeat-x;
	z-index: 2;
}

#footer{
	width: 960px;
	margin: 0px auto 0;
	background: url(../images/footer_back.png) no-repeat right 0px;
}

/*フッター左側*/
#foot_left{
	color: #ffffff;
	float: left;
	padding: 0 0 0;
	margin: 125px 0 0 0;
}

#foot_left dl{
	font-weight: bold;
}

#foot_left dl dt{
	font-size: 17px;
	margin: 0 0 10px 0;
}

#foot_left dl dd{
	font-size: 14px;
}

#copyright{
	margin: 30px 0 0 0;
}

/*フッター右側*/
#foot_right{
	float: right;
	margin: 100px 0 0 0;
}

#foot_right ul{
	margin: 100px 0 0 0;
}

#foot_right ul li{
	float: left;
	margin: 0 0 0 20px;
}


/*ページトップへ*/
#totop{
	float: right;
	margin: -30px 0 0 0;
}





/*----------------------------------------------------
	hover 共通設定
----------------------------------------------------*/
.hover2 a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}

/*----------------------------------------------------
	float 共通設定
----------------------------------------------------*/
.Left{
	float: left;
}

.Right{
	float: right;
}


/*----------------------------------------------------
	共通設定
----------------------------------------------------*/
.contentsBox{
	background-color: #ffffff;
	padding: 35px;
	margin: 50px 0 0 0;
	-webkit-border-radius: 13px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 13px;   /* Firefox用 */
}

.title{
	margin: -15px -35px 30px -35px;
}

#contents h2{
	text-align: center;
}