/* CSS Document */

/* 共通の設定
-------------------------------------------------------------------------------------------- */

.hidden{
	display: none;
}

h1,h2,h3,h4,h5,h6,p,ul,dl,ol,table,form,img{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}



.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	zoom: 1;
}



/* 枠の設定
-------------------------------------------------------------------------------------------- */

body{
	background: #EBEDEF;
	margin: 20px 0;
	padding: 0;
	text-align: center;
	color: #626262;
	font-size: 80%;
	line-height: 120%;
}

#layout{
	width: 778px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* ヘッダーの設定
-------------------------------------------------------------------------------------------- */

#header{
	width: 778px;
}

#header h1{
	width: 185px;
	height: 95px;
	float: left;
	padding: 13px 0 0 15px;
}

#menu{
	width: 550px;
	float: right;
}


/* ブログメニューの設定
------------------------------------ */

#blogmenu{
	height: 25px;
	list-style-type: none;
	text-align: right;
	margin: 20px 20px 0 0;
}

#blogmenu li{
	display: block;
	width: 111px;
	height: 25px;
	float: right;
	position:relative;
}

#blogmenu li a{
	display: block;
	width: 111px;
	height: 25px;
}

.firstmenu{
	margin-left: 20px;
}


/* メインメニューの設定
------------------------------------ */

#mainmenu{
	height: 45px;
	list-style-type: none;
	background: url(../images/menu/back.gif) repeat-x bottom;
	margin: 7px 0 0 0;
}

#mainmenu li{
	display: block;
	height: 45px;
	float: left;
	position:relative;
	margin: 0 15px 0 0;
}

#mainmenu li a{
	display: block;
	height: 45px;
}

#m-takashi{ background: url(../images/menu/takashi_h.gif) no-repeat; width: 119px; }
#m-coprofile{ background: url(../images/menu/coprofile_h.gif) no-repeat; width: 114px; }
#m-contact{ background: url(../images/menu/contact_h.gif) no-repeat; width: 88px; }
#m-link{ background: url(../images/menu/link_h.gif) no-repeat; width: 90px; }
#m-home{ background: url(../images/menu/home_h.gif) no-repeat; width: 50px; margin: 0 !important; }

#mainmenu li a:hover{
	background-color: transparent;
}

#mainmenu li a:hover img{
	visibility: hidden;
}

#mainmenu li:hover img{
	visibility: hidden;
}



/* フッターの設定
-------------------------------------------------------------------------------------------- */

#footer{
	text-align: center;
}

#footer address{
	font-size: 11px;
	font-style: normal;
}