/* -------------------------------- 
Name: common stylesheet
Manager:Jagrons
-------------------------------- */
 
* {
	padding: 0;
	margin: 0;
}


body {
	font-size: 100%;
	background: url(../images/bg.jpg) repeat-y scroll center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}




/* Format Browser's defined style
-------------------------------- */
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
address,pre,em,
blockquote,q,cite {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: left;
}




/* IMG Border none
-------------------------------- */
img {
	border: none;
	vertical-align: top;
}




/* List style none
-------------------------------- */
ol,ul,li {
	list-style-type: none;
}






/* hyper link
-------------------------------- */
a {
	color: #000000;
	text-decoration: underline;
}


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


a:hover,a:active {
    color: #FF0000;
	text-decoration: none;
}



/* ¥Ø¥Ã¥À¡¼ 
-------------------------------- */
h1 a {
	text-decoration: none;
	display: block;
	height: 187px;
	width: 780px;
	text-indent: -5000px;
	background-image: url(../images/topbanner.jpg);
}

/* wrapper 
-------------------------------- */
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	
}




/* container
-------------------------------- */
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	background: url(../images/me.jpg) no-repeat left bottom;
}




/* header
-------------------------------- */
#header {
	height: 80px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: url(../img/header_bg.gif) no-repeat top;
	clear: both;
}


#header h1 {
	height: 35px;
	width: 142px;
	margin: 5px 0 0 15px;
	background: url(../img/logo.gif) no-repeat;
}


#header h1 a {
	height: 35px;
	width: 142px;
	text-decoration: none;
	display: block;
	text-indent: -9999px;
}


#title {
	margin: 5px 0 0 17px;
	color: #FFFFFF;
	font-size: 14px;
}


#header_left {
    float: left;
    padding: 0 0 0 0;
}


#header_right {
    width: 230px;
	float: right;
	padding: 0 0 0 0;
}




/* h_menu
-------------------------------- */
#h_menu {
	margin: 50px 7px 0 0;
}


#h_menu li{
	float: left;
}


#h_menu li a{
	padding: 0 5px 0 15px;
	font-size: 12px;
	background: url(../img/header_point.gif) no-repeat;
}




/* g_menu
-------------------------------- */
#g_menubox {
    margin: 0 0 11px 0;
    padding: 0;
}


#g_menu {
	width: 255px;
	padding: 0 0 0 15px;
	margin-bottom: 100px;
}


#g_menu li{
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 15px 10px 10px 35px;

}


#g_menu li a{

}




#sub_menu {
    width: 167px;
    padding: 0 0 0 15px;
    clear:both;
}

#sub_menu li {
    background-color: #f1f5f0;
}

#sub_menu li a{
    width: 144px;
    display: block;
    margin: 0 0 1px 0;
    padding: 5px 3px 5px 20px;
    background: url(../img/sub_point.gif) no-repeat;
}



/* pageheader
-------------------------------- */
#pageheader {
	margin: 0;
    padding: 0 0 15px 0;
}



/* left
-------------------------------- */
#left {
	width: 270px;
	margin: 0 0 0 0;
	float: left;
	text-align: left;
}

#cat {
	padding: 15px;
}




/* right
-------------------------------- */
#right {
    width: 510px;
    float: right;
}

#top_right {
    width: 510px;
    float: right;
}

#top_right2 {
	width: 490px;
	float: right;
	background-image: url(../images/jibg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 28px;
	padding-right: 20px;
}

/* info
-------------------------------- */

.newinfo {
	background-image: url(../images/kugiri.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 20px;
}

.newinfo li{
	padding-top: 5px;
	margin-left: 18px;
	list-style-type: disc;
}


/* navi
-------------------------------- */
#navi {
    padding: 5px 0 10px 0;
    font-size: x-small;
}




/* banner
-------------------------------- */
#banner {
    width: 166px;
    height: 230px;
    margin: 10px 0 0 7px;
    padding: 5px 0 0 18px;
    background: url(../img/banner_bg.gif) no-repeat top;
}


#banner ul{
    margin: 0;
    padding: 0;
}


#banner li {
    margin: 0;
    padding: 7px 0 0 0;
    list-style: none;
    display: block;
    line-height: normal;	
}




/* ad
-------------------------------- */
#ad {
    width: 150px;
    margin: 5px 0 0 20px;
    padding: 4px;
	background-color: #ffffff;
	border: #CEE3D8 1px solid;
    clear:both;
}

#ad li{
    padding: 4px 0 0 0;
}




/* gotop
-------------------------------- */
#gotop {
    padding: 30px 15px 5px 0;
    font-size: small;
    text-align: right;
}




/* footer
-------------------------------- */
#footer {
	height: 81px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/footer.jpg) no-repeat top;
	clear: both;
}


#footerbox {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}


#footermenu {
	width: 773px;
	padding: 30px 0 0 7px;
}


#footermenu li{
	float: left;
	padding: 0 10px 0 0;
	font-size: 11px;
}




/* copyright
-------------------------------- */
#copyright {
	width: 285px;
	margin-top: 17px;
	float: right;
}



.imgstyle {margin: 0px; border: 0px; padding: 0px; font-size: 0px;}




/* jiubn 
-------------------------------- */
.catetoi {
	font-size: 16px;
	background-image: url(../../object/images/categorytoi.jpg);
	height: 38px;
	color: #1EA32E;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 26px 0px 0px 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#baiotoire {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.midoriwaku {
	background-color: #FAFFF2;
	padding: 10px;
	border: 1px solid #E6F8CA;
	margin-top: 15px;
	margin-right: 13px;
	margin-bottom: 15px;
	margin-left: 13px;
	line-height: 140%;
}

#right2 {
    width: 580px;
    float: left;
}

.syohin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	vertical-align: middle;
}

.syohinleft {
	width: 280px;
	float: left;
	margin: auto;
}

.syohinleftm {
	margin-left: 18px;
	margin-right: 23px;
	text-align: center;
}

.syohinleftm h4{
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E5F194;
	font-size: 130%;
}

.syohinright {
    width: 300px;
    float: left;
}

.syohinrightm {
	margin-right: 23px;

}
.syohinrightm h4{
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E5F194;
	font-size: 130%;
}
.syohinrightm p{
	background-color: #F1F1F1;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 110%;
}

.syohinrightm td{

padding-left: 5px;
}

table{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;

}

td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

.imghi {
	border: 1px solid #E7E7E7;
}

.clear {
	clear: both;
}

.wakekata {
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	margin-top: 0px;
	margin-right: 23px;
	margin-bottom: 15px;
	margin-left: 13px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DFDFDF;
	color: #149F25;
	padding-top: 3px;
}


.syohintopwaku {margin-right: 10px;
}
.syohintop {padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #E3E3E3;
	float: left;}
	
.syohintop2 {
	padding: 10px;
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #E3E3E3;
	float: left;
	text-align: left;
}
	
	.hasen {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #444444;
	margin-left: 13px;
	margin-right: 23px;
}

/*-------------------------------- */

.feedbackclear {
	height: 10px;
	clear: both;
}
.feedbackformleft {
	float: left;
	width: 190px;
	color: #014928;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #E6F8CA;
	background-color: #FAFFF2;
	margin-right: 10px;
}
.feedbackformright {
	text-align: left;
}
.base-m {
	font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size: 90%;
}
.base-s {
	font-size: 80%;
}
.red {
	color: #FF0000;
}

.imgright {
	float: right;
}

#contnentsleftmargin{
	padding-right: 10px;
	padding-left: 25px;
}



.separator{
	font-size: 80%;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: 10px;
}

.separator2{
	font-size: 100%;
	padding-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
	margin-top: 35px;
	color: #006600;
}

#archive-title
{
	font-size: 120%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #FBF8F2;
	border-left-color: #FF0000;
}


.entry-header{
	font-size: 120%;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	background-color: #FBF8F2;
	border-left-color: #FF0000;
}

.entry-body{
	line-height: 140%;
	text-align: left;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}


#trackbacks-info{
	border: 1px solid #006600;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fontleft{
	text-align: left;
}

.fontright{
	text-align: right;
}

.bo5{
}



#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}






/* Experimental comment styles
    Not currently in use anywhere in default templates
    For testing only... */
#comments-experimental .comment, #comments-experimental .comment .comment-inner {
    width:36em;
}

#comments-experimental .comment {
    padding: 0px;
    margin: 10px 15px;
    background-color:#eef;
    border:2px solid #bbb;
}

#comments-experimental .comment .comment-inner {
    position:relative;
    margin:-5px 0 0 -3px;
    background:#f3f3ff;
    border:1px solid #003;
}

#comments-experimental .comment:hover .comment-inner {
    border:1px solid #000;
    background-color: #fff;
}

#comments-experimental .comment a {
    text-decoration: none;
    border-bottom: 1px dotted #36414d;
}

#comments-experimental .comment:hover a {
    color: #333;
    border-bottom: 1px solid #666;
}

#comments-experimental .comment .comment-content {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 15px;
}

#comments-experimental .comment-footer-experimental {
    margin-right: 15px;
    font-size: 10px;
    text-align: right;
}

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px;
    color: #666;
}

#comments .comment-header { display: none; }
#comments .comment-footer-experimental { display: none; }
#comments-experimental .comment-footer { display: none; }

