/***************************************************/
/*   System    : AIB WEB CONTENT                   */
/*   Title     : トップページ用スタイルシート      */
/*   File Name : toppage.css                       */
/***************************************************/

/* リンクのスタイル指定 */
a {color: #494747; text-decoration: none; font-weight: normal;}
a:hover {text-decoration: underline;}
    
/* 基本的なボディスタイル指定 */
body {
    background-color: #fff; margin: 0 0 0 0; color: #494747; 
    font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ページの全幅を固定 */
div.wrapper {width: 900px; text-align: left;}

/* 内容文全体の指定 */
div.content {float: left; margin-top: 35px; padding-bottom: 10px;}

/* 本文の指定 */
div.main {float: left; width: 400px; font-size: 12px; line-height: 18px;}
div.main h1 {font-size: 14px; font-weight: bold; background-color: #dddddd; padding: 5px; margin: 0;}
div.main p {margin: 0; padding: 10px; background-color: #ffeedd;}
div.main ol {margin-top: 0; margin-bottom: 0; padding-right: 30px;}
div.main a {font-weight: normal;}

/* センターペインの指定 */
div.center {float: left; width: 480px; font-size: 12px; line-height: 15px; padding-left: 10px;}
table.links {float: none; border: "1"; border-color: white; border-style: none;}
table.links td.normal {float: none; width: 141; height: 48; vertical-align: bottom;}

/* 説明文の指定 */
div.sub {float: right; width: 180px; padding-left: 10px; }
div.sub h1 {font-size: 11px; font-weight: bold; margin: 0; padding-top: 10px; line-height: 14px;}
div.box { background-color: #FFFFCC; border: 1px solid #004670; padding: 5px; line-height: 13px;}

/* フッターの指定 */
div.footer {width: 900px; border-top: 1px solid #004670; padding-top: 10px; padding-bottom: 10px; text-align: center;}

/* イメージ周りの指定 */
.imgLeft {
	float: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
.imgRight {
	float: right;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
}
