/* 

T2mediapal.co.jp
Default Style Sheet

------------------------------------------------------------*/


/* スタイル初期化
------------------------------------------------------------*/
*
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

ul
{
	list-style-type: none;
}


/* 基本レイアウト
------------------------------------------------------------*/
html, body
{
	height: 100%;
}

body
{
	background: #fff url("../img/bg.gif");
}

#container
{
	position: relative;
	width: 780px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: url("../img/container_bg.gif") repeat-y top left;
}

body > #container
{
	height: auto;
}

#header h1
{
	width: 750px;
	height: 150px;
	margin: 0 auto;
	/*background: url("../img/h1.jpg") no-repeat top left;
	text-indent: -9999px;
	overflow: hidden;*/
}


#main
{
	margin-left: 220px;
	margin-right: 35px;
	padding-bottom: 80px;
}

#navi
{
	position: absolute;
	z-index: 100;
	width: 185px;
	top: 150px;
	left: 15px;
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 15px;
	width: 750px;
	height: 60px;
	background: url("../img/footer.jpg") no-repeat top left;
}

/* テキストデザイン指定
------------------------------------------------------------*/
body
{
	color: #333;
	font-family: "Verdana",sans-serif;
	font-size: 80%;
	line-height: 1.5;
}


/* 見出しデザイン
------------------------------------------------------------*/
h2
{
	width: 525px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 20px;
}



/* ナビゲーションデザイン
------------------------------------------------------------*/
#navi ul
{
}

#navi li
{
	margin-bottom: 3px;
	border: solid #eee;
	border-width: 0 0 1px 0;
}

#navi a
{
	display: block;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
}

#navi a.on
{
	cursor: default;
	background-position: bottom left;
}

#navi a:hover
{
	background-position: bottom left;
}

#navi a.profile { background-image: url("../img/navi/profile.gif"); }
#navi a.idea { background-image: url("../img/navi/idea.gif"); }
#navi a.business { background-image: url("../img/navi/business.gif"); }
#navi a.system { background-image: url("../img/navi/system.gif"); }
#navi a.contents { background-image: url("../img/navi/contents.gif"); }
#navi a.contact { background-image: url("../img/navi/contact.gif"); }


/* フッタデザイン定義
------------------------------------------------------------*/
#footer p
{
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 90%;
}


/* 汎用クラス定義
------------------------------------------------------------*/
.clear
{
	clear: both;
	line-height: 0;
}
