/******************************************************************************/
/* Reset */
/* LinkColor */
/* Headline */
/* Layout */
/* Header */
/* Breadcrumb */
/* Content */
/* Center LR Column */
/* Decoration */
/* Left Right Column */
/* Left Right Column Title */
/* Left Right Column Content */
/* Footer */
/* for accessibility */
/******************************************************************************/
/* Reset */
* {
    margin: 0;
    padding: 0;
}
form {
    margin: 0;
}

/* LinkColor */
a:link		{
    color: #336699;
}
a:visited	{
    color: #336699;
}
a:hover		{
    color: #FF6600;
}
a:active	{
    color: #FF6600;
}

/* Headline */
h1 {
    font-size: 130%;
	color:#FFF;
	padding:7px 7px 20px 30px;
	margin:0px;
	background:url(images/h1_bg.jpg) left top no-repeat;
}
h2, h3 {
    font-size:110%;
	color:#349ACA;
	padding:0px;
	margin:0px;
}
h4, h5 {
    font-size: 100%;
	color:#349ACA;
	padding:0px;
	margin:0px;
}

p {
    margin:0;
    clear:both;
    margin-bottom: 10px;
}

/* Layout */
body {
    font-size: 0.8em;
    color: #000;
    text-align: center;
	background: url(images/body_bg.jpg) repeat-x top #349ACA;/*変更*/
	line-height:1.6em;
}
body.ShowBlockL1R0 #Wrapper {
	width:890px;/*変更*/
	padding:0 0 0 10px;
}
body.ShowBlockL0R0 #Wrapper {
	width:880px;/*変更*/
	padding: 0 10px 10px 10px;
}
body.ShowBlockL0R0 #Wrapper h1{
    font-size: 130%;
	color:#FFF;
	padding:7px 7px 20px 30px;
	margin:0px;
	background:url(images/h1_bg_l.jpg) left top no-repeat;
}
body.ShowBlockL1R0 #CenterColumn {
    float: right;
    width: 100%;
	margin-left: -220px;
}

body.ShowBlockL1R0 #CenterWrapper {
    margin-left: 220px;
	background:url(images/CenterWrapper_bg.jpg) top left no-repeat;
}


/*追加*/
div#Container_bg{
	margin: 0 auto;
    padding: 0;
	width: 960px;/*変更*/
	text-align: left;
	background:url(images/Container_bg.jpg) center top no-repeat;
}
div#Container {
	margin: 0 auto;
    padding: 0;
    width: 900px;/*変更*/
    text-align: left;
	background-color:#FFF;
}

div#CenterWrapper {
	padding:0 10px 10px 10px;
}

/* Header */
div#Header {
    width: 100%;
    height: 215px;
	color: #fff;
				background-color:#666;
}
div#Header div#Sitename {
	font-weight: bold;
	padding: 20px 0 10px 10px;
	font-size: 200%;
	line-height: 100%;
}
div#Header div#Logo {
	float: left;
	width:900px;
	height:215px;
	padding: 0px;/*変更*/
}
div#Slogan {
	padding: 0 0 0 10px;
}
div#Header a:link,
div#Header a:visited {	
    color: #FFF;
				text-decoration: none;
}

/* Breadcrumb */
div#breadcrumb, div#theme_breadcrumbs {
    width: 100%;
    margin-bottom: 5px;
    border-bottom: #DDD solid 1px;
}

/* Content */
div#CenterColumn  h2.BlockTitle {
    border-bottom: #DDD dashed 1px;
}
div#CenterColumn div.BlockContent, div#ModuleContents {
    font-size: 100%;
    line-height: 1.6;
    padding: 0;
    clear:both;
}


/* Center LR Column */
div#CenterLColumn {
    float: left;
    width: 49%;
}
div#CenterRColumn {
    float: right;
    width: 49%;
}

div.CenterCblock {
    clear: both;
	margin-bottom:20px;
}
div.CenterLblock {
    clear: both;
}
div.CenterRblock {
    clear: both;
}

/* Decoration */
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
em {
    font-weight: bold;
    font-style: normal;
    color: #FF0000;
}

/* Left Right Column */
div#LeftColumn {
    float: left;
    width: 200px;
	background-color:#FFF;/*変更*/
}
div#RightColumn {
    float: right;
    width: 200px;
				background-color:#EEE;
}

div.LeftBlock, div.RightBlock {
		padding:0px;/*変更*/
}

/* Left Right Column Title */
div#LeftColumn h2.BlockTitle, 
div#RightColumn h2.BlockTitle {
    margin: 0 0 5px 0;
				padding: 0px 10px;
				color: #FFF;
				line-height: 280%;
				font-size: 12px;
				background-color:#666;
				background-image: url(images/menu_bg.jpg);
				background-repeat: no-repeat;
}

/* Left Right Column Content */
div#LeftColumn .BlockContent {
    /*text-align:center;*/
	 text-align: left;
	padding-bottom:10px;/*追加*/
}
div#RightColumn .BlockContent {
    text-align:center;
}
div#LeftColumn .BlockContent p,
div#RightColumn .BlockContent p {
    text-align:left;
}

/* Footer */
div#BacktoTop {
    text-align: right;
    margin: 10px 0px 5px;
    clear: both;
    font-size:80%;
}
/*追加*/
div#Footermenu {
    clear: both;
    margin: 0 auto;
	padding:5px;
	background:#E8E8E8;
	text-align:right;
}
div#Footer {
    clear: both;
    width: 100%;
    margin: 0 auto;
	color:#FFF;/*追加*/
	background: url(images/Footer_bg.jpg) repeat-y top;/*変更*/
}
div#Footer p {
    margin: 0 10px;
    padding: 10px 0;
    text-align:center;/*変更*/
	
}

div#Banner {
    clear: both;
    width: 100%;
    margin: 0 auto;
				padding: 20px 0;
}

/* for accessibility */
.Skip {	
    position: absolute;
    left: -999em;
}

/******************************************************************************/

/* clearfix http://www.positioniseverything.net/ */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/******************************************************************************/

/* XOOPS Main Menu */
/*追加*/
table td#mainmenu{
	padding:0px;
}
#mainmenu, #usermenu {
    margin:0;
    padding:0;
	text-align:left;
	background:#000;
}
#mainmenu li, #usermenu li {
    display: inline;
}
#mainmenu a {
	display: block;
	font-size:100%;
	padding:5px 5px 5px 20px;
	color:#FFF;
	text-decoration:none;
	background: url(/img/menu_bg_off.jpg) top left no-repeat;
}
#mainmenu a:hover {
	color:#FFF;
	font-size:100%;
	text-decoration:none;
	background: url(/img/menu_bg_on.jpg) top left no-repeat;
}
#mainmenu a.menuTop {
    padding:5px 5px 5px 20px;
}
#mainmenu a.menuMain {
    padding:5px 5px 5px 20px;
}
#mainmenu a.menuSub {
    padding:5px 5px 5px 30px;
	background: url(/img/menu_bg_off.jpg) 10px 0px no-repeat;
}
#mainmenu a.menuSub:hover {
    padding:5px 5px 5px 30px;
	background: url(/img/menu_bg_on.jpg) 10px 0px no-repeat;
}

#usermenu a {
    display: block;
	padding:5px 5px 5px 20px;
	color:#FFF;
	text-decoration:none;
	background: url(/img/menu_bg_off.jpg) top left no-repeat;
}
#usermenu a:hover {
	color:#FFF;
	text-decoration:none;
	background: url(/img/menu_bg_on.jpg) #666 top left no-repeat;
}
#usermenu a.menuTop {}
#usermenu a.highlight {
	color:#FFF;
}

/* XOOPS table */
table {
    width: 100%;
    margin: 0;
    padding: 0;
}
td {
    padding: 5px;
    vertical-align: top;
}
* html td {
   /* font-size: 0.8em;*/
} /* IE6 */

.outer {}
.head {
    background-color: #CCC;
    padding: 5px;
    font-weight: bold;
}
.even {
    background-color: #EEE;
    padding: 5px;
}
.odd {
    background-color: #FAFAFA;
    padding: 5px;
}
.foot {
    padding: 5px;
}

tr.even td {
    background-color: #EEE;
    padding: 5px;
}
tr.odd td {
    background-color: #FAFAFA;
    padding: 5px;
}

/******************************************************************************/

/* XOOPS item */
.item {}
.itemHead {
    padding: 3px;
    background-color: #666;
    color: #FFF;
}
.itemInfo {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemTitle a {
    font-weight: bold;
    font-variant: small-caps;
    color: #FFF;
    background-color: transparent;
}
.itemPoster {
    font-size: 90%;
}
.itemPostDate {
    font-size: 90%;
}
.itemStats {
    font-size: 90%;
}
.itemBody {
    padding-left: 0px;
}
.itemText {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 100%;
}
.itemText:first-letter {}
.itemFoot {
    text-align: right;
    padding: 3px;
    background-color: #EFEFEF;
}
.itemAdminLink {
    font-size: 90%;
}
.itemPermaLink {
    font-size: 90%;
}

/* XOOPS Error Msg */
div.errorMsg {
    background-color: #FFCCCC;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.confirmMsg {
    background-color: #DDFFDF;
    color: #136C99;
    text-align: center;
    border-top: 1px solid #DDDDFF;
    border-left: 1px solid #DDDDFF;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    font-weight: bold;
    padding: 10px;
}
div.resultMsg {
    background-color : #CCCCCC;
    color: #333333;
    text-align: center;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    font-weight: bold;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px;
}

/* XOOPS Code & Quote */
div.xoopsCode {
    background: #FAFAFA;
    border: 1px inset #000080;
    font-family: "Courier New",Courier,monospace;
    padding: 0px 6px 6px 6px;
}
div.xoopsQuote {
    background-color:#FAFAFA;
    border: #336699 solid 1px;
    padding: 3px;
}

/* XOOPS com */
.comTitle {
    font-weight: bold;
    margin-bottom: 2px;
}
.comText {
    padding: 2px;
}
.comUserStat {
    font-size: 10px;
    color: #2F5376;
    font-weight:bold;
    border: 1px solid silver;
    background-color: #ffffff;
    margin: 2px;
    padding: 2px;
}
.comUserStatCaption {
    font-weight: normal;
}
.comUserStatus {
    margin-left: 2px;
    margin-top: 10px;
    color: #2F5376;
    font-weight:bold;
    font-size: 10px;
}
.comUserRank {
    margin: 2px;
}
.comUserRankText {
    font-size: 10px;font-weight:bold;
}
.comUserRankImg {
    border: 0;
}
.comUserName {}
.comUserImg {
    margin: 2px;
}
.comDate {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
}
.comDateCaption {
    font-weight: bold;
    font-style: normal;
}

/*
○テーマSETTING
*/
.blue{color:#349ACA;}
.red{color:#FF0000;}
.font_small{font-size:80%;}

/*
○トップページ／新着おすすめ
*/
.reco{
	width:650px;
}
.reco_box{
	width:650px;
	margin-bottom:10px;
}
.reco_ol_l{
	width:220px;
	padding:0 0 20px 0;
	float:left;
	background:#FFF url(/img/top/reco_ol_bg.jpg) left bottom no-repeat;
}
.reco_ol_l_box{
	border-top:1px solid #999999;
	text-align:center;
	padding-top:10px;
	margin-right:10px;
}
.reco_ol_r{
	width:210px;
	padding:10px 0 20px 0;
	float:left;
	text-align:center;
	border-top:1px solid #999999;
	background:#FFF url(/img/top/reco_ol_bg.jpg) left bottom no-repeat;
}

.reco_tb_title{
	width:190px;
	margin:0 auto 5px auto;
}
.reco_tb_title_box{
	padding:2px;
	color:#FFF;
	background-color:#000;
}
.reco_tb_con{
	width:190px;
	margin:5px auto 5px auto;
	text-align:left;
}

/*
○おすすめ情報一覧　recommend
*/
.recommend .navi{
	margin:10px 0 15px 0;
	background-color:#DDDDDD;
}
.recommend .navi td{
	padding:2px 5px 2px 5px;
	vertical-align:middle;
}
.recommend .reco_list_out{
	border-top:1px solid #999999;
	background:url(/img/recommend/reco_list_out_bg.jpg) left bottom no-repeat;
	padding:10px 10px 15px 10px;
	margin-bottom:15px;
}
.recommend .reco_list_out_none{
	background:url(/img/recommend/reco_list_out_none_bg.jpg) left bottom no-repeat;
}
.recommend .reco_list_out_end{
	background:url(/img/recommend/reco_list_out_end_bg.jpg) left bottom no-repeat;
}
.recommend .reco_list_out th.title{
	width:140px;
	vertical-align:top;
}
.recommend .reco_list_out th.title .reco_list_img img{
	width:130px;
	height:97px;
}
.recommend .reco_list_out td.text{
	width:490px;
	padding:0 0 10px 0;
}
.recommend .reco_list_out td.text .reco_list_title{
	background-color:#000;
	color:#FFF;
	padding:2px;
}

.recommend .reco_list_out td.text_date{
	padding:10px 10px 0px 0px;
	color:#808080;
	font-size:90%;
}
.recommend .reco_list_out td.text_check{
	padding:10px 0px 0px 0px;
	text-align:right;
}

/*
○おすすめ情報詳細　recommend
*/
.recommend .title{
	font-size:110%;
	color:#349ACA;
	overflow: hidden;
}
.recommend .top_navi{
	width:650px;
	border-top:1px dotted #999999;
	padding:10px 0 0 0;
}
.recommend .top_navi th{
	width320:px;
	font-size:90%;
	color:#808080;
	padding:0px;
	vertical-align:middle;
}
.recommend .top_navi td{
	width:330px;
	text-align:right;
	padding:0px;
	vertical-align:middle;
}
.recommend .top_navi td img{
	vertical-align:middle;
}
.recommend .detail_img{
	padding-top:10px;
}
.recommend .detail_txt{
	/*padding:10px 0 10px 0;*/
	padding: 10px;
	margin-top:10px;
	margin-bottom: 10px;
	border: 5px solid #b0e0e6;
	
}
.recommend .bottom_navi{
	width:650px;
	border-top:1px dotted #999999;
	padding:10px 0 0 0;
}
.recommend .bottom_navi th{
	width:320px;
	font-size:90%;
	color:#808080;
	padding:0px;
	vertical-align:middle;
}
.recommend .bottom_navi td{
	width:330px;
	text-align:right;
	padding:0px;
	vertical-align:middle;
}
.recommend .bottom_navi td img{
	vertical-align:middle;
}


/*
○momo
*/
.momo_intro{
	margin-bottom:20px
}

.momo_helmets{
	width:650px;
	margin-bottom:20px;
	padding:10px 0 10px 0;
	background:#EEE url(/img/momo/helmets_bg.jpg) left bottom no-repeat;
}
.momo_helmets table{
	width:100%;
	padding:0px;
	margin:0px;
}
.momo_helmets th{
	text-align:center;
	vertical-align:top;
	width:220px;
}
.momo_helmets th img{
	padding:0 10px 0 10px;
}
.momo_helmets td{
	width:430px;
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
}
.momo_title{
	font-size:110%;
	color:#349ACA;
	margin-bottom:5px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
}

/*
○cromwell
*/
.cromwell_intro{
	margin-bottom:20px
}
.cromwell_helmets{
	width:650px;
	margin-bottom:20px;
	padding:10px 0 10px 0;
	background:#EEE url(/img/cromwell/helmets_bg.jpg) left bottom no-repeat;
}
.cromwell_helmets table{
	width:100%;
	padding:0px;
	margin:0px;
}
.cromwell_helmets th{
	text-align:center;
	vertical-align:top;
	width:220px;
}
.cromwell_helmets th img{
	padding:0 10px 0 10px;
}
.cromwell_helmets td{
	width:430px;
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
}
.cromwell_title{
	font-size:110%;
	color:#349ACA;
	margin-bottom:5px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
}

.moschino_intro{
	margin-bottom:20px
}
.moschino_helmets{
	width:650px;
	margin-bottom:20px;
	padding:10px 0 10px 0;
	background:#EEE url(/img/cromwell/helmets_moschino_bg.jpg) left bottom no-repeat;
}
.moschino_helmets table{
	width:100%;
	padding:0px;
	margin:0px;
}
.moschino_helmets th{
	text-align:center;
	vertical-align:top;
	width:220px;
	font-weight:normal;
}
.moschino_text{
	width:180px;
	padding:10px;
	margin:0 auto;
	text-align:left;
	background-color:#370C04;
	color:#FFF;
	font-size:90%;
}
.moschino_helmets th img{
	padding:0 10px 0 10px;
}
.moschino_helmets td{
	width:430px;
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
}
.moschino_title{
	font-size:110%;
	color:#349ACA;
	margin-bottom:5px;
	padding-bottom:2px;
	border-bottom:1px dotted #999999;
}




/*
○通信販売法による表示
*/
.tuushinn_table{
	width:100%;
}
.tuushinn_table tbody tr th{
	width:25%;
	border-right:3px solid #349ACA;
	border-bottom:1px solid #CCC;
}
.tuushinn_table tbody tr td{
	width:75%;
	border-bottom:1px dotted #CCC;
}

/* snsblog */
.s-blog{
	
}
.s-blog th{
background-color: #f0f8ff;
text-align: left;
padding-left: 10px;	
border: 1px solid #6495ed;
}

/* u-car */
.car_back{
	text-align: right;
	padding: 5px;
}
table.car1{
	background-color: #dcdcdc;
	border: 1px solid silver;
}
table.car1 td{
	font-size: 140%;
	font-weight: bold;
	background-color: white;
}
.car_red{
	font-size: 240%;
	color: red;
}
.car_com{
	width:100%;
	padding-right: 20px;
	font-size: 100%;
}
.car_img{
	background-color: black;
	padding-top: 5px;
}
.thumbnail2 img{
	padding: 2px;
	cursor: pointer;
}
.car_form{
	text-align: center;
	padding: 10px;
}
.car3{
	width: 340px;
	border: 1px solid silver;
}
.car3 th{
	text-align: center;
	background-color: silver;
	width:70px;
	border: 1px solid silver;
	padding: 3px;
}
.car3 td{
	border: 1px solid silver;
	padding: 3px;
	text-align: center;
}

/* pipe */
.pipe_title{
	padding-left: 5px;
	margin-top:5px;
	margin-bottom: 2px;
	border-left: 3px solid #1e90ff;
	background-color: #f5f5f5;
	font-weight: bold;
}


