@charset "Shift_JIS";

/*
-----------------------------------------------------
Pulthermal2007 CSS
FileName:	design_pl1.css
Version:	2006.02.01
-----------------------------------------------------
*/


/*基本デザイン用ＣＳＳ*/


/**********************************
/           CSS Menu
**********************************
        0.link
	1.h1
	2.h2
	3.h3
	4.h4
	5.h5
        6.h6
        7.hr
        8.other
*********************************/


/**********************************
***          0. link            ***
**********************************/


/*リンクの指定*/

/*未読のリンク*/
a:link{ 
     color : #0000FF;　　　　　/*青*/
     text-decoration : none;   /*装飾なし*/
     }
/*既読のリンク*/
a:visited{
     color : #0000ff;          /*青*/
     text-decoration : none;   /*装飾なし*/
     }
/*オンマウスのリンク*/
a:hover{
     color : #ff0000;          /*赤*/
     text-decoration : underline;   /*アンダーライン*/
     background-color: #FFCCCC;
     }
/*クリック時のリンク*/
a:active{
     color : #ff3388;　　　　　/*ピンク*/
     text-decoration : none;   /*装飾なし*/
     }


/**********************************
***          1. h1              ***
**********************************/

h1   {

     }

/**********************************
***          2. h2              ***
**********************************/

h2   {
font-size: small;
color: #FFFFFF;
font-weight: normal;
text-indent: 0.5em;
text-align: left;
vertical-align: middle;
margin-bottom: 10px;
border: 3px double #CC0000;
width: 98%;
background-color: #CC0000;
}

/**********************************
***          3. h3              ***
**********************************/

h3   {
font-size: x-small;
color: #CC0000;
font-weight: normal;
text-indent: 0.5em;
text-align: left;
vertical-align: middle;
margin: 0px 0px 10px;
padding: 0px;
border-width: 0px;
height: 20px;
width: 100%;
background-color: #FFCCCC;
     }

/**********************************
***          4. h4              ***
**********************************/

h4   {
}

/**********************************
***          5. h5              ***
**********************************/

h5   {

     }

/**********************************
***          6. h6              ***
**********************************/

h6   {

     }

/**********************************
***          7. hr              ***
**********************************/

hr   {
     color: #990000;
     border-style: dotted;
     height: 1px;
     }

/**********************************
***          8. リスト           ***
**********************************/

ul   {
margin: 0px 0px 0px 20px;
padding: 0px;
}

li   {
list-style: url('a1.gif') outside;
}

/**********************************
***          9. line-height           ***
**********************************/
div {
line-height: 1.2em;
}

/**********************************
***          10. 画像           ***
**********************************/

img {
border-width: 0px;
}


/**********************************
***    11. パンくずリスト         ***
**********************************/

.pankuzu {
font-size: 12px;
text-align: left;
vertical-align: middle;
margin-bottom: 10px;
padding-left: 5px;
width: 98%;
}

.pankuzu a {
}


/**********************************
***          12. フリー           ***
**********************************/

.free {
font-size: xx-small;
text-align: center;
vertical-align: middle;
margin-bottom: 10px;
}

.free1 {
font-size: xx-small;
text-align: left;
vertical-align: middle;
margin-bottom: 10px;
}

/**********************************
*** 13. トップ＆フッター用メニュー ***
**********************************/

.top_footer-menu {
text-align: right;
margin-right: 3px;
width: 100%;
}
   
.top_footer-menu a {
text-align: right;
padding-right: 2px;
padding-left: 4px;
border-left: 1px solid #FF99CC;
}

.top_footer-menu a:hover, .header-randamu-iframe a:hover {
background-color: #FFC8C8;
}

/**********************************
***      14. first-letter         ***
**********************************/

p.p-1:first-letter {
font-size: 200%;
color: #FF0000;
padding: 1px;
float: left;
}

p {
margin: 0px;
}

 /**********************************
***      15. ＴＯＰに戻る        ***
**********************************/
.modoru {
text-align: right;
vertical-align: middle;
margin-bottom: 10px;
}

.modoru a {
padding-left: 16px;
background-image: url('modoru.gif');
background-repeat: no-repeat;
}

.modoru a:hover {
padding-left: 16px;
background-image: url('modoru2.gif');
background-repeat: no-repeat;
}

.l-1 {
list-style: url('new.gif') outside;
}

.l-2 {
list-style: url('up.gif') outside;
}
