/*
Theme Name: ネットマン
Theme URI: http: //yadiweb.com/netman/wordpress/
Description: ネットマンのテーマ
Author: yadi
Author URI: http: //yadiweb.com/netman/wordpress/
Template: twentyten
Version: 0.1.0
*/
@import url('../twentyten/style.css');
#content table {
	border: 0px;
	margin: 0 0 0 0;
	text-align: left;
	width: 0px;
}
#content tr td {
	border-top: 0px;
	padding: 0px 0px;
}
#content .entry-content td {
    vertical-align:middle;
}
/* header-titilrogo */
#site-title a {
    width: 191px; /* 画像の横幅 */
    height: 41px; /* 画像の高さ*/
    background-image: url(http://yadiweb.com/netman/wordpress/wp-content/uploads/2013/04/netman_rogo01.png); /* 画像のURL */
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
/* header-kaisetu */
#site-description {
    font-size: 15px;
    margin: 24px 20px 28px 0;
}
/* navi */
#access {
    background: #0000FF;
}
#access a {
    color: #00A8EC;
    font-weight:bolder;
}
#access li:hover > a{
    background: #00709E;
}
#access ul ul a {
    background: #00709E;
}
#access ul ul :hover > a {
    background: #00709E;
}
/* header-line */
#branding img {
    border-top: none;
    border-bottom: 1px solid #712D08;
}
/* text */
#content textarea {
    color: #332A29;
    font-size: 12px;
    line-height: 24px;
}
#colophon {
    border-top: 4px solid #00A8EC;
}
#main {
clear: both;
overflow: hidden;
padding: 0 0 0 0;
}
.entry-content,
.entry-summary {
clear: both;
padding: 0;
}
/*　コメント欄の下にある使用できるタグの表記を消す　*/
.form-allowed-tags{display:none;}