@charset "utf-8";

/**
 * Global setting
 */

*{
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" !important;
	letter-spacing: 1px !important;
}
h2, h3, h4, h5, h6, p, li, table, th, td, pre, blockquote, form{
	line-height: 200% !important;
}
table{
	border-collapse: collapse;
	margin: 10px 0;
	border-left: solid 1px #DDD;
	border-top: solid 1px #DDD;
}
table th, table td{
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 5px 10px;
}
table th{
	background: #FAFAFA;
	font-weight: bold;
}
table td{
}
pre,
blockquote{
	padding: 9px;
	border: solid 1px #DDD;
	background-color: #FAFAFA;
}
code{
	font-family: "ＭＳ ゴシック", "Osaka－等幅" !important;
}
p img{
	margin: 8px 0;
}

h2, h3, h4, h5, h6{
	margin: 23px 0 5px;
	font-weight: bold;
	line-height: 140% !important;
	letter-spacing: 0 !important;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
	line-height: 140% !important;
	letter-spacing: 0 !important;
}
h3, h4{
	font-size: 14px;
}
li{
	padding-top: 3px;
	padding-bottom: 3px;
}



/**
 * Form
 */

input,
textarea{
	font-size: 12px;
}
input[type=""],
input[type="text"],
input[type="password"]{
	height: 18px;
	padding: 1px 1px 0px 5px;
	border: 1px inset #aaaaaa;
	background-color: #fdfdfd;
}
input[type="text"]:focus,
input[type="password"]:focus{
	border-color: #20446A;
	background-color: #fbfdff;
}
textarea{
	padding: 1px 1px 0px 5px;
	border: 1px inset #aaaaaa;
	background-color: #fdfdfd;
	overflow: auto;
}
textarea:focus{
	background-color: #fbfdff;
}


/**
 * Design1 - header
 */

#header-content{
	margin: 25px 0pt 35px 20px;
}

#alpha img{
	border: solid 4px #dddddd;
}
#alpha a img{
	margin: 0;
}
#alpha a:hover img{
	border-color: #cccccc;
}


/**
 * Design2 - content
 */

.asset-header{
	padding-bottom: 2px;
	border-bottom: solid 1px #cccccc;
}
.asset-footer{
	margin-top: 1.0em;
	margin-bottom: 3.0em;
	padding-top: 4px;
}
.asset-content {
	margin: 15px 0;
}
.asset-meta{
	text-align: right;
	border: none;
}
.asset-more-link{
	text-align: right;
}
.asset-more-link a{
	letter-spacing: 0 !important;
}
#beta-inner ul li{
	line-height: 140% !important;
}
#beta-inner .widget-cloud{
	display: none;
}
#beta-inner .widget h3,
#beta-inner .widget h3 a{
	font-weight: bold;
}
form input#search{
	width: 65%;
	font-size: 10px;
}

h2.entry-title{
	margin: 0;
}
h2.entry-title a{
	margin-bottom: 3px;
}

.widget-content ul{
	list-style-position: outside;
	list-style-type: circle;
}
.widget-content ul li{
	margin-left: 15px;
}

.widget-profile{
	font-size: 10px !important;
}
.widget-profile p.widget-photo{
	text-align: center;
	font-weight: bold;
}
.widget-profile p.widget-photo img{
	border: solid 1px #CCC;
}
.widget-profile p{
	line-height: 160% !important;
}
.widget-profile ul li{
	margin-top: 0px;
	margin-bottom: 4px;
}
.widget-syndication ul{
	list-style-type: none;
}
.widget-syndication ul li{
	margin-left: 0;
}


/**
 * Design2 - comment
 */
 
#comment-author{ width: 40%;}
#comment-email{ width: 60%;}
#comment-url{ width: 60%;}
h2.trackbacks-header,
h2.comments-header,
h2.comments-open-header{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 7px;
}
.comments-content,
.comments-open-content{
}
.trackbacks-info p{
	padding: 5px;
	padding-left: 20px;
	line-height: 100% !important;
	background: #F8F8F8;
}
.comment-header *{
	font-weight: bold !important;
	text-align: left !important;
	font-size: 12px  !important;
	margin: 3px 0;
}
.comment-content{
	padding-left: 10px;
}
.comment-content p{
	line-height: 160% !important;
}
.comment, .trackback{
	border: none !important;
}
