/*枠組み　幅固定３カラム(横)+ヘッダー（上下二段）＋フッター*/

.outer
	{
	width:950px;
	padding: 10px;
	margin:0 auto 0 auto;
	}

.right
	{
	float:left;
	width:150px;
	}

.main
	{
	float:left;
	width:800px;
	}
	.main_cont
	{
	float:right;
	width:600px;
	}
	.main_left
	{
	float:left;
	width:200px;
	}

.clears{
  clear:both;
}

.foot
	{
	clear:left;
	height: 20px;
	}
	
.head
	{
	height: 200px;
	}

.head-box-top
	{
	width:100%;
	background:url(TOPlakeside.jpg) no-repeat;
	background-position:right;
	height: 150px;
	}

.head-box-bottom
	{
	height: 50px;
	margin:0 auto 0 auto;
	}
.paintingshead
	{
	height: 90px;
	}



/*文字の大きさとスタイル*/
textpic { color: #FAFAFA;}
textnews { color: #8B2500;}
texttop { color: #FAFAFA; font-size: 280%; font-family: "MS Mincho",serif;}
texthead { color: #FAFAFA; font-size: 150%; font-family: "MS Mincho",serif;}
textmenu { color: #FAFAFA; font-size: 100%; font-weight:700; font-family: "MS Gothic",serif;}
textpictitle{ color: #FAFAFA; font-size: 130%; font-weight:700; font-family: "MS Mincho",serif;}
textpronm{ color: #FAFAFA; font-size: 150%; font-family: "MS Mincho",serif;}
textpronmhr{ color: #FAFAFA; font-size: 100%; font-family: "MS Mincho",serif;}

/*画像の枠組みを消す*/
img {border:0px;}



/*リンク時の色を変える　コンテンツメニュー*/
a:link { color: #FAFAFA; }
a:visited { color: #FAFAFA; }
a:hover { color: #2F4F4F; }
a:active { color: #2F4F4F; }
a { text-decoration: none; }


/*リンク時の色を変える　ランゲージボタン*/
a:hover.lang { 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration: none; 
} 



/*テーブルの枠組みを消す*/
table  { border: none; }

/*本文*/
body
    {
     background-color:#838B8B;    
    }

/*　背景の色を決める　*/

/*行間*/
p.txt { line-height: 135%; }



/*線*/

hr.top {
border: 1px  #2F4F4F solid;
}

hr.paint {
border: 1px  #8B2500 solid;
}

hr.ex {
border: 1px  #bebebe solid;
}

/*painting の定型文*/


p.copyr:before {
content: "Copyright (C) 2014 Risyo Maeda. All Rights Reserved.";
color: #FAFAFA;
font-size: 80%;
}

p.copyr:after {
content: "本サイトで表示されている画像および文書の著作権は、前田利昌＆トロワセ―ドル に帰属します。許諾なく使用することはできません。";
color: #FAFAFA;
font-size: 50%;
}

/*メールフォームのテーブル*/
table.form { border:none; margin-top:1em; }
table.form th,td { text-align:left; border:none; padding:8px; font-weight:normal; }
table.form th { background:#bebebe; }
table.form td { background:#838B8B; }
/*メールフォームの赤アイコン*/
strong.ttl { text-align:left; border-left:solid 4px #cc0000; display:block; padding:2px 5px; margin-top:2em; }
/*メールフォームエラーページ*/
p.msg { color:#dd0000; margin:2em; }
form.back { margin-top:2em; }
input.button { width:120px; }
.msg { color:#dd0000; }