/* レイアウトの設定*/
body,html{
margin:0px;
padding:0px;
text-align:center;
line-height:1.5em;
color: #544e4f;
background-image:url('images1/back.jpg');
background-repeat:repeat-y;
background-position:50% 50%;
scrollbar-arrow-color: #808080;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #cfcfcf;
scrollbar-darkshadow-color: #cfcfcf;
scrollbar-highlight-color: #eeeeee;
scrollbar-shadow-color: #eeeeee;
font-size:18px;
}
/* ラッパーの設定*/
#wrap{
position:relative;
width:800px;
background-color:white;
margin:0px auto;
text-align:left;
}
/* ヘッダーの設定*/
#head{
background-color:#000000;
margin-left:10px;
margin-right:10px;
background-image:url('images1/title.jpg');
background-repeat:no-repeat;
background-position:20px 20px;
padding-left: 450px;
padding-top: 100px;
}

/* コンテンツの設定*/
#main{
background-color:white;
margin-left:10px;
margin-right:10px;
}
/* フッターの設定*/
#foot{
clear:both;
height:20px;
background-color:#000000;
color: #f6f6f5;
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
font-weight:bold;
text-align:center;
font-size:10pt;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

/* コンテンツ内の設定*/

h1 {
background:#efefef;
padding: 10px 0px 0px 10px;
height: 30px;
border-right:solid 1px #ccc;
border-bottom:solid 1px #ccc;
border-left:solid 10px #666;
font-size: 23px;
font-family:Impact;
clear:both;
}

img {
border:0;
}

.mail {
margin-top: 10px;
text-align:right;
}

.comment {
font-size:20px;
font-weight:bold;
font-style:italic;
color:red;
}

.column{
float:left;
}

.column_txt {
padding-left: 260px;
}

/* 白タグ用 */
.none {
display:none;
}

