@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

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

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* ----------------------------------------
	フォント
---------------------------------------- */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------
	レイアウト全般
---------------------------------------- */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 90%;
  border: 1px solid #cccccc;
}

#header {
  padding: 20px 20px 10px;
  border-bottom: 1px solid #cccccc;
}

#container {
  float: left;
  width: 100%;
  margin-right: -200px;
}

#contents {
  margin-right: 200px;
  padding: 2em 29px 4em 30px;
  border-right: 1px solid #cccccc;
}

#sidebar {
  float: right;
  width: 180px;
  padding: 2em 10px;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
}

/* ----------------------------------------
	header
---------------------------------------- */

h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}

.logo {
  font-size: 1.8em;
  margin-bottom: 0.5em;
}

.logo a {
  text-decoration: none;
  background-color: #ffffff;
  color: #0099ff;
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

.description { }

/* ----------------------------------------
	contents
---------------------------------------- */

h2,h3,h4,h5,h6 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 0 5px 5px;
  border-left: 12px solid #000000;
  border-bottom: 1px solid #000000;
}

h3,h4,h5,h6 { margin-top: 2.5em; }

#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

#contents dl {
	margin: 1em 0;
}

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { 
	margin: 1em 0 1em 20px;
	border-top: 1px dashed #ccc;
	list-style-type: none;
}

#contents li {
	margin: 10;
	border-bottom: 1px dashed #ccc;
	padding: 18px 4px;
    overflow: hidden;
}

#contents li div.icon {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
}

#contents li div.icon img {
	width: 0 0 0 48px;
	height: 48px;
}

#contents li .info, #contents li .message {
	margin-left: 58px;
	color: #777;
	font-size: 13px;
}



/* ----------------------------------------
	sidebar
---------------------------------------- */

.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

#tagcloud {
	margin: 10px;
}

#tagcloud #tags{  
     overflow: hidden;  
     margin: 0px;  
     padding: 0px;
/*     text-align: center;  */
     line-height: 1;  
/*     background: url(../img/tag/bg_01.gif) repeat-y center center;  */
	list-style-type: none;
}  
#tagcloud #tags li {  
     display: inline;  
     list-style-type: none;  
     margin: 0;  
     padding: 0;  
     letter-spacing: -1px;  
/*     font-family: "Times New Roman",Serif;  */
}  


#tagcloud li.cloud_1 {
     margin: 10px
     z-index: 1;
     font-size: 26px;
}

#tagcloud .cloud_2 {
     z-index: 2;
     font-size: 20px;
}
#tagcloud .cloud_3 {
     z-index: 3;
     font-size: 16px;
}
#tagcloud .cloud_4 {
     z-index: 4;
     font-size: 10px;
}
#tagcloud .cloud_5 {
     z-index: 5;
     font-size: 8px;
}


.sidemenu {
  list-style-type: none;
  margin-bottom: 2em;
}

.sidemenu li { display: inline; }

.sidemenu a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.sidemenu a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ----------------------------------------
	footer
---------------------------------------- */
#footer p { text-align: center; }

