/*********************************************/
/*   System    : www.aquanet.co.jp/pcw/      */
/*   Title     : コンテンツ用スタイルシート  */
/*   File Name : style_pcw.css           */
/*********************************************/

/* リンクのスタイル指定 */
a {color: #494747; text-decoration: none; font-weight: bold;}
a:hover {text-decoration: underline;}

/* 基本的なボディスタイル指定 */
body {
    background-color: #fff; margin: 0 0 0 0; color: #494747; 
    font-size: small;
	font-family: ＭＳ Pゴシック, 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: #ffef21;
}

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

/* 本文の指定 */
div.main {
    float: left; 
    width: 520px; 
    font-size: small; 
    line-height: 16px;
}
div.main h1 {
    font-size: 14px; 
    font-weight: bold; 
    margin: 0 0 15px 0;
}
div.main h2 {
    font-size: 11px; 
    font-weight: bold; 
    margin: 0 0 10px 0;
    line-height: 14px;
    border-left: 10px solid #FF9900;
    padding: 5px;
}
div.main p {margin: 0; padding-right: 30px;}
div.main ul {margin-top: 0;}

/* 説明文の指定 */
div.sub {float: left; width: 300px; padding-left: 10px;}
div.sub h1 {
    font-size: 11px; 
    font-weight: bold; 
    margin: 0; 
    padding-top: 10px; 
    line-height: 14px;
}
div.sub div.box {
    border: 3px solid #dd967b; 
    padding: 5px 5px 5px 20px; 
    margin-bottom: 5px; 
}

/* フッターの指定 */
div.footer {
    width: 617px; 
    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: 5px;
	margin-left: 0px;
}
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*  UL/OLの属性指定サンプル
 *  type = none / disc / circle / square / decimal / lower-roman / upper-roman / lower-alpha / upper-alpha
 *         decimal-leading-zero / hebrew / armenian / georgian / cjk-ideographic / hiragana / katakana
 *         hiragana-iroha / katakana-iroha / lower-latin / upper-latin / lower-greek
 */


