/**
 * 覚悟の瞬間
 *
 * 覚悟の瞬間全体
 *
 * @author  Shigeaki Kurimoto <kurimoto@kenja.tv>
 * @create  2009/11/04
 * @version 1.00
 */

/* -------------------------------------------------------------------- */

/**
 * 全体
 */
body {
	margin           : 0px;
	padding          : 0px;
	background-color : #FFFFFF;
	font-size        : 12px;
	font-family      : "sans serif", tahoma, verdana, helvetica;
}

p,object,embed{
	border  : none;
	margin  : 0px;
	padding : 0px;
}

body.inframe{
	background-color:#ffffff;
}

a {
	text-decoration : none;
	padding         : 0px;
	margin          : 0px;
}

#idAll {
	background-color : #FFFFFF;
	margin       : 0px;
	padding      : 15px 0px 20px 0px;
	width        : 1024px;
	border-right : 1px solid #000000;
	border-left  : 1px solid #000000;
}


/* -------------------------------------------------------------------- */

/**
 * ヘッダー
 */
#idHeader {
	text-align   : left;
	padding-left : 43px;
}

#idHead {
	background-image  : url(../../images/main/head/bg_head.gif);
	background-repeat : no-repeat;
	width             : 940px;
	height            : 67px;
	position          : relative;
	padding           : 0px;
}

#idHeadLogo {
	position : absolute;
	margin   : 0px;
	top      : 4px;
	left     : 10px;
}

#idHeadSearchInput {
	position : absolute;
	top      : 25px;
	left     : 727px;
}

#idHeadSearchBtn {
	position : absolute;
	top      : 25px;
	left     : 880px;
}

#idHeadFreeword {
	background-image  : url(../../images/main/head/ic_search.gif);
	background-repeat : no-repeat;
	color        : #A6A6A6;
	text-align   : left;
	padding-left : 20px;
	width        : 110px;
	height       : 16px;
}

#idGronavi {
	padding-top    : 5px;
	padding-bottom : 15px;
}


/* -------------------------------------------------------------------- */

/**
 * フッター
 */
#idFootArea {
	text-align   : left;
	padding-left : 43px;
	padding-top  : 20px;
	width        : 940px;
	height       : 50px;
	
}

#idFoot {
	background-image  : url(../../images/main/foot/copyright.gif);
	background-repeat : no-repeat;
	height            : 7px;
	position          : relative;
}

#idFootmenu {
	position : absolute;
	top      : 0px;
	left     : 370px;
}

#idFootmenu a{
	padding-right   : 15px;
	text-decoration : none;
	color           : #000000;
	font            : normal 10px "sans serif", tahoma, verdana, helvetica;
}


