/* 誕生日プレゼント用ＣＳＳ */
/* 全体の位置決め */
div.body{text-align:left;position:relative;width:1000px;top:0px;font-size:10pt;line-height:1.1;background-color:#ffffff;color:#333333}

/* 本文の位置決め */
div.min{position:absolute;top:145px;left:0px;width:740px;line-height:1.2}

/* メニューの位置決め上がピンク中央ブルー下黄色 */
div.menu{position:absolute;top:145px;right:0px;width:250px;background-color:#ffe9e9;font-size:9pt;line-height:1.2}
div.menu-1{position:absolute;top:145px;right:0px;width:250px;background-color:#e0e0e0;font-size:9pt;line-height:1.2}
div.menu-2{position:absolute;top:145px;right:0px;width:250px;background-color:#ffff99;font-size:9pt;line-height:1.5}


/* ヘッダーメニュー-位置決め */
div.head-menu{position:absolute;top:120px;left:0px;width:800px;background-color:#ffeeee;font-size:9pt}

/* リンク線基本パターン */
a:link 		{text-decoration:underline	; color : #3333ff;}
a:visited 	{text-decoration:underline	; color : #3333ff;}
a:active 	{text-decoration:none		; color : #3333ff;}
a:hover 	{text-decoration:underline	; color : #3333cc;}

/* リンク線取り消し */
a.white:link 	{text-decoration:underline	; color : #333333; }
a.white:visited {text-decoration:underline	; color : #333333; }
a.white:active 	{text-decoration:underline	; color : #333333; }
a.white:hover 	{text-decoration:underline	; color : #ff0000;}


/* リンク線の飾り*/
a.red:hover,li a:active{border-bottom:solid 2px #333333;padding:0px 1px 1px 3px;color: #ff0000;text-decoration: none;}

/* フッターデザイン */
p.foot{background-color:#444444;color:#ffffff;font-size:10pt;text-align:center;line-height:1.5}

/* BOX線（飾り）の指定 */
div.box  {border-bottom: 1px solid #c0ffc0;border-left:1px solid #c0ffc0;border-right:1px solid #c0ffc0;padding: 5px}

/* 見出しの指定 */
h1{background-color:#9966ff;font-size:14pt;color:#ffff33}
h2{background-color:#dddddd;font-size:11pt;color:#333333}
h3{background-color:#dddddd;font-size:11pt;color:#333333}
h4{background-color:#99ff99;font-size:10pt;color:#333333}
h5{background-color:#99ff99;font-size:10pt;color:#333333}
h6{background-color:#99ff99;font-size:10pt;color:#333333}



