.font8ptletter {
	font-family: "MS Gothic", "Osaka";
	font-size: 8pt;
	line-height: 140%;
	}

.font8ptletterE {
	font-family: "Verdana", "sans-serif", "Arial";
	font-size: 8pt;
	line-height: 130%;
	letter-spacing: 1px;
	}

a {  color: #222222; text-decoration: none;}

a:hover {  color: #ff0000; text-decoration: underline; /* リンクの色 */

}

.pickup{
	font-family: "MS Gothic", "Osaka";
	font-size: 8pt;
	padding-left:10px;
	padding-top:5px;
	border-left:1px solid #A9A9A9;
	line-height: 140%
}

.main_eria{
	border:1px solid #cccccc;
}


.midashi{
	padding-left:3px;
	font-family: "MS Gothic", "Osaka";
	font-size: 8pt;
}

.c_title {
	padding-left:5px;
	font-family: "MS Gothic", "Osaka";
	font-size: 11pt;
        font-weight: bold;	
        letter-spacing: 1px;
	border-bottom:1px dotted #333333;
	border-left:5px solid #6666AA;
	color: ##000000;
	}


.font10pt {  font-family: "MS Gothic", "Osaka"; font-size: 10pt; line-height: 150%}

.font8pt {  font-family: "MS Gothic", "Osaka"; font-size: 8pt; line-height: 140%}

.H2 {
  border-style: dashed; /* 枠の種類 */
  border-color: #D9D9C7; /* 枠の色 */
  border-width: 2px 00px; /* 枠の幅 */
  line-height: 130%; /* 行の高さ */
  font-family: "MS Gothic", "Osaka"; 
  font-size: 12pt;
  color: #666666;
  font-weight:bold;
}

/*widthは並べたい枚数にあわせて調整*/
#gallery{
    width:495px;
    background-color:#ffffff;
}
/*widthは写真の大きさにあわせて調整font-sizeは固定した方が良い*/
dl{
    margin:0px;
    margin-right:3px;
    margin-bottom:1em;
    padding:0px;
    float:left;
    width:120px;
    height:120px;

}
dt{
    margin:0px;
    padding:0px;
}
dd{
    margin:0px;
    padding:4px 0.5em;
    border-color::#7F2D00;
    border-bottom:1px solid;
}
/*heightは行数＋αにしておく。コメントの文字数はあらかじめ決めておきましょう。*/
dd.name{
    height:2.2em;
}
dd.comment{
    height:3.4em;
    background-color:#f6eec9;
}
dd.date{
    height:1.2em;
}


.ul.sample1{
    list-style:none;
    margin-left:0em;
    padding-left:0em;
}
li.sample1{
    list-style:none;
    float:left;
    font-family: "MS Gothic", "Osaka"; 
    font-size: 10pt;
}
a.sample1{
    display:block;
    background-color:#D7DCDD;
    padding:6px 12px;
    width:100px;
    height:15px;
    text-decoration:none;
}
a:hover.sample1{
    background-color:#D8EBF1;
    padding:6px 12px 3px 12px;
    border-bottom:solid 3px #CC9966;
}
a:active.sample1{
    background-color:#C4C4A3;
    padding:6px 12px 3px 12px;
    border-bottom:solid 3px #CC9966;
}



img.sample{
    padding:20px 25px;
    background-color:#ffffff;
    border-color:#D7DCDD #D7DCDD #D7DCDD #D7DCDD;
    border-width:1px;
    border-style:solid;
}


