/***************************************************/
/*   System    : www.aquanet.co.jp/tss/            */
/*   Title     : コンテンツ用スタイルシート        */
/*   File Name : style_tss.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;
}

/* ヒントのアンダーライン削除指定 */ 
acronym {
	border-bottom : none;
}

/* ページの全幅を固定 */
div.wrapper {width: 830px; text-align: left;}
/*  min-width: 500px;
	max-width: 800px; */

/* タイトルの設定 */
div.title {
    text-align: center; 
    width: 830px; 
    height: 100px; 
    background-color: #fb9924;
}

/* 内容文全体の指定 */
div.contents {float: left; margin-top: 35px; padding-bottom: 10px;}

/* 本文の指定 */
div.main {
    float: left; 
    width: 430px; 
    font-size: small; 
    line-height: 16px;
}
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.sub {
    float: left; 
    width: 370px; 
    padding-left: 30px; 
    font-size: small;
    line-height; 16px;
}
div.sub h1 {
    font-size: 16px; 
    font-weight: bold; 
    margin: 0; 
    padding-top: 10px; 
    line-height: 18px;
}
div.sub div.box { 
    background-color: #FFFFCC; 
    border: 1px solid #004670; 
    padding: 5px; 
    line-height: 13px;
}

/* フッターの指定 */
div.footer {
    width: 872px; 
    border-top: 1px solid #004670; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    text-align: center;
}

/* イメージ周りの指定 */
.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}

