﻿@charset "utf-8";



#content h2{
width:660px;
height:25px;
padding:0;
margin:0;
}


/* タブの設定 */

#javascript_tab{
margin-top:20px;
width:660px;
text-align:left;
}


ul#tab {
margin:0;
padding:0;
border:1px solid #71b0ad;
border-bottom:none;
border-left:none;
background-color:#fff;
float:left;
width:660px;
height:25px;
}


ul#tab li {
margin:0;
padding:2px 0;
border-left:1px solid #71b0ad;
border-bottom:none;
text-align:center;
background: url(../images/common/tab_back.gif) no-repeat;
width:219px;
height:20px;
float:left;
}


ul#tab li a:link{
color:#fff;
text-decoration:none;
}


ul#tab li a:hover{
color:#746f60;
text-decoration:underline;
}


* html ul#tab li a:link{     /* Windows版IE6.0に適用 */
color:#fff;
text-decoration:none;
}


* html ul#tab li a:hover{     /* Windows版IE6.0に適用 */
color:#746f60;
text-decoration:underline;
}


ul#tab li.present {
background: url(../images/common/tab_back_on.gif) no-repeat;
}


ul#tab li.present a:link{
color:#746f60;
}


#javascript_tab dl {
margin:0;
padding:0;
color:#000;
border-top:none;
background-color:#fff;
clear:both;
}


/* box_c1の設定 */

#content #box_c1{
width:660px;
height:auto;
padding-top:20px;
padding-bottom:20px;
clear:both;
}


h3.c1{
width:648px;
height:18px;
border:solid 1px #d5d5d5;
padding:5px;
margin-bottom:1em;
}


h4.c2{
width:660px;
height:20px;
padding:20px 0 5px 0;
}


.mark01{
margin-right:10px;
vertical-align:middle;
}


ul.comment{
margin-top:5px;
padding:0 0 10px 15px;
}


ul.comment li{
list-style-type:square;
margin:0;
padding-top:8px;
}



/* box_c2の設定 */

#content #box_c2{
width:660px;
height:auto;
padding-top:20px;
padding-bottom:20px;
clear:both;
}


p.c1{
margin:15px 0 5px 0;
font-weight:bold;
}


#box_c2 .photo_c1{
margin-right:20px;
margin-top:10px;
margin-bottom:10px;
}



/* box_c3の設定 */

#content #box_c3{
width:660px;
height:auto;
padding-top:20px;
padding-bottom:20px;
clear:both;
}



/* 表の設定 */

table.c1{
width:660px;
height:auto;
border:solid 1px #cdcdcd;
margin:10px 0 0 0;
padding-bottom:15px;
}

table{
border-collapse:collapse;
}


td.c1{
width:auto;
height:25px;
border-bottom:dashed 1px #cdcdcd;
border-right:dashed 1px #cdcdcd;
background-color:#fbf7eb;
padding:5px 10px 5px 10px;
}


td.c2{
width:auto;
height:25px;
border-bottom:dashed 1px #cdcdcd;
border-right:dashed 1px #cdcdcd;
background-color:#ffffff;
padding:5px 10px 5px 10px;
}





