@charset "utf-8";

/*見出し書式設定
------------------------------------------------------------*/
#Page .OtContents h2 { margin-bottom: 10px; }
#Page #Box1 h3{
font-size: 20px;
margin-bottom: 10px;
}
#Page #Box2 h3{
font-size: 20px;
margin-bottom: 10px;
}
#Page h2 a:link{ 
text-decoration:none;
color:#333;
}
#Page h2 a:visited{
text-decoration:none;
color:#333;
}
#Page h2 a:hover{
text-decoration:underline;
color:#333;
}


/*コンテンツ
------------------------------------------------------------*/
.PickUp {
text-align: left;
width: 400px;
float: left;
}/*左*/
.PickUp2 { float: right; 
}/*右*/

.ImageBox {
float: left;
width: 150px;
}/*サムネイル部*/
.LinkComment {
float: left;
height: 150px;
width: 230px;
padding: 10px;
}/*テキスト部*/

.clear {
clear: both;
height: 30px;
}/*コンテンツ下部　フロート解除＆マージン*/
