/* ***************************************************
* CSS file For ダイアレックス
	FileName: common.css
	data:2008/11/07 koyama

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本スタイル
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイド
■[50]:フッター
■[60]:共通指定
**************************************************** */


/*-----------------------------------------------------------
■[00]:WinIE用/透過pngの適用
------------------------------------------------------------*/
* html .iepngfix {
	behavior: url(/iepngfix.htc);
}

/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

img,table {border: none;}

img {vertical-align: bottom;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {list-style: none;}

p {
	margin:0;
	padding:0;
}


/*-----------------------------------------------------------
■[02]:基本スタイル
------------------------------------------------------------*/

a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #666; text-decoration: underline;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	float: none;
}

hr {
	color: #CCCCCC;
	height: 1px;
	border: 0px;
}

/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

body {
	width: 100%;
	font-family:Osaka,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	line-height: 18px;
	color: #333;
	background: #FFF url(/img/common/body_bg.gif) repeat-x top;
}

/* 大枠 */
div#Container {
	width: 785px;
	margin: 0 auto;
	clear: both;
	text-align: left;
	background: url(/img/common/container_bg.jpg) repeat-y left;
	min-height:0;
	display: inline-table;
}
div#Container:after{ 
	content:"."; 
	display:block; 
	height:0; 
	clear: both; 
	visibility:hidden; 
} 
/* \*/ 
* html div#Container {height:0;} 
div#Container {display: block;} 
/* */ 
/* -- end clear float -- */


div#Content {
	width: 560px;
	padding: 0 0 20px;
	float: right;
}


/*-----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/

h1 {
	text-align: right;
	font-size: 10px;
	font-weight: normal ;
	color: #666;
	padding: 10px 0 0;
}

h2 { margin: 0 0 7px; }

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#Header {
	width: 785px ;
	margin: 0 auto;
	text-align: left;
	background: url(/img/common/header_bg.gif) no-repeat top;
	padding: 2px 0 0 ;
}

div#Header div {
	width: 560px;
	float: right;
	text-align: right;
}

/*-----------------------------------------------------------
■[40]:サイド
------------------------------------------------------------*/
div#CommonSide {
	width: 215px;
	background: url(/img/common/commonside_bg.jpg) no-repeat top left;
	padding: 0 0 20px;
	text-align: left;
}

div#GlobalNavi,div#SideBan,div#Topics {
	width: 178px;
	margin: 0 0 13px 19px;
}

div#SideBan img { margin: 0 0 5px; }

div#Topics dl {
	padding: 5px 0 10px;
	background: url(/img/common/topics_bg.gif) repeat-x bottom;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}
div#Topics dl dt {
	padding: 0 0 3px 40px;
	background: url(/img/common/ico_news.gif) no-repeat left;
}
div#Topics dl dt.Update { background: url(/img/common/ico_update.gif) no-repeat left; }
div#Topics dl dd a:link,div#Topics dl dd a:visited { color: #003366; text-decoration: underline; }
div#Topics dl dd a:hover{ color: #ff9933; text-decoration: none; }


/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/

div#Footer {
	height: 30px;
	position: relative;
	background: url(/img/common/footer_bg.jpg) no-repeat left bottom;
	text-align: right;
	clear: both;
}

/* ページトップ */
div#Footer a {
	position: absolute;
	width: 80px;
	height: 11px;
	left: 225px;
	top: 11px;
}


/*-----------------------------------------------------------
■[60]:共通指定
------------------------------------------------------------*/

/* ぱんくず */
div#TopicPath { padding: 8px 0; }

/* ページタイトル */
div#Title { margin: 0 0 15px;}

/* 文頭説明 */
p.description { margin: 0 0 15px 7px; }
