@charset "UTF-8";

a
{
	text-decoration: underline;
}

a:link { color: #FF6600; }
a:visited { color: #FF6600; }
a:active { color: #F25821; }
a:hover { color: #F25821; }

.topics-content a {color: #000;}

ul {
	margin:0;
	padding: 0;
}

/* layout */

body
{
	margin: 0;
	color: #666666;
	background: #A4EB59;
	background-image: url("../image/fix-g/bg.gif");
	background-position: center top;	
	background-repeat:  repeat-x;
	font-weight: normal;
	font-size: small;
	line-height: 1.5;
}

#container { position: static;}

#container-inner
{
	position: static;
	background: url("../image/fix-g/bg_bkw.gif") repeat-y center top;
	border: 0;
}


#footer {
    margin: 0;
    padding:0 0 10px 0;
    text-align: center;
    font-size: small;
}

#footer a { text-decoration: none;color: #000;}


#banner
{
	margin: 0;
	padding: 0;
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #333333;
	background: url("../image/fix-g/back_main.jpg") no-repeat center top;
	text-align: left;
	height: 200px;
}

#banner-inner { 
	margin: 0;
	padding: 0;
	height: 200px;
}

#banner a
{
	color: #000000;
	text-decoration: none;
}

#banner-header
{
	margin: 0;
	padding: 70px 0 0 280px;
	font-weight: bold;
	font-size: medium;
	}

#banner-description
{
	margin: 0;
	padding: 35px 0 0 280px;
	color: #FF3300;
	font-size: 11px;
}

#banner-img {
    display: none;
	}
	
#hoo-sumai {　//公式リンク
	margin: 0;
	padding: 0 0 0 460px;
	width:225px;
	height: 45px;
}


/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	padding: 1px 5px;
	color: #336666;
	font-size: large;
	text-align: left;
}

.topics-header,
.entry-header {
	margin: 1px 0 5px 0;
	padding: 0 0 0 25px;
	border: 0;
	
	background: url("../image/fix-g/bg_tit.gif") no-repeat left center;
	color: #FF6600;
	font-weight: bold;
	font-size: large;
}


.entry-content,
.entry-footer,
.comment-content,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry li  {
	margin:0;
	padding: 0 0 0 15px;
	background: url(../image/fix-g/list_entry.gif) no-repeat left center;
	list-style: none;
}

.entry-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border: 0;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: normal;
	text-align: left;	
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}

img.waku{
    padding:15px;
    background-color:#ffffff;
    border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
    border-width:1px;
    border-style:solid;
}


/* modules */

.module-archives
{
	margin: 0 5px;
	padding: 0;
	width: 150px;
}

.module-header
{
	margin: 0;
	padding: 5px;
	border: 0;
	background:url(../image/fix-g/bg_side-header.gif) left top no-repeat;
	font-size: small;
	line-height: normal;
	text-align: center;
}

.module-content
{
	margin: 0;
	padding:0 10px 10px 10px;
	background:url(../image/fix-g/bg_side-footer.gif) left bottom no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.2;
	text-align: center;
}

.module-list { margin: 0; }
.module-list-item { 
	margin: 10px 0; 
	padding: 0 0 0 15px;
	background: url(../image/fix-g/list_img.gif) no-repeat left center;
	list-style: none;
}


/* one-column tweaks */
	
	.layout-one-column #container
	{
		width: 800px;
	}

	.layout-one-column #container-inner
	{
		padding: 0 50px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: 700px;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
	}


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: 700px;
	}

	.layout-two-column-left #container-inner
	{
	background:url("../image/fix-g/bg_container.gif") #FFF left center repeat-y;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFF;
	}
	
	.layout-two-column-left #beta
	{
		width: 500px;
		
		
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */
	
	.layout-two-column-right #container
	{
		width: 700px;
	}

	.layout-two-column-right #container-inner
	{
	background:url("../image/fix-g/bg_container.gif") #FFF left center repeat-y;
	}

	.layout-two-column-right #alpha
	{
		width: 500px;
		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: none;
	}
	
	.layout-two-column-right #beta
	{
		width: 200px;
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: none;
	}


.topics
{
	padding: 0;
	margin: 0 0 20px 0;
	border: 0;
}

.topics-content
{
	margin: 0;
	padding: 0 0 0 50px;
	background:url(../image/fix-g/bg_kakomi.gif) left bottom no-repeat;
	font-weight: bold;
	font-size: small;
}
.topics li {
	margin:0;
	padding: 0 0 0 15px;
	background: url(../image/fix-g/list_img.gif) no-repeat left center;
	list-style: none;
}



/* bloglink */
	
	.bloglink
	{
	margin: 0;
	padding: 40px 0 0 0;
	background:url(../image/fix-g/bg_bloglink.gif) left top no-repeat;
	border: 0;
	}

	.bloglink_body
	{
	margin: 0;
	padding: 0 5px 0 5px;
	background:url(../image/fix-g/bg_bloglink_body.gif) center top repeat-y;
	border: 0;
	}

	.bloglink-top
	{
	margin: 0;
	padding: 20px 0 0 0;
	background:url(../image/fix-g/bg_bloglink-top.gif) left top no-repeat;
	border: 0;
	}

	.bloglink-bottom
	{
	margin: 0;
	padding: 20px 5px 0 5px;
	background:url(../image/fix-g/bg_bloglink-bottom.gif) left bottom no-repeat;
	border: 0;
	}

	.blog-header
	{
	margin: 0;
	padding: 2px 5px;
	border: 0;
	
	background: #F2F2F2;
	color: #666;
	font-weight: bold;
	text-align: left;
	}
	
.bloglink h3,
.bloglink-top h3{
	margin: 0;
	padding:1px 5px 1px 65px;
	border: 0;
	
	color: #FFF;
	background: url("../image/fix-g/bg_blognews.gif") #FFCC00 no-repeat left top;
	font-weight: bold;
	font-size: small;
	text-align: left;
}

input.btnml {
  width: 124px;
  height: 20px;
  border: 0;
  color: #FFF;
  background: url("../image/fix-g/btn_btnml.gif") #FF6600 no-repeat 0 0;
  font-size: small;
  cursor: pointer;
}

input.email { width: 124px;  font-size: small;
 }

.pagetop {
  border: 0;
  text-align: right;
}

.area {
  border: 0;
  text-align: right;
}

.blog_list {
  border: 0;
  text-align: right;
}

