/*　全体の設定　*/
body{
font-size:11px;  
color:#000000;  
font-family:Verdana,Osaka,'MS P Gothic';
letter-spacing:1px;
line-height:180%;
font-weight:normal;
margin:0px;
padding:0px;
scrollbar-base-color: #ffffff;

background-image: url("http://blog-imgs-68.fc2.com/c/c/l/cclt/3.png");
background-repeat: repeat-x;

padding : 30px ;

text-align : center;
}

img.linecat {
display:block;
margin:auto;
width: 40px;
height: auto;
}

a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#000000; background:#ffffff;}
a:active {color:#000000;}

h1{
font-size:14px;
font-weight:normal;
letter-spacing:3px;
font-family:Century Gothic,ＭＳ Ｐゴシック;
}

h4#comformtitle {
        font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 6px 0 6px 25px;
	background: #ffffff;
        border: 1px solid #999999;
	color: #000;
}
.comform ul {
	width: 100%;
	margin: 0;
	padding: 0;
        
}
.comform li {
	font-size: 90%;
	margin: 0;
	padding: 0px 0px 10px 0px;
        list-style: none;
}

h6 {
font-weight : normal;
text-align : center;
}

.entry_title{
font-size:14px;
text-decoration: underline;
}

/*　レイアウト　*/
div#conteinar {
width : 740px;
margin-left : auto;
margin-right : auto;
text-align : left; 
}
div#header {
clear : both;
height:200px;
background-image: url("http://blog-imgs-68.fc2.com/c/c/l/cclt/1.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position:500pt 100pt;
background-size:15% auto;
}

div#main {
float : left; 
width : 500px;
}
div#side {
float : right;
width : 200px;
}
div#footer {
clear : both;
}