/*　↓　トップページの指定　↓　*/


/*　Menuのリンクの指定　*/
a.menu{
color: #600;
text-decoration: none;
font-size:0.8em;
}

/*　Homeへのリンクの指定　*/
a.home{
color: #600;
text-decoration: none;
font-size:0.85em;
}

/*　本文中のリンクの指定　*/
a.honbun{
color: #600;
text-decoration: underline;
font-size:11pt;
}

/*　Bodyリンクの指定　*/
a{
color: #600;
text-decoration: none;
font-size:0.85em;
}

a:hover {
color: #FC3;
text-decoration: underline;
}

/*　ブックマークリンクの指定　*/
.bookmark a{
font-size:0.9em;
}

.bookmark a:hover{
font-size:0.9em;
}

/*bodyの幅指定*/
.body {
width:650px;
font-family: "MS ゴシック", "osaka";
color:#333;
}

/*　リンク部分の位置と文字サイズ　*/
.link{
margin:50px 0px 0px 427px;
font-size:0.8em;
}

/*　MainImageのボーダーの指定　*/
.image {
border-top: solid 1px #333;
border-bottom: solid 1px #333;
}

/*　leadImage位置　*/
.lead {
margin:50px 0px 0px 0px;
}

/*　「ブックマーク変更」の位置と文字サイズ　*/
.bookmark{
margin:10px 0px 10px 15px;
font-size:0.8em;
color: #333;
}

/*　「お読み下さい。」の位置と文字サイズ　*/
.click{
margin:0px 0px 0px 410px;
font-size:0.8em;
}

/*　「お読み下さい。」の位置と文字サイズ　*/
.kattenagara{
margin:50px 0px 0px 355px;
font-size:0.65em;
color:#ccc;
}

/*　↑　トップページの指定　↑　*/

/*　↓　コラムページの指定　↓　*/

/*bodyの幅,位置の指定*/
.column_body{
width:550px;
margin:5% 0% 0% 5%;
font-family: "MS ゴシック", "osaka";
}

/*各コラムのブロック回り込み解除*/
.column{
clear:left;
border-bottom:dotted 1px #666666;

}

/*タイトルの背景画像（ピンク）*/
.title1{
background-image: url("image/bar_column_pink.gif");
background-position:bottom;
background-repeat:repeat-x;
padding-top:15px;
}

/*タイトルの背景画像（ベージュ）*/
.title2{
background-image: url("image/bar_column_beige.gif");
background-position:bottom;
background-repeat:repeat-x;
padding-top:15px;
}

/*タイトルの文字指定*/
h1{
font-size:medium;
color:#000;
font-weight:600;
}

/*写真部分（回り込み有）*/
.photo1{
float:left;
}

/*　本文テキストの指定　*/
p{
font-size:11pt;
font-color:#333;
line-height:140%;
}


/*　イメージの指定　*/
img{border:0px;}


/*写真部分*/
.photo2{
float:left;
margin-right:20px;
margin-bottom:10px;
}
.caption{
font-family: "MS ゴシック", "osaka";
color:#333;
font-weight:bold;
font-size:10pt;
margin-top:0px;
margin-bottom:0px;
line-height:110%;
}








