/* all */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: 0;
}

/* unordered list / ordered list */
ul, ol {
/*    padding-left: 16px;*/
}
ul li {
/*    list-style-type: circle;*/
}

/* definition list */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* forms */
form {
    margin: 0;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* banner title */
#banner {
    height: 195px;
    color: #666;
    padding: 2px 30px;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(images/header1.jpg);
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color:#666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* description of blog */
#banner-description {
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 160px 0px 0px 0px;
}


/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:25px;
	font-size:12px;
	background:transparent url("images/OFF.gif") repeat-x top left;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
ul#menu li a{
	display:block;
	float:left;
	color:#2F4F4F;
	text-decoration:none;
	padding:6px 16px 0 16px;
	height:19px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;	
	}
                    
                                 
/* article */
.blog {
    margin: 18px 10px 10px 10px;
    font-size: small;
    color: #36414d;
    background: none;
}


/* title of entry */
.entry-header {
    margin: 8px 0px 20px 0px;
    padding: 0px 0px 0px 10px;
    color: #ffffff;
    background-color: #006699;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid  gray;
}

.entry-header a,
.entry-header a:link,
.entry-header a:visited {
    color: #ffffff;
    background: tranparent;
    font-size: 14px;
    text-decoration: none;
}
.entry-header a:hover{}
.entry-header a:active{}


/* article */
.entry {
    width: auto;
    margin: 10px 5px 15px;
    padding: 0px 0px 30px 0px;
    color: #36414d;
    background: #ffffff;
    font-size: 14px;
    line-height:1.8;
    word-break: break-all;
}

.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

.entry-body {
    padding: 0px 0px 20px 0px;
}

.entry p {
    margin: 0px;
    padding: 0px 5px 0px 5px;
}

.entry blockquote p {
    margin: 0px ;
}

.entry ul {
    margin: 0px;
}


.entry ol {
    margin: 0px;
}


.box-1 {
	background: lightyellow;
	width: 460px;
	border: 1px solid gray;
	padding: 10px;
}

p.line-1 {
   border-bottom: 1px solid #cccccc;
}
  

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0px 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 12px;
    line-height: 150%;
}

/* textarea */
.entry textarea {
    width: 97%;
}


/* contributor */
.entry-footer {
    margin-top: 11px;
    border-top: 1px dotted gray;
    text-align: right;
    color: #36414d;
    font-size: 12px;
}


/* menu list of sidebar */

#sidebar ul {
    color: #444444;
    font-size: 12px;
}

#sidebar li {
    list-style: none;
    line-height: 1.6em;
    margin: 0px 0 15px 0;
}

#sidebar li li {
    padding: 0px 5px;
    margin: 0;
}


#sidebar ul ul {
    margin: 0;
    padding: 5px;
    background-color: #f5f5f5;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

/* title of menu list */
#sidebar ul li h2 {
    margin-top: 3px;
    padding: 2px 0px 2px;
    border: 1px solid  gray;
    text-align: center;
    color: #ffffff;
    background-color: #006699;
    font-size: 12px;
}

/* credit */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}


#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 2 columns */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 0px;
    text-align: center;
    background: url(images/back.gif) repeat-y center top fixed;
}

.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}

/* for 2 columns */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 760px;
    _width: 762px;/*IE対策*/
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    text-align: left;
    background-color: #ffffff;
}

/* for 2 columns */
.layout-one-column #container {
    margin-bottom: 0;
}


/* for 2 columns fixed layout (with left sidebar) */
.layout-two-column-left #content {
    float: right;
    width: 530px;
   _width: 528px;/*IE対策*/
    margin: 0 10px 0 0;
    display: inline;
}

.layout-two-column-left #sidebar-box {
    float: left;
    width: 195px;
    margin: 0 0 0 10px;
}

.layout-two-column-left #sidebar {
    padding: 15px 15px 0;
    color: #ffffff;
}



/* Bottom navigation */

#hmenu {
	margin:0;
}

#hmenu ul {
	margin:0;
	padding: 10px 10px 20px 10px;
        font-size: 12px;   
        line-height:1.8;
        text-align: center;
	list-style-type:none;
	list-style-position:outside;
}

#hmenu ul li {
	display:inline;
	font-weight:normal;
}


#hmenu ul li a {
	padding:0px 10px;
	text-decoration:none;
}


#hmenu ul li a:hover {
	color:##0000FF;
}


/* footer */
#footer {
    height: 70px;
    margin: auto;
    background-color:#006699;
    border-top: 1px solid gray;

}
#footer p {
    padding: 7px 0;
    font-size: 12px;
    line-height:1.6;
    text-align: center;
    color: #ffffff;
}

input,textarea {
    font-family: "Osaka", "�q���M�m�p�S Pro W3", "�l�r �o�S�V�b�N", arial, sans-serif;
}
