
body {
    color: #666;  
				font-size:small;
}

#header {
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", palatino,  georgia, verdana, arial, sans-serif;
	background: none;
	color: #FFFFFF;
	border:none;
	border-bottom: solid 2px #666666;
	text-align: left;
	padding-bottom: 4px;
}


#header-inner {
	padding:0;
	width:auto;
	background:#666;
}

#header-content {
 width: 940px;
 position: relative;
 margin: 0 auto;
 padding:0;
 height: 64px;
 background:#666666 url(/clmn/image_dir/head-02.jpg) no-repeat top right;
}

h1#header-name,
div#header-name {
	text-indent:-9999px;
	background: url(/clmn/image_dir/head-01.jpg) no-repeat top left;
	display: block;
	font-size: small;
	height: 64px;
	width: 350px;
	margin:0;
}

div#header-name a {
	display:block;
	width:350px;
	height:63px;
}

/* globalNavi */

#globalNavi {
	padding:0 3px 20px 0;
 text-align: right;
}

#globalNavi ul {
	margin: 0px;
	padding: 0px;
}

#globalNavi ul li {
	display: inline;
	padding: 0px 0px 0px 3px;
	letter-spacing:1px;
}
#globalNavi ul li a {
	font-size: 10px !important;
}

/**/

h2.asset-name,
h2.entry-title {
	font-size:medium;
}

h2.asset-name a,
h2.entry-title a {
	color:#666;
}


.widget-content li {
	line-height:1.6;
	font-size: 10px !important;
	padding-bottom:8px;
}

.asset-body p {
	line-height:1.5;
}

/* alpha */

.archive-title {
	padding:5px 5px 5px 10px;
	background:#F3F3F3;
	border:1px solid #999;
	font-size:18px;
	color:#666;
	font-style:normal;
}

#alpha {
	background: url(/clmn/image_dir/subt-01.gif) no-repeat top left;
	padding-top:40px;
}


#footer ,#footer-inner ,#footer-content {
	backgound:#666;
}


#footer { 
    background-color: #666; 
}


/* 通常リンク */

a:link {
	text-decoration: underline;
	color:#003366;
}
a:visited {
	text-decoration: underline;
	color:#003366;
}

a:link:hover {
	text-decoration: none;
	color: #990000;
	background-color:	#FFF0F0;
}

a:visited:hover {
	text-decoration: none;
	color: #990000;
	background-color:	#FFF0F0;
}

