@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	color: #646464;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address, option {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img, abbr {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th ,cite ,optgroup {
	font-style: normal; 
	font-weight: normal;
}


/* Anchors
---------------------------------------- */
a {
	color: #646464;
}

a:link {
	color: #646464;
}

a:visited {
	color: #646464;
}

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


/* header
---------------------------------------- */
#header {
	width: 1000px;
	margin: 0 auto;
}

#header h1 {
	width: 124px;
	float: left;
	padding: 12px 0 0 15px;
}

#headMenu {
	float:right;
	text-align:right;
	width:861px;
}

#headMenu ul {
	float:left;
	width:349px;
	padding:18px 0px 0px 315px;
	*padding:14px 0px 0px 315px;
	*padding:14px 0px 0px 303px;
}

#headMenu ul li {
	float:left;
	margin:0px 13px 0px 0px;
	text-align:left;
}

#headMenu ul li img {
	vertical-align: top;
}

#headMenu .searchArea {
	float:left;
	padding:15px 0px 0px 0px;
	width:196px;
	text-align:right;
}

#headMenu input.searchTxtarea {
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	height:17px;
	margin:0px 0px 0px 0px;
	padding:0;
	vertical-align:top;
	width:138px;
	*width:130px;
}

#headMenu .searchBtn {
	height: 20px;
	border-style:none;
	margin:0px 14px 0px 0px;
}

/* gNavi
---------------------------------------- */
#gNavi {
	height: 13px;
	margin: 40px 0 43px;
}

#gNavi ul {
	width: 981px;
	margin: 0 auto;
	padding-left: 19px;
}

#gNavi ul li {
	height: 13px;
	float: left;
	margin-right: 17px;
	padding-top: 2px;
	padding-right: 17px;
	border-right: 1px solid #b3b3b3;
}

#gNavi ul li.last {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#gNavi ul li img {
	vertical-align: top;
}



/* contents
---------------------------------------- */
#container {
	background: url(../img/container_bg.gif) center top repeat-y;
}

#container2 {
	background: url(../img/container_bg_top.gif) center top no-repeat;
}


#contents {
	width: 1000px;
	margin: 0 auto;
	padding-top: 4px;
	position: relative;
}

.topicPath {
	margin: 8px 0 5px 10px;
}

.topicPath a {
	color: #347ac1;
}


ul#communityNavi {
	position: absolute;
	top: -24px;
	left: 7px;
}

ul#communityNavi li {
	float: left;
}

ul#communityNavi li img {
	vertical-align: top;
}

#contentsInner {
	width: 962px;
	margin: 10px 10px 0 10px;
	padding: 21px 18px 9px 0;
	background: #fff url(../img/360_logo.gif) 815px 27px no-repeat;
}

#contents #contentsInner h2 {
	margin: 0 0 25px 20px;
}

#contents #contentsInner h3 {
	margin-bottom: 8px;
	padding-bottom: 5px;
	border-bottom: 2px solid #bfbfbf;
	position: relative;
}

#contents #contentsInner h3 span.help {
	position: absolute;
	right: 0;
	top: 0;
}

* html #contents #contentsInner h3 span.help { /* for IE6 */
	right: 5px;
}

#contents #contentsInner h3 span.help a {
	cursor: help;
}

#contentsInner .columnMainArea {
	width: 717px;
	margin-left: -10px;
	padding-left: 25px;
	float: left;
	position: relative;
	z-index: 1;
}

#contentsInner .columnMainArea .columnMain {
	width: 697px;
	padding-left: 20px;
	background-color: #fff;
}

#contentsInner .columnMainArea .columnMain .parentBox {
	width: 697px;
	margin-bottom: 30px;
}

#contentsInner .columnSide {
	width: 210px;
	float: right;
	
	position: relative;
	z-index: 2;
}

.pagetop {
	width: 963px;
	padding-top: 30px;
	text-align: right;
	clear: both;
}

#contentsInner input.text {
	height: 17px;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	border-width: 1px;
}



/* login
---------------------------------------- */
.accountBoxTop {
	width: 190px;
	height: 236px;
	padding: 10px 10px 0;
	background: #1a5a9b url(../img/accountbox_bg.gif) no-repeat;
	color: #fff;
}

.accountBoxTop .userName {
	margin: 0 0 14px 0;
	padding: 3px 0 4px;
	border-bottom: 1px solid #9ab6d3;
}

.accountBoxTop ul {
	margin-top: 11px;
}

.accountBoxTop ul li {
	float: left;
}

.accountBoxTop ul li.btnMypage {
	margin-right: 8px;
}

.accountBox {
	width: 210px;
	padding: 8px 0 0 0;
	background: #1A5A9B url(../img/mymenu_bg_top.gif) no-repeat;
	color: #fff;
}

.accountBox p {
	width: 178px;
	margin: 0 auto;
}

.accountBox .userName {
	margin-bottom: 5px;
	padding: 3px 0 2px;
	border-bottom: 1px solid #9ab6d3;
}

.accountBox ul {
	margin-top: 8px;
	background: url(../img/mymenu_bg_bottom.gif) left bottom no-repeat;
	padding: 0 0 5px 10px;
}

.accountBox ul li {
	float: left;
}

.accountBox ul li.btnMypage {
	margin-right: 8px;
}


.loginBox {
	width: 190px;
	height:180px;
	margin-bottom: 2px;
	padding: 10px 10px 0;
	background: #1a5a9b url(../img/loginbox_bg.gif) no-repeat;
	color: #fff;
}

.loginBox table {
	margin: 9px 0 0;
}

.loginBox table th {
	padding-right: 8px;
}

.loginBox table td {
	padding-bottom: 5px;
}

.loginBox td input.login {
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	border-width: 1px;
	height: 17px;
	margin: 0 0 0 0;
	padding: 0;
	width: 125px;
}

.loginBox p.save {
	margin: 5px 0 7px;
}

.loginBox p.save input {
	margin-right: 5px;
}

* html .loginBox p.save { /* for IE6 */
	margin: 0 0 2px;
}

*:first-child+html .loginBox p.save { /* for IE7 */
	margin: 0 0 2px;
}

.loginBox p.loginBtn {
	margin-top: 11px;
}

.accountArea p.entryBtn {
	padding-bottom: 5px;
}




/**/

.accountBox2 {
	width: 210px;
	padding: 8px 0 0 0;
	background: #A1CDF0 url(../img/loginbox_bg_2.gif) no-repeat;
	color: #EC008C;
}

.accountBox2 p {
	width: 178px;
	margin: 0 auto;
}

.accountBox2 .userName {
	margin-bottom: 5px;
	padding: 3px 0 2px;
	border-bottom: 1px solid #CE52B4;
}

.accountBox2 ul {
	margin-top: 8px;
	background: url(../img/mymenu_bg_bottom_2.gif) left bottom no-repeat;
	padding: 0 0 5px 10px;
}

.accountBox2 ul li {
	float: left;
}

.accountBox2 ul li.btnMypage {
	margin-right: 8px;
}


.loginBox2 {
	width: 190px;
	height:180px;
	margin-bottom: 2px;
	padding: 10px 10px 0;
	background: #A1CDF0 url(../img/loginbox_bg_2.gif) no-repeat;
	color: #EC008C;
}

.loginBox2 table {
	margin: 9px 0 0;
}

.loginBox2 table th {
	padding-right: 8px;
}

.loginBox2 table td {
	padding-bottom: 5px;
}

.loginBox2 td input.login {
	border-color: #999999 #CCCCCC #CCCCCC #999999;
	border-style: solid;
	border-width: 1px;
	height: 17px;
	margin: 0 0 0 0;
	padding: 0;
	width: 125px;
}

.loginBox2 p.save {
	margin: 5px 0 7px;
}

.loginBox2 p.save input {
	margin-right: 5px;
}

* html .loginBox2 p.save { /* for IE6 */
	margin: 0 0 2px;
}

*:first-child+html .loginBox2 p.save { /* for IE7 */
	margin: 0 0 2px;
}

.loginBox2 p.loginBtn {
	margin-top: 11px;
}


/**/





/* myMenu
---------------------------------------- */
#contents #contentsInner .myMenuBox {
	width: 210px;
	margin-top: 10px;
	background: #1A5A9B url(../img/mymenu_bg_top.gif) no-repeat;
	color: #fff;
}

#contents #contentsInner .myMenuBox h3 {
	width: 190px;
	margin: 0 10px;
	padding: 13px 0 10px;
	background: url(../img/mymenu_border.gif) left bottom repeat-x;
	border: none;
}

#contents #contentsInner .myMenuBox ul {
	width: 190px;
	padding: 0 10px 15px;
	background: url(../img/mymenu_bg_bottom.gif) left bottom no-repeat;
}

#contents #contentsInner .myMenuBox ul li {
	width: 190px;
	padding: 3px 0 4px;
	background: url(../img/mymenu_border.gif) left bottom repeat-x;
}

#contents #contentsInner .myMenuBox ul li span {
	display: block;
	float: left;
}

#contents #contentsInner .myMenuBox ul li img {
	vertical-align: middle;
}

* html #contents #contentsInner .myMenuBox ul li img { /* for IE6 */
	padding: 1px 0;
}

#contents #contentsInner .myMenuBox ul li p {
	float: right;
}

#contents #contentsInner .myMenuBox ul li .rounded {
	width: 3em;
	background: #3790C8;
	text-align: center;
}

* html .myMenuBox ul li .rounded { /* for IE6 */
	line-height: 1;
}

*:first-child+html .myMenuBox ul li .rounded { /* for IE7 */
	line-height: 1;
}


/* memberShare
---------------------------------------- */
#contents #contentsInner .memberShareBox {
	width: 210px;
	margin-top: 10px;
	background: #7EA94C url(../img/membershare_bg_top.gif) no-repeat;
	color: #fff;
}

#contents #contentsInner .memberShareBox h3 {
	width: 190px;
	margin: 0 10px;
	padding: 13px 0 10px;
	background: url(../img/membershare_border.gif) left bottom repeat-x;
	border: none;
}

#contents #contentsInner .memberShareBox ul {
	width: 190px;
	padding: 0 10px 15px;
	background: url(../img/membershare_bg_bottom.gif) left bottom no-repeat;
}

#contents #contentsInner .memberShareBox ul li {
	width: 190px;
	padding: 3px 0 4px;
	background: url(../img/membershare_border.gif) left bottom repeat-x;
}

#contents #contentsInner .memberShareBox ul li span {
	display: block;
	float: left;
}

#contents #contentsInner .memberShareBox ul li img {
	vertical-align: middle;
}

* html #contents #contentsInner .memberShareBox ul li img { /* for IE6 */
	padding: 1px 0;
}

#contents #contentsInner .memberShareBox ul li p {
	float: right;
}

#contents #contentsInner .memberShareBox ul li p.movie {
	clear: right;
	margin-top: 3px;
}



/* メンバーズブログリンク
---------------------------------------- */
#contents #contentsInner .membersBlogLink {
	width: 210px;
	margin-top: 10px;
	background: #7ea94c url(../img/bloglink_bg_top.gif) no-repeat;
	color: #fff;
}

#contents #contentsInner .membersBlogLink h3 {
	width: 190px;
	margin: 0 10px;
	padding: 13px 0 14px;
	border: none;
}

#contents #contentsInner .membersBlogLink .number {
	width: 190px;
	margin: 0 10px 9px;
}

#contents #contentsInner .membersBlogLink .number p.left {
	width: 67px;
	float: left;
}

#contents #contentsInner .membersBlogLink .number p.right {
	width: 120px;
	float: right;
	text-align: right;
}

#contents #contentsInner .membersBlogLink .number p.right span {
	font-weight: bold;
	font-size: 36px;
}

#contents #contentsInner .membersBlogLink p.btn {
	width: 190px;
	margin: 0 10px;
	padding: 0 0 14px;
	background: url(../img/bloglink_border.gif) left bottom repeat-x;
}

#contents #contentsInner .membersBlogLink ul {
	width: 190px;
	padding: 0 10px 15px;
	background: url(../img/bloglink_bg_bottom.gif) left bottom no-repeat;
}

#contents #contentsInner .membersBlogLink ul li {
	width: 190px;
	padding: 3px 0 4px;
	background: url(../img/bloglink_border.gif) left bottom repeat-x;
}

#contents #contentsInner .membersBlogLink ul li img {
	vertical-align: middle;
}


/* メンバーズガレージリンク
---------------------------------------- */
#contents #contentsInner .membersGarageLink {
	width: 210px;
	margin-top: 10px;
	background: #7ea94c url(../img/bloglink_bg_top.gif) no-repeat;
	color: #fff;
}

#contents #contentsInner .membersGarageLink h3 {
	width: 190px;
	margin: 0 10px;
	padding: 13px 0 10px;
	border: none;
	background: url(../img/bloglink_border.gif) left bottom repeat-x;
}

#contents #contentsInner .membersGarageLink ul {
	width: 190px;
	padding: 0 10px 4px;
}

#contents #contentsInner .membersGarageLink ul li {
	width: 190px;
	padding: 3px 0 4px;
	background: url(../img/bloglink_border.gif) left bottom repeat-x;
}

#contents #contentsInner .membersGarageLink ul li img {
	vertical-align: middle;
}

#contents #contentsInner .membersGarageLink p.btn {
	width: 190px;
	padding: 0 10px 14px;
	background: url(../img/bloglink_bg_bottom.gif) left bottom no-repeat;
}


/* 最近の投稿者
---------------------------------------- */
#contents #contentsInner .latelyBox {
	width: 210px;
	margin-top: 10px;
	background: url(../img/latelybox_bg.gif) repeat-y;
}

#contents #contentsInner .latelyBox h3 {
	width: 190px;
	margin: 0;
	padding: 12px 10px;
	border: none;
	background: url(../img/latelybox_bg_top.gif) no-repeat;
}

#contents #contentsInner .latelyBox ul {
	width: 190px;
	padding: 0 10px 12px;
	background: url(../img/latelybox_bg_bottom.gif) left bottom no-repeat;
}

#contents #contentsInner .latelyBox ul li {
	padding: 4px 6px;
	font-size: 0.85em;
	position: relative;
}

#contents #contentsInner .latelyBox ul li span {
	font-weight: bold;
	display: block;
}

#contents #contentsInner .latelyBox ul li p.left {
	float: left;
	font-weight: bold;
}

#contents #contentsInner .latelyBox ul li p.right {
	float: right;
}

#contents #contentsInner .latelyBox ul li img {
	margin-right: 8px;
	vertical-align: middle;
}

#contents #contentsInner .latelyBox p.changeTheme {
	width: 190px;
	padding: 0 10px 12px;
}

#contents #contentsInner .latelyBox p.changeTheme img {
	vertical-align: middle;
}

#contents #contentsInner .latelyBox p.changeTheme select {
	width: 110px;
	margin-right: 6px;
	vertical-align: middle;
}


/* bannerArea
---------------------------------------- */
.bannerArea {
	width: 210px;
	margin-top: 10px;
}

.bannerArea p {
	margin-top: 5px;
}


/* footer
---------------------------------------- */
#footer {
	width: 981px;
	padding: 11px 10px;
}

#footer ul {
	float: left;
}

#footer ul li {
	margin-right: 15px;
	float: left;
	line-height: 0;
}

#footer p {
	float: right;
}


/* scroll bar common
---------------------------------------- */
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	background-color: #fff;
}
.jScrollPaneDrag {
	width: 11px !important;
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 15px !important;
	height: 15px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	width: 15px !important;
	height: 15px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* tab common
---------------------------------------- */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

.ui-tabs-nav {
	margin-bottom: 10px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* メルマガ　on/off
---------------------------------------- */
.on-off {
	width: 60px;
	height: 18px;
	cursor: pointer;
	background: url(../img/melmaga_off.gif) no-repeat;
}
 
.on-off input{
	display: none;
}
 
.on-off.checked {
	background: url(../img/melmaga_on.gif) no-repeat;
}


/* calendar
---------------------------------------- */
#calendar{
	width: 198px;
	margin: 10px auto;
	font-size:12px;
}
#calendarBg{
	margin-bottom:6px;
	padding:3px;
}

#calendar .head{
	color:#ffffff;
}
#calendar .head li{
	float:left;
	padding:4px 0 6px 0;
	text-align:center;
	font-weight:bold;
}
#calendar .head li.next{
	float:right;
	width:27px;
}
#calendar .head li.prev{
	width:17px;
	padding-left: 10px;
}

#calendar .head li.next a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 14px;
}
#calendar .head li.prev a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 14px;
}

#calendar table{
	width:192px;
	border-collapse:collapse;
}
#calendar td{
	padding:2px 0;
	_padding:4px 0;
	text-align:center;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#calendar tr.last td{
	border-bottom:none;
}
#calendar th{
	padding:2px 0;
	_padding:4px 0;
	text-align:center;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#EEEFF3;
	color:#7EB3D3;
}
#calendar td{
	background:#EEEFF3;
	color:#5B5D5A;
}
#calendar th.sat,
#calendar td.sat{
	background:#D8E5DB;
	color:#65A044;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#calendar th.sun,
#calendar td.sun{
	background:#E8DAD9;
	color:#E3706D;
	border-bottom:1px solid #ffffff;
	border-right:none;
}
#calendar td.today{
	background:#6FAAE2;
	color:#ffffff;
}
#calendar td a{
	color:#0050fd;
	font-weight:bold;
}
#calendar td.sat a{color:#24ab62;}
#calendar td.sun a{color:#c51d2d;}
#calendar .head a{color:#ffffff;}

#calendar p a{
	color:#004dbf;
}


/* friendlist
---------------------------------------- */
/* friendlist */
div#friendlist {
	width: 193px;
	margin:0 0 10px 5px;
	padding:5px 0 3px 5px;
	background:url(../images/friendlist_bg.gif) left top no-repeat;
	border-bottom:1px solid #cfcfcf;
	position: relative;
}
/* float hack
----------------------------------------- */
div#friendlist:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html div#friendlist {
	display: inline-block;
}
/* no ie mac \*/
* html div#friendlist {
	height: 1%;
}
div#friendlist {
	display: block;
}
/* */
div#friendlist li {
	float:left;
	margin: 0 4px 4px 0;
	width: 60px;
	list-style: none;
}
* html div#friendlist li {
	display:inline;
}
div#friendlist p.linkbox {
	clear:both;
	padding:8px 8px 8px 0;
	width:178px;
	border:1px solid #cfcfcf;
	background:url(../images/friendlist_linkbox_bg.gif) left bottom repeat-x;
	text-align:right;
	color:#004dbf;
	font-size:84%;
	font-weight:bold;
}

div#friendlist li div {
	width: 183px;
	padding: 5px 0 0 0;
	background: url(../../mypage/img/popup_bg_top.gif) no-repeat;
	right: 20px;
	bottom: 55px;
	z-index: 100;
	position: absolute;
	display: none;
}

div#friendlist li div ul {
	width: 163px;
	padding: 8px 10px 25px;
	background: url(../../mypage/img/popup_bg_bottom2.gif) left bottom no-repeat;
}

div#friendlist li div ul li {
	width: 146px;
	margin: 0 0 0 17px;
	padding: 0;
	list-style: disc;
	float: none;
}

* html div#friendlist li div ul li {
	display: block;
}




/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}
