@charset "UTF-8";

/* YUI reset.css （オリジナルからの変更：リストスタイルのみイキ）*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,td,th {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 

caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
} 

/* body 基本設定 */

body {
	text-align: left;
	background-color: #cccccc;
	font-size: 14px;
	line-height: 170%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ ゴシック",sans-serif;
	color: black;
}

a:link {
	color:#000099;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:#ff00ff;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

strong {
    font-weight:bold; 
} 


/* ヘッダー header */

#header {
	width: 800px;
	height: 78px;
	background-repeat: no-repeat;
	background-image: url(top-image/header.gif);
}

#headertext {
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 500px;
}

#headertext h1 {
	color: white;
	font-size: 24px;
	font-weight: bold;
	width: 500px;
	font-family: "ＭＳ Ｐゴシック";
	line-height: 100%;
}

#headertext p {
	color: white;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 500px;
	font-size: 1em;
	line-height: 100%;
	font-family: "ＭＳ Ｐゴシック";
}


/* ナビゲーション navigation */

#navigation {
	font-size: 12px;
	background-image : url(top-image/button48.gif);
	height: 42px;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}

#navigation ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li	{
	display: inline;
}

#navigation a {
	text-decoration: none;
	color: #333333;
	text-align: center;
	background-image : url(top-image/button48.gif);
	border-right: solid 1px #666666;
	display: block;
	float: left;
	width: 100px;
	line-height: 42px;
}

#navigation a:hover {
	background-image : url(top-image/button48.gif);
	background-position: 0 -50px;
}


/* メイン main（本文とサイドバー）*/

#main {
	padding: 25px 20px 20px 20px;
}


/* コンテンツ contents */

#pankuzu {
	font-size: 10px;
	padding-bottom: 3px;
}

#contents {
	float: left;
	width: 520px;
}

#welcome {
padding-bottom: 10px;
}

#welcome h2 {
	color: #000000;
        font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#welcome h3 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#welcome p {
	margin-bottom: 14px;
}

#whatsnew {
	padding: 6px;
	background-color: #ebebeb;
}

#whatsnew h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	text-indent: 8px;
}

#whatsnew ul {
	margin-left: 18px;
}

#whatsnew li span {
	font-size: 10px;
}

/* 個別記事、アーカイブ一覧 article */

#article {
	line-height: 170%;
}

#article h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	padding-top: 8px;
	padding-left: 8px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-color: #3366cc;
	border-top-style: solid;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3366cc
}

#article h3 {
	color: #000000;
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}

#article h4 {
	color: #000000;
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 8px;
}


#article p {
	margin-bottom: 14px;
}

#article ul {
	margin-left: 20px;
}

#article ul span {
	font-size: 10px;
	color: #666666;
}

#article ol {
	margin-left: 50px;
}

#articledate {
	font-size: 12px;
	text-align: right;
	margin-top: 14px;
}

#article td {
	padding: 3pt;
}


/* サイドバー sidebar */

#sidebar {
	float: right;
	width: 200px;
}


#infomenu {
	list-style-type: none;
	width: 200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	font-weight: bold;
	font-size: 13px;

}

#infomenu a {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 10px;
	text-decoration: none;
	background-image : url(top-image/button48.gif);
}

#infomenu li {
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#infomenu a:hover {
	background-image : url(top-image/button48.gif);
	background-position: 0 -50px;
}

#smallmenu {
	font-size: 12px;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ebebeb;
}

#smallmenu h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#smallmenu ul {
	margin-left: 20px;
}

#googlesearch {
	margin-top: 10px;
}

/* フッター footer */

#footer {
	clear: both;
	background-image: url(top-image/footer.gif);
	background-repeat: no-repeat;
	height: 52px;
}

#footertext {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック";
	color: white;
	text-align: right;	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}


/* clearfix */


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
