@charset "UTF-8";
/* CSS Document */

/* ページ全体 */
body {
	color: #333333;
	background-color: #cccccc;
	line-height: 1.4em;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

/* PAGE部分 */
div#page {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	text-align: right;
}

/* HEAD部分 */
div#head {
	width: 800px;
	height: 62px;
/*    height:262px;*/
	background-image: url(images/default/title.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-bottom: 0px;
}

h1 {
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	margin: 0;
	padding: 10px 0px 0px 0px;
}

.top_flash {
	margin-top: 32px;
}

/* 上部メニュー */
div#menu_top {
	width: 800px;
	height: 25px;
	background-image: url(images/default/menu_top.png);
	margin-bottom: 10px;
	text-align: left;
}

div#menu_top ul{
	margin: 0px;
	padding: 0px;
}

div#menu_top li{
	float: left;
	padding-top: 5px;
	margin-left: 40px;
	list-style: none;
}

div#menu_top a{
	color: #ffffff;
	text-decoration: none;
}

div#menu_top a:hover{
	color: #cccccc;
	text-decoration: underline
}

/* 左部メニュー */
div#menu {
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}

div#menu h2 {
	width: 190px;
	margin-top: 10px;
	text-align: left;
	border-left: 5px solid #cccccc;
	border-bottom: #666666 dotted 1px;
}

div#menu img {
	float: none;
}

div#menu p {
	text-align: left;
	padding-left: 20px;
}

div#menu p.small_left {
	font-size: 12px;
	text-align: left;
	line-height: 1.3em;
}

div#menu p.top {
	font-size: 12px;
	text-align: left;
	padding: 0px 10px;
}

div#menu img {
	border: 0;
}

ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li.menu {
    list-style: none;
	width: 200px;
	height: 25px;
    margin: 0px 0px 5px 0px;
	text-align: left;
}

a.menu, a.menu:visited {
	display: block;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	border-left: 5px solid #cccccc;
	border-bottom: #666666 dotted 1px;
}

a.menu:hover {
    color: #000000;
    text-decoration: underline;
	padding: 4px;
	border-left: 5px solid #003366;
}

/* MAIN部分 */
div#main {
	width: 580px;
	float: right;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	border-left: #333333 dashed 1px;
}

div#main p {
	padding: 0px 14px;
}

/* FOOT部分 */
div#foot {
	width: 750px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top: #999999 solid 1px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	clear: both;
}

/* 共通タグ */
h2 {
	width: 550px;
/*	height: 20px;*/
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px 0 0 0;
	padding: 0px 0px 0px 10px;
	border-left: #003366 solid 5px;
	border-bottom: #666666 solid 2px;
	clear: both;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	border-bottom: #666666 solid 1px;
	clear: both;
}

h4 {
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	border-bottom: #CCCCCC dotted 1px;
}

img {
	margin: 0px 10px 10px 10px;
	border: #666666 solid 1px;
}

/* 共通クラス */
.clear {
	clear: both;
}

.txt_small {
	font-size: 12px;
}

.txt_big {
	font-size: 18px;
}

.txt_bigger {
	font-size: 24px;
}

.txt_red {
	color: #CC0000;
}

.txt_blue {
	color: #003366;
}

.txt_red_bold_big {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
}

.float_left {
	float: left;
}

.txt_line {
	text-decoration: line-through;
}

/* BLOG用 */
/* Posts
----------------------------------------------- */
.date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

.post_body_p {
	padding-left: 14px;
}

.blogger-labels {
	font-size: 12px;
}

.gaibu_h3 {
	color: #CC0000;
	font-weight: bold;
	font-size: 18px;
	border-bottom: #CC0000 1px solid;
}


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
li.blog {
    list-style: square;
	font-size: 12px;
	line-height: 1.4em;
    margin: 0px 0px 5px 0px;
	text-align: left;
}

/*
#menu ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#menu li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#menu p {
  color:#666;
  line-height:1.5em;
  }
*/

/* Profile
----------------------------------------------- 
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
*/


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
