/*タイトル*/
h1      {
       margin: 5px 0 5px 0;
       width:600px;
       height:20px;
       background-image:url(../images/title01.gif);
       background-repeat: no-repeat;
       padding: 4px 0 0 25px;
       font-size:12px;
       color:#333333;
       }
/*見出し*/
h2     {
       margin:10px 0 5px 10px;
	   width:590px;
	   height:20px;
	   background-color:#f11c8b;
	   font-size:12px;
	   color:#ffffff;
	   padding-top:4px;
	   text-align:center;
	   }

.mcol {
       width: 550px;
	   margin:5px 0px 5px 20px;
       border: 1px solid #f11c8b;
       }
.colleft	{
       float: left;
       width: 240px;
       margin: 5px 0 0 5px;
       }
.colleft img	{
       float: left;
       margin-top:20px;
       }
.colright	{
       width: 280px;
       margin: 10px 0 0 5px;
       }

.colright a:link	{
        text-decoration: none;
        background-image: url(../img_common/title02.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:20px;
        color:#666666;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
	   }
.colright a:visited	{
        text-decoration: none;
        background-image: url(../img_common/title02.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:20px;
        color:#3366cc;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
   	}
.colright a:hover	{
        text-decoration: none;
        background-image: url(../img_common/title02.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:20px;
        color:#f11c8b;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
 	}
.w1	{
       width: 295px;
       margin: 0px;
       }
.w1 a:link	{
        text-decoration: none;
        background-image: url(../img_common/titile01.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:20px;
        color:#666666;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
	   }
.w1 a:visited	{
        text-decoration: none;
        background-image: url(../img_common/title01.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:20px;
        color:#3366cc;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
   	}
.w1 a:hover	{
        text-decoration: none;
        background-image: url(../img_common/titile01.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:20px;
        color:#f11c8b;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
 	}
.w2	{
       width: 295px;
       margin: 0px;
       }
.w2 a:link	{
        text-decoration: none;
        background-image: url(../img_common/titile02_2.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:36px;
        color:#666666;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
	   }
.w2 a:visited	{
        text-decoration: none;
        background-image: url(../img_common/titile02_2.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:36px;
        color:#3366cc;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
   	}
.w2 a:hover	{
        text-decoration: none;
        background-image: url(../img_common/titile02_2.gif);
        background-repeat: no-repeat;
        background-position:right;
        height:36px;
        color:#f11c8b;
        padding:3px 0 0 30px;
        display: block;
        font-size:13px;
 	}
.clearl {
       clear:left;
       }