@charset "UTF-8";
/* ページ全体 */

body {
    font-size: 100%;
    color: #333333;
    margin: 0;
    padding: 0;
    background-color: #DDE1E6;
}


/* 全体のリンク色 */

A {
    color: #3333CC;
    text-decoration: none;
}

A:link {
    color: #3333CC;
    text-decoration: none;
}

A:link:hover {
    color: #FF3300;
    text-decoration: none;
}

A:link:active {
    color: #000000;
    text-decoration: none;
}

A:visited {
    color: #3333CC;
    text-decoration: none;
}

A:visited:hover {
    color: #FF3300;
    text-decoration: none;
}

A:visited:active {
    color: #000000;
    text-decoration: none;
}



/* パディング設定 */
.pad {
    margin:0;
    padding:0px;
}


p {
    margin:0;
    padding:0px;
}

.none{
    display: none;
}



/* ヘッダー */


#header {
	color: #FFFFFF;
	padding-top: 85px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image: url("img/banner_back.jpg");
	background-repeat: no-repeat;
	height: 110px;
	margin: 0;
   width: 790px;
    background-color: #333333;
    border-right: 1px solid #CCCCCC;
}

#header h1 {
	color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin-bottom: 55px;
	padding-left: 0px;
	padding-bottom: 3px;
    line-height: 160%;
}

.description {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin-top: 0px;
	padding-left: 5px;
}


/* ヘッダーリンク色 */

#header A {
    color: #FFFFFF;
    text-decoration: none;
}

#header A:link {
    color: #FFFFFF;
    text-decoration: none;
}

#header A:link:hover {
    color: #FF3300;
    text-decoration: none;
}

#header A:link:active {
    color: #FFFFFF;
    text-decoration: none;
}

#header A:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#header A:visited:hover {
    color: #FF3300;
    text-decoration: none;
}

#header A:visited:active {
    color: #FFFFFF;
    text-decoration:none;
}




/* レイアウト */

#container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    width: 800px;
    background-color: #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}


#left {
    font-size: 85%;
    width:195px;
    float:left;
    background-color: #FFFFFF;
    margin:0;
    padding:5px 0px 0px 5px;
}


#right {
    width:180px;
    font-size: 85%;
    float:right;
    margin:0;
    background-color: #FFFFFF;
    padding:5px 0px 0px 4px;
    border-left: 1px solid #CCCCCC;
}


/* 記事まわり */

#main {
    font-size: 90%;
    width:405px;
    padding:5px;
    margin:0;
    float:left;
    background-color: #FFFFFF;
}

#main img {
border-style: none;
float:left;
margin-right:10px;
width:25%;
}
#main img.auto {
border-style: none;
width:280px;
height:80px;
}
#main img.normal {
border-style: none;
float:left;
margin-right:10px;
width:auto;
}


#main h2 {
    font-size: 125%;
    margin: 5px 0px 5px 0px;
    color: #FFFFFF;
    padding: 5px 0px 0px 10px;
    height: 25px;
	background-image: url("img/main_h2.gif");
	background-repeat: no-repeat;
}


#main h3 {
    font-size: 100%;
    margin: 5px;
}

#main h3 img {
    margin: 0px;
    padding: 0px;
}

#menu {
    font-size: 90%;
    text-align: left;
    margin-bottom: 15px;
}


strong {
    color: #FF3300;
}

#main .posted {
    font-size: 90%;
    margin-bottom: 25px;
    padding: 3px;
}

#comment-data {
    float: left;
    width: 180px;
    padding-right: 15px;
    margin-right: 15px;
    text-align: left;
    border-right: 1px dotted #BBB;
}

hr {
    border: 1px dotted #333;
	height: 1px;
clear:left;
}

/* テキストエリア文字サイズ・広さ設定 */


/* サイドバー */

#left h2 {
    font-size: 140%;
    font-weight: bold;
    margin: 5px 5px 0px 0px;
    padding: 3px 0px 0px 5px;
    height: 21px;
    color: #FFFFFF;
    background-image: url("img/left_h2.gif");
    background-repeat: no-repeat;
}

#right h2 {
    font-size: 95%;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 0px 0px 0px 0px;
    border: 1px solid #999999;
}


/* サイドバーリスト */

#left ul,#right ul{
    font-size: 105%;
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#left ul ul,#right ul ul {
    margin-bottom: 0px;
}



#left li,#right li {
    font-size: 100%;
    color: #333333;
    text-align: left;
    line-height: 120%;
    margin-top: 3px;
    list-style-type: none;
}



/* フッター */

#footer {
    font-size: 85%;
clear:both;
    color: #333333;
    text-align: center;
    background-color: #FFFFFF;
    padding: 0px;
}
#footer h2 {
    font-size: 120%;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 4px 0px 0px 0px;
    height: 21px;
    color: #FFFFFF;
	background-image: url("img/pr.gif");
	background-repeat: no-repeat;
}

/* アドレス */

address {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: normal;
}
ul.tree {
    margin: 10px;
    padding: 0;
    font-size: 9px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0 0 0 3px!important;
    padding: 0!important;
}
ul.tree li {
    margin: 0!important;
    padding: 0 0 0 12px!important;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    list-style: none;
}
