/*
------------------------------------------------------------------------
Theme Name: 	A.D.M.J. (ja)
Author URI:		
Description:   	The WordPress Master Theme for A.D.M.J..
Version:       	1.0
Author:        	NW
Author URI:    	http://www.nimbusworks.net/
------------------------------------------------------------------------

*/

@import url("css/misc.css");		/* css reset - do not edit this */
@import url("css/dropmenu.css");	/* styling dropdown menu */
@import url("css/homepages.css");	/* styling homepage templates */
@import url("css/innerpages.css");	/* styling innerpage templates */
@import url("css/blog-common.css");		/* styling blog */
@import url("css/header.css");		/* header option styling blog */
@import url("css/sidebars.css");		/* styling blog */
@import url("css/footer.css");		/* footer option */
@import url("css/blog.css");		/* styling blog */
@import url("css/color-default.css");		/* styling color schemes css  */

body {
text-align:center;
font: 12px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", "MS UI Gothic", sans-serif;
}
/* Links -----------------------------------------------------------------------*/
a {
outline:none;
}
ul {
list-style:none;
}
ul li {
list-style:none;
}
.clear {
clear:both;
}
.bold {
font-weight:bold;
}
p.aright {
text-align:right;
}
.italic {
font-style:italic;
}
/* section alignment --------- */

.alignleft {
float:left;
}
.alignright {
float:right;
}
/* image alignment left, right & center --------- */

.imgleft {
float:left;
margin:0 12px 12px 0;
padding:3px;
}
.imgright {
float:right;
margin:0 0 12px 12px;
padding:3px;
}
.imgleft_n {
float:left;
margin:0 40px 12px 0;
padding:3px;
}
.img_center {
margin:10px 0;
padding:5px;
}
code {
font-size:11px;
}
/* blog & content css common ---------------------------------------------------- */

h1 {
font-size:16px;
font-weight:400;
margin:0 0 12px;
padding:0 0 5px;
}
h2 {
font-size:14px;
font-weight:normal;
color:#888888;
height:35px;
padding:12px 0px 0px 45px;
margin:0px 0px 15px 0px;
background:#fff url(images/blog_h1_bg.png) no-repeat;
}
h2 a {
text-decoration:none;
}
h2 a:hover {
text-decoration:none;
}
h3 {
font-size:13px;
color:#888;
margin:0 0 10px;
padding:0;
}
h4 {
font-size:12px;
font-weight:bold;
margin:15px 0px 5px 0px;
padding:5px 0;
}
h5 {
font-size:12px;
font-weight:normal;
margin:0 0 10px;
padding:0;
}
h6 {
font-size:12px;
font-weight:700;
margin:5px 0;
padding:0 0 5px;
}
p {
font-size:12px;
line-height:18px;
margin:0px;
}
p a {
text-decoration:none;
}

ul {
font:11px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", "MS UI Gothic", sans-serif;
margin:0 0 15px 0px;
padding:0;
}
ul li ul {
margin:8px 0 5px;
padding:0;
}
ol {
line-height:18px;
font-size:12px;
background:none;
margin:0 0 0 5px;
padding:0 0 10px 20px;
}
ol li {
background:none;
list-style:none;
margin:0 0 5px;
padding:0;
}
ol li ol {
margin:8px 0 5px 24px;
padding:0;
}
blockquote {
	background:url(images/quote2.png) no-repeat;
	background-position:5px 8px;
	margin-bottom:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:5px 0px 5px 30px;
	margin-bottom:10px;
}
blockquote p { font:bold 12px Arial, Helvetica, sans-serif;  }
.clientname {
	font-size:12px; font-weight:normal; color:#666;
	margin-bottom:12px;
}

li,ul li ul li {
line-height:18px;
margin:0 0 5px;
padding:0 0 0 12px;
}
/* instruction elements -------------------------------------- */
address {
font-style:italic;
}
p.alert,p.download,p.info,p.note {
margin:10px 0 0;
padding:10px 10px 10px 36px;
}
p.alert {
padding:10px 10px 10px 36px;
}

/* STRUCTURE ----------------------------------*/
#header {
height:70px;
margin:0 auto;
padding-top:10px;
}
#content-wrap {
overflow:hidden;
height:100%;
background: #d5d5c4 url(images/bottomcontents_bg.jpg);
}
#wrapper {
text-align:left;
width:950px;
margin:0 auto;
padding:0;
overflow:hidden;
height:100%;
}
#main {
overflow:hidden;
clear:both;
}
#main .subcolumns {
width:400px;
}
#content {
width:590px;
margin:5px 0px 15px 15px;
padding:10px;
background:#fff;
}
*html #content {
width:590px;
margin:5px 10px 15px 7px;
padding:10px;
background:#fff;
}
#content_top {
width:610px;
margin:15px 0px 15px 15px;
float:left;
}
*html #content_top {
width:610px;
margin:15px 0px 15px 7px;
float:left;
}
*:first-child+html #content_top {
width:610px;
margin:15px 0px 15px 15px;
float:left;
}
#content2 {
width:560px;
}
#content, #content2 { 
float:left;
}
#sidebar {
width:300px;
margin:0px 15px 15px 0px;
}
#sidebar_top {
width:300px;
margin:15px 15px 15px 0px;
}
*html #sidebar_top {
width:300px;
margin:15px 8px 10px 0px;
}
#sidebar_in {
width:300px;
margin:4px 15px 15px 0px;
}
*html #sidebar_in {
width:300px;
margin:4px 8px 15px 0px;
}
#sidebar2 {
width:260px;
margin-bottom:15px;
}
#sidebar, #sidebar2, #sidebar_in, #sidebar_top {
float:right;
}



#footer {
clear:both;
overflow:hidden;
text-align:left;
height:100%;
width:950px;
margin:0 auto;
padding:25px 10px 5px 10px;
}
#sidebar span {
font-size:11px;
}
#content .subcolumns,#sidebar .subcolumns, #sidebar_in .subcolumns, #sidebar_top .subcolumns {
width:280px;
background:#fff;
padding:10px;
}
#sidebar_in .subcolumns2 {
width:280px;
background:#fff;
padding:10px;
margin:10px 0px 0px;
}
#content .subcolumns2 {
width:280px;
background:#fff;
padding:10px;
margin:0px 0px 0px 10px;
}
#content_top .subcolumns {
width:280px;
background:#fff;
padding:10px;
float:left;
}
#content_top .subcolumns2 {
width:280px;
height:270px;
background:#fff;
padding:10px;
margin:0px 0px 0px 10px;
float:right;
}

/* Header Section  ----------------------------------*/
#header .logo {
font:25px "Arial Black", Arial, Helvetica, sans-serif;
color:#fff;
margin-top:5px;
text-transform:uppercase;
float:left;
}
#header .h_left {
float:left;
width:320px;
}
#header .description {
font:10px Arial, Helvetica, sans-serif;
clear:both;
margin-top:-5px;
}
/* ------------------------------  footer ---------------------------------------  */

#footer .logo {
float:right;
text-align:right;
margin:5px 0;
padding:0;
}
#footer p {
width:900px;
font-size:10px;
line-height:14px;
color:#666666;
float:left;
font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", "MS UI Gothic", sans-serif;
margin:5px 0px 5px 15px;
padding:0;
clear:both;
}
#footer span {
margin-top:-8px;
font-size:11px;
padding-left:1px;
}
#footer span a {
text-decoration:none;
}
#footer span a:hover {
text-decoration:none;
}
#flinks {
list-style:none;
float:left;
margin-left:15px;
}
#flinks li {
display:inline;
line-height:26px;
text-align:left;
padding:0 10px 0 0;
}
#flinks li a {
font-size:11px;
text-decoration:none;
}
#flinks li a:hover {
display:inline;
}
/* TOP SEARCH FORM -----------------------------------------------------------------------*/
#search {
float:right;
margin-top:20px;
width:205px;
height:21px;
padding:2px 0 0 15px;
}
* html #search {
width:208px;
overflow:hidden;
}
#search .s, #searchform .input {
width:300px;
height:20px;
font-size:11px;
padding:2px;
margin:0px;
background:#eaeacf;
border:1px solid #ffffff;
}
#searchform .sgo {
width:26px;
height:23px;
margin:-2px 0 0;
}
#searchform .button {
color:#eaeacf;
width:40px;
height:26px;
font-size:11px;
font-weight:bold;
padding:5px;
margin:0px 0px 0px 10px;
background:#444444;
border:1px solid #989850;
}
/* Root = Horizontal, Secondary = Vertical ------------------------------------------------ */

#nav {
width:950px;
height:50px;
position:relative;
margin:0 auto 0;
background: #fff url(images/menu_bg) repeat-x;
}
#nav .rss {
padding-left:18px;
position:absolute;
top:17px;
right:8px;
}

/* breadcrumb start -----------------------------------------------------------------------*/
 
#content-wrap .breadcrumb{
font:10px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", "MS UI Gothic", sans-serif;
text-transform:uppercase;
text-align:left;
clear:both;
line-height:25px;
padding-left:15px;
margin-bottom:10px;
}
a.button {
margin-bottom:8px;
font-weight:700;
font-size:11px;
padding:3px 15px 3px 10px;
}

.submit {
margin-bottom:8px;
font-weight:700;
font-size:11px;
cursor:pointer;
padding:3px 15px 3px 10px;
}
.postads {
text-align:center;
overflow:hidden;
height:100%;
margin-bottom:25px;
}
.small { font-size:11px; color:#666; }
.small a { color:#666; }
.small a:hover { color:#000; }


/*------- Demo  ---------*/

#demotop { background:#000; height:50px; overflow:hidden; } 
#demotop-in { width:860px; margin:0 auto;  }
#demotop-in h5 { float:left; font:bold 14px Georgia, "Times New Roman", Times, serif; color:#fff; margin:0; padding:8px 0 0 0; }
#demotop-in p { font-size:11px; color:#9f9f9f; clear:both;  float:left; }

.img_button {
	position:relative;
	display:block;
	font-size:11px;
}
.img_button span {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
}
.img_button span a {
	display:block;
}

.b_purchasedownload2 {
	top:9px;
	right:0;
	float:right;
}
.b_purchasedownload2 span, .b_purchasedownload2 span a {
	background:url(images/b_purchasedownload2.png) no-repeat;
}
.b_purchasedownload2 span a, .b_purchasedownload2 {
	width:190px;
	height:32px;
}
.b_purchasedownload2 span:hover {
	background-position:0 -32px;
}

/*------- Own Style  ---------*/

#content-wrap #flash {
width:950px;
height:300px;
margin:0;
padding:0;
clear:both;
}
.top_banner {
margin:0px 0px 10px 0px;
padding:0px;
}
#brands {
float:right;
margin-top:5px;
text-align:right;
}
#brands ul{
margin:0px;
padding:0px;
list-style:none;
}
#brands ul li{
margin:0px;
padding:0px;
display:inline;
float:right;
list-style:none;
}

.shopname {
margin:20px 0px;
padding:5px;
border-left:2px solid #eeeeee;
font-size:10px;
width:570px;
height:80px;
}
.shopname_l {
margin:20px 0px;
padding:5px;
border-left:2px solid #eeeeee;
font-size:10px;
width:570px;
height:150px;
}
.shopname .shopname_ja, .shopname_l .shopname_ja{
width:270px;
margin:0px 20px 0px 0px;
padding:0px;
float:left;
}
.shopname .shopname_en, .shopname_l .shopname_en {
width:270px;
margin:0px 0px 0px 0px;
padding:0px;
float:right;
}

/* shop list style*/
.shopname_noborder {
margin:10px 0px 0px 0px;
width:590px;
}
.shopname_noborder .shopname_txt {
width:125px;
margin:0px 20px 0px 0px;
padding:5px 0px 0px 0px;
float:left;
}
.shopname_noborder .shopname_txt ul {
margin:0px;
padding:0px;
}
.shopname_noborder .shopname_txt ul li{
	background:url(images/bullet3.png) no-repeat 0px 11px;
	color:#666;
	padding-top:5px;
	border-bottom:1px solid #ffffff;
}


.current_page_item {
font-weight:bold;
}
.g_map {
width:582px;
background:#f1f2de;
padding:3px;
margin:0px 10px 10px 0px;
border:1px solid #c0c081;
}

/* for toppage */
.updatethumb {
float:left;
background:#eaeaea;
padding:3px;
margin:0px 10px 10px 0px;
border:1px solid #c0c081;
}

.info_wrap {
margin:10px 0px;
padding:0px;
border:1px solid #eeeeee;
width:588px;
height:28px;
clear:both;
}
.info_wrap_l {
margin:10px 0px;
padding:0px;
border:1px solid #eeeeee;
width:588px;
height:45px;
clear:both;
}
.info_wrap_xl {
margin:10px 0px;
padding:0px;
border:1px solid #eeeeee;
width:588px;
height:80px;
clear:both;
}
.info_wrap .info_title {
width:125px;
height:18px;
background:#ffffff url(images/info_bg.png) no-repeat 0 0;
margin:0px 20px 0px 0px;
padding:5px;
float:left;
}
.info_wrap_l .info_title {
width:125px;
height:34px;
background:#ffffff url(images/info_bg.png) no-repeat 0 0;
margin:0px 20px 0px 0px;
padding:5px;
float:left;
}
.info_wrap_xl .info_title {
width:125px;
height:69px;
background:#ffffff url(images/info_bg.png) no-repeat 0 0;
margin:0px 20px 0px 0px;
padding:5px;
float:left;
}
.info_wrap .info_detail, .info_wrap_l .info_detail, .info_wrap_xl .info_detail {
width:415px;
background:#ffffff url(images/info_bg.png) no-repeat 0 0;
margin:0px 0px 0px 0px;
padding:5px;
float:right;
}
.info_wrap .info_detail {
height:18px;
}
.info_wrap_l .info_detail {
height:34px;
}
.info_wrap_xl .info_detail {
height:69px;
}


/* form style */
.info_wrap_notice {
color:#888888;
font-weight:bold;
margin:10px 0px;
padding:0px;
width:588px;
height:11px;
clear:both;
}
.info_wrap_xxl {
margin:10px 0px;
padding:0px;
border:1px solid #eeeeee;
width:588px;
height:167px;
clear:both;
}
.info_wrap .form_title, .info_wrap_l .form_title, .info_wrap_xl .form_title, .info_wrap_xxl .form_title {
width:143px;
margin:0px 10px 0px 0px;
padding:5px;
float:left;
}
.info_wrap_l .form_title {
height:34px;
}
.info_wrap_xl .form_title {
height:69px;
}
.info_wrap_xl .form_title {
height:156px;
}
.info_wrap .form_detail, .info_wrap .form_detail_n, .info_wrap .form_detail_off, .info_wrap_l .form_detail, .info_wrap_xl .form_detail , .info_wrap_xxl .form_detail{
width:415px;
margin:0px 0px 0px 0px;
padding:5px;
float:right;
}
.info_wrap_l .form_detail {
height:34px;
padding-right:20px;
width:400px;
}
.info_wrap_xl .form_detail {
height:69px;
}
.info_wrap_xxl .form_detail {
height:156px;
}

.info_wrap .form_detail input {
width:409px;
height:11px;
font-size:11px;
padding:2px;
margin:0px;
background:#eaeacf;
border:1px solid #ffffff;
}

.info_wrap .form_detail_n input {
width:409px;
height:11px;
font-size:11px;
padding:2px;
margin:0px;
background:#eaeaea;
border:1px solid #ffffff;
}

.info_wrap_xxl .form_detail textarea {
width:409px;
height:150px;
font-size:11px;
padding:2px;
margin:0px;
background:#eaeacf;
border:1px solid #ffffff;
}

.form_submit input {
color:#eaeacf;
width:80px;
height:30px;
font-size:11px;
font-weight:bold;
padding:5px;
margin:0px;
background:#444444;
border:1px solid #989850;
}

/* p style */

.m_bottom {
margin-bottom:25px;
}
.m_top {
margin-top:10px;
}




