@charset "UTF-8";


/*----------------------------------*/
/*          スタイル初期化          */
/*----------------------------------*/



body,div,dl,dt,dd,ul,li,ol,li,h1,h2,h3,h4,h5,form,p,table,th,td,address{
	margin:0;
	padding:0;
	font-family: sans-serif;

}


p{
	line-height:1.5;
}

a img,img{
	border:0;
}

ul,li,ol,li{
	list-style:none;
}

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

textarea{
	padding:5px;
	font-size:9pt;
	color:#333;
}

caption,
th {
    text-align:left;
}

a{
	color: #006699;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

address{
	font-style:normal;
}


.label_80 label {
	width:80px;
	float:left;
}
.label_110 label {
	width:110px;
	float:left;
	cursor:pointer;
}
.label_110 input, #editImageList input{
	border:none;
}
label input{
	border:none;
}

input, select{
	padding:5px;
	border:1px solid #ccc;
	font-size:9pt;
}
textarea{
	margin:5px 0px 5px 0px;
	line-height:1.3;
	border:1px solid #ccc;
}

/*----------------------------------*/
/*          clearfix決定版          */
/*----------------------------------*/

.clearfix{
	/zoom:1;
}

.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}


/*----------------------------------*/
/*          共通スタイル            */
/*----------------------------------*/

body{
	font-size:12px;
	background:url(../img/back.gif) repeat-y center #ddd;
	line-height:1;
	color:#333333;
}


#header,
#navi,
#main_menu,
#footer,
address{
	width:980px;
	margin:0 auto;
}

#contents{
	margin:10px 10px 10px 15px;
	width:970px;
}

#container{
	width:1006px;
	margin:0px auto;
	background-color:#fff;
}

/*ヘッダ*/
#header{
	border-top:10px solid #fff;
}

#header #logo{
    float:left;
    width:330px;
    position:relative;
    z-index:10;
}

#header #navi{
	float:right;
	width:650px;
}

#header #navi ul{
	text-align:right;
	margin:20px 10px 15px 0;
}

#header #navi li{
	display:inline;
	background:url(../img/list_icon.gif) left top no-repeat;
	padding:0 0 0 18px;
	margin:0 0 0 20px;
}

#main_menu{
	background-color:#aaa;
	margin-bottom:20px;
}

#main_menu ul li{
	float:left;
	font-weight:bold;
	font-size:15px;
}

#main_menu ul li a{
	color:#FFF;
	padding:15px 17px 15px 32px;
	display:block;
	background:url(../img/list_icon2.gif) no-repeat 17px center;
	text-decoration:none;
}

#main_menu ul li a:hover{
	background-color:#666;
}


/*フッタ*/
#footer{
	margin-top:30px;
	border-top:1px dotted #c4c4c4;
}

#footer .navi{
	padding:12px 0 15px 0;
}

#footer .navi li{
	display:inline;
	background:url(../img/list_icon.gif) left top no-repeat;
	padding:0px 5px 5px 15px;
	margin:0 20px 0 0;
	font-size:8pt;
}

#footer .navi li a{
	color:#555;
}

address{
	text-align:right;
	color:#999;
}

address span{
	display:block;
	text-align:right;
	margin:10px 0 15px 0;
	font-size:11px;
}


/*見出し*/
#contents h2{
	border-bottom:1px dotted #aaa;
	padding:10px 8px 10px 15px;
	margin-bottom:15px;
	font-size:18px;
	color:#555;
}

#contents h3{
	background-color:none;
	color:#5274B3;
	font-size:12pt;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	text-align:left;
	letter-spacing:2px;
}


/*汎用スタイル*/
#contents .ta_left{
	text-align:left !important;
}

#contents .ta_right{
	text-align:right;
}

#contents .s{
	text-decoration:line-through;
}


/*----------------------------------*/
/*          トップページ            */
/*----------------------------------*/

#contents .contents_m{
	float:right;
	width:740px;
	margin-left:10px;
}

#contents .contents_m .top_cate{
	margin-bottom:15px;
}

#contents .contents_m .top_cate li{
	background:url(../img/list_icon.gif) no-repeat left center;
	white-space:nowrap;
	padding:0 0 0 18px;
	margin:0 25px 10px 10px;
	float:left;
	font-size:14px;
	line-height:140%;
	display:inline-block;
	vertical-align:top;
}
* html #contents .contents_m .top_cate li{ /* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html #contents .contents_m .top_cate li{ /* IE 7 */
	display:inline;
	zoom:1;
}

#contents .contents_m .top_news{
	margin-bottom:25px;
}

#contents .contents_m .top_news li{
	background:url(../img/list_icon.gif) no-repeat left 2px;
	padding:0 0 0 18px;
	margin:0 0 10px 10px;
	line-height:140%;
}

#contents .contents_m .top_news li span{
	padding-right:10px;
}

#contents .contents_m .top_items{
	margin-right:-12px;
}

#contents .contents_m .top_items li{
	width:720px;
	margin:0 12px 25px 0;
	line-height:150%;
	display:inline-block;
	vertical-align:top;
	border:1px solid #ccc;
	padding:10px;
}
* html #contents .contents_m .top_items li{ /* IE 6 */
	display:inline;
	margin-right:15px;
	zoom:1;
}
*:first-child+html #contents .contents_m .top_items li{ /* IE 7 */
	display:inline;
	zoom:1;
}

#contents .contents_m .top_items li .img{
	margin-bottom:2px;
}

#contents .contents_m .top_items li .img img{
	border:1px solid #c2c2c2;
}

#contents .contents_m .top_items li .title{
	margin-bottom:2px;
	font-weight:bold;
	font-size:12pt;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

#contents .contents_m .top_items li .title2{
	font-size:11pt;
	padding-top:10px;
}

#contents .contents_m .top_items li .title span{
	font-weight:normal;
	float:right;
	font-size:9pt;
	position:relative;
	top:5px;
	color:#666;
}

#contents .contents_m .top_items li .cate{
	color:#666;
	font-size:9pt;
	padding:5px 2px;
}

#contents .contents_m .top_items li .cate span{
	margin-right:5px;
	padding:5px;
}

#contents .contents_m .top_items li .cate span img{
	vertical-align:middle;
	margin-right:3px;
}

#contents .contents_m .top_items li .price span{
	color:#ff3333;
	font-size:14px;
	font-weight:bold;
	padding-right:3px;
}

#contents .contents_m .top_items li .outline{
	margin:5px 0 5px 0;
	font-size:12px;
	color:#666;
}

#contents .contents_m .top_items li .more{
	clear:both;
	margin-top:2px;
	float:right;
}

#contents .contents_m .top_items li .more a{
	color:#666;
	font-size:11px;
	background-color:#efefef;
	padding:4px 8px 3px 8px;
	text-decoration:none;
	margin-right:5px;
}

#contents .contents_m .top_items li .more a:hover{
	background-color:#999;
	color:#fff;
}

#contents .contents_s{
	float:left;
	width:200px;
	background-color:#fff;
	border-right:1px dotted #ccc;
	padding-right:15px;
}

#contents .contents_s .contents_box1{
	margin-bottom:15px;
	background-color:#fff;
}

#contents .contents_s h2{
	background:none transparent;
	padding:10px;
	margin:0;
	font-size:15px;
	border-bottom:3px solid #ccc;
	line-height:1.3;
}

#contents .contents_s h2 a{
	text-decoration:underline;
}

#contents .contents_s .list{
	padding:10px;
	border-top:none;
}

#contents .contents_s .list dt{
	margin-bottom:2px;
}

#contents .contents_s .list dd{
	margin-bottom:8px;
}

#contents .contents_s .list p{
	text-align:center;
	margin:10px auto 0 auto;
}

#contents .contents_s .list li{
	background:url(../img/list_icon.gif) no-repeat left 2px;
	padding:0 0 0 18px;
	margin:2px 0 4px 0;
	line-height:150%;
}
#contents .contents_s .golist{
	padding:10px 5px 10px 5px;
	border-top:none;
}
#contents .contents_s .golist li{
	position:relative;
	padding:5px;
	margin:0px 0 4px 0;
	border-bottom:1px dotted #ccc;
	line-height:1.5;
}
#contents .contents_s .golist li:hover{
	background-color:#efefef;
}
#contents .contents_s .golist li span{
	display:inline-block;
	background-color:#ccc;
	color:#444;
	float:right;
	padding:5px;
	min-width:20px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	top:0px;
	right:0px;
}


/*ランキング*/
#contents .rank_box .list{
	padding-bottom:0;
}

#contents .rank_box .list .switch{
	margin:0 auto 10px auto;
	padding:0;
	text-align:center;
}

#contents .rank_box .list .switch li{
	display:inline;
	background:none;
	padding:0 8px;
	margin:0 -1px 0 0;
	border-right:1px solid #666;
	border-left:1px solid #666;
}

#contents .rank_box .list .rank li{
	background:none;
	padding:7px 0;
	border-top:1px dotted #CCC;
	/zoom:1;
}

#contents .rank_box .list .rank li:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

#contents .rank_box .list .rank li h3{
	border:none;
	margin-bottom:3px;
	padding-left:30px;
	font-size:12px;
	background:no-repeat left top;
}

#contents .rank_box .list .rank li.r1 h3{
	background-image:url(../img/rank01.gif);
}

#contents .rank_box .list .rank li.r2 h3{
	background-image:url(../img/rank02.gif);
}

#contents .rank_box .list .rank li.r3 h3{
	background-image:url(../img/rank03.gif);
}

#contents .rank_box .list .rank li.r4 h3{
	background-image:url(../img/rank04.gif);
}

#contents .rank_box .list .rank li.r5 h3{
	background-image:url(../img/rank05.gif);
}

#contents .rank_box .list .rank li.r6 h3{
	background-image:url(../img/rank06.gif);
}

#contents .rank_box .list .rank li.r7 h3{
	background-image:url(../img/rank07.gif);
}

#contents .rank_box .list .rank li.r8 h3{
	background-image:url(../img/rank08.gif);
}

#contents .rank_box .list .rank li.r9 h3{
	background-image:url(../img/rank09.gif);
}

#contents .rank_box .list .rank li.r10 h3{
	background-image:url(../img/rank10.gif);
}

#contents .rank_box .list .rank li .img{
	float:left;
	width:73px;
}

#contents .rank_box .list .rank li .img img{
	border: 1px solid #C2C2C2;
}

#contents .rank_box .list .rank li div p{
	width:97px;
	margin:0 0 3px auto;
	text-align:left;
}

#contents .rank_box .list .rank li div .price span{
	color:#D60000;
	font-weight:bold;
	padding-right:3px;
}



/*未ログイン*/
.nobody_index #contents{
	width:980px;
	margin:0 auto;
}

.nobody_index #contents .topimg{
	background:url(../img/topimg_bk.gif) no-repeat left top;
	width:980px;
	height:420px;
	margin-bottom:20px;
}

.nobody_index #contents .topimg h2{
	background:url(../img/topimg_title.png) no-repeat left bottom;
	width:589px;
	height:46px;
	margin:0 auto 15px;
	padding-top:35px;
	border:0;
	text-indent:-9999px;
	overflow:hidden;
}

.nobody_index #contents .topimg p{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#624628;
}

.nobody_index #contents .topimg .login_select{
	width:348px;
	margin:50px 0 0 525px;
}

.nobody_index #contents .topimg .login_select .twitter a{
	width:348px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(../img/login_twitter.png) no-repeat left top;
	margin-bottom:10px;
}

.nobody_index #contents .topimg .login_select .facebook a{
	width:348px;
	height:46px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(../img/login_facebook.png) no-repeat left top;
	margin-bottom:10px;
}

.nobody_index #contents .topimg .login_select a:hover{
	background-position:bottom;
}

.nobody_index #contents .topimg .login_select .check{
	font-size:15px;
}

.nobody_index #contents .topimg .login_select .check input[type="checkbox"]{
	margin:-1px 5px 3px 3px;
}

.nobody_index #contents .profileIconList{
	background-color:#f1f1f1;
	padding:13px 13px 10px;
	width:557px;
	float:left;
}

.nobody_index #contents .profileIconList li{
	display:inline-block;
}

.nobody_index #contents .contents_box3{
	width:380px;
	float:right;
}

.nobody_index #contents .contents_box3 h2{
	padding-top:0;
	margin-bottom:10px;
}

.nobody_index #contents .contents_box3 h2{
	padding-top:0;
	margin-bottom:10px;
}

.nobody_index #contents .contents_box3 li {
    background: url(../img/list_icon.gif) no-repeat scroll left 2px;
    line-height:1.4;
    margin:0 0 7px 10px;
    padding:0 10px 0 18px;
}

.nobody_index #contents .contents_box3 li span{
	display:block;
	color:#555;
	font-weight:bold;
}


/*未ログイン サイドバー*/
#contents .contents_box1 .login_select{
	margin-top:10px;
}

#contents .contents_box1 .login_select li{
	padding:0;
	background:none;
}

#contents .contents_box1 .login_select .twitter a{
	width:180px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(../img/login_min_twitter.gif) no-repeat left top;
	margin-bottom:5px;
}

#contents .contents_box1 .login_select .facebook a{
	width:180px;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	background:url(../img/login_min_facebook.gif) no-repeat left top;
	margin-bottom:5px;
}

#contents .contents_box1 .login_select a:hover{
	background-position:bottom;
}

#contents .contents_box1 .login_select .check{
	font-size:12px;
}

#contents .contents_box1 .login_select .check input[type="checkbox"]{
	margin:-1px 5px 3px 3px;
}


/*----------------------------------*/
/*      下層ページ共通スタイル      */
/*----------------------------------*/

/*テーブル、フォーム*/
#contents table{
	width:100%;
	line-height:150%;
	margin:20px auto;
	margin-bottom:10px;
	border-collapse:collapse;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#contents caption{
	background-color:none;
	color:#007cac;
	font-size:12pt;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	text-align:left;
	letter-spacing:2px;
}

#contents caption a{
	font-weight:normal;
	float:right;
	font-size:9pt;
	letter-spacing:1px;
	background:url(../img/list_icon.gif) no-repeat left center;
	padding-left:15px;
	letter-spacing:0;
}



#contents table th{
	border:1px solid #CCC;
	background-color:#efefef;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	font-weight:bold;
	padding:8px 10px;
	text-align:right;
}

#contents table th .att{
	color:#ff3344;
}

.att{
	color:#ff3344;
}

#contents table td{
	border:1px solid #CCC;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	padding:8px 10px;
	background-color:none;
	text-align:center;
}

#contents table td .hint{
	font-size:8pt;
	color:#666;
	padding-top:5px;
}

#contents table td.ta_left{
	text-align:left;
}

#contents table td.validate {
	background-color:#fff4f4;
}

#contents table td.validate .error {
	border:none;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	margin:5px 0 0;
	padding:0;
}

#contents table tr:hover td{

}

#contents .button{
	text-align:center;
	margin:10px;
}
#contents td .button{
	text-align:left;
	margin:10px;
}
#contents td .button input{

	margin:0 10px 0 0;
	height:25px;
	padding:0px 5px 0px 5px;
	font-weight:normal;
	font-size:9pt;
	color:#555;
	vertical-align:middle;
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
	border:2px solid #ccc;
	border-bottom:2px solid #aaa;
}
input{
	color:#444;
}
input,select{
	vertical-align:middle;
}
select{
	margin:5px 5px 5px 0px;
	padding:3px;
	vertical-align:middle;
}
#contents .button{
	clear:both;
}
#contents .button input{

	margin:0 10px 0 0;
	height:40px;
	padding:0px 5px 0px 5px;
	font-weight:bold;
	color:#555;
	vertical-align:middle;
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
	border:2px solid #ccc;
	border-bottom:2px solid #aaa;
}

#contents .button button{

	margin:0 10px 0 0;
	padding:8px;
	font-weight:bold;
	color:#555;
	vertical-align:middle;
	height:45px;
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
	border:2px solid #ccc;
	border-bottom:2px solid #aaa;
}

#contents .button button:hover{
	border:2px solid #999;
}

#contents .button input:hover{
	border:2px solid #999;
}

#contents .button button img{
	margin:0px;
	vertical-align:middle;
}

button{

	padding:5px;
	font-weight:bold;
	color:#555;
	vertical-align:middle;
	height:35px;
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
	border:2px solid #ccc;
	border-bottom:2px solid #aaa;
}
button:hover{
	border:2px solid #999;
}

/*メッセージ*/
#contents .error{
	color:#F00;
	font-weight:bold;
}

#contents p.error{
	color:#F00;
	border:1px solid #F00;
	padding:10px;
	font-weight:bold;
	margin-bottom:15px;
}

#contents #message{
	line-height:150%;
	margin-left:7px;
}

#contents #message ul{
	margin-top:20px;
	line-height:140%;
}

#contents #message li{
	background:url(../img/list_icon.gif) no-repeat left 2px;
	padding:0 0 0 18px;
	margin:0 0 7px 10px;
	line-height:140%;
}

#contents #message p{
	margin:10px 0 10px 0;
}


/*ページャー*/
#contents .search_page{
	margin:20px 0 20px 5px;
	color:#666;
}

#contents .search_page p span{
	font-size:15px;
	font-weight:bold;
}

#contents .search_page ul{
	margin:15px auto 15px auto;
}

#contents .search_page ul li{
	display:inline;
	margin-right:5px;
}

#contents .search_page ul li.focus{
	background-color:#555;
	color:#FFF;
	font-weight:bold;
	padding:5px 8px 5px 8px;
	border:1px solid #AAA;
}

#contents .search_page ul li a{
	padding:5px 8px 5px 8px;
	border:1px solid #AAA;
}

#contents .search_page ul li a:hover{
	background-color:#ebebeb;
}


/*----------------------------------*/
/*    管理者トップページスタイル    */
/*----------------------------------*/

#contents .contents{
	margin-bottom:25px;
}

#contents .contents li{
	background:url(../img/list_icon.gif) no-repeat left 12px;
	padding:10px 0px 5px 18px;
	margin:0px 5px 0px 5px;
	font-weight:bold;
	line-height:140%;
	color:#444;
	border-bottom:1px dotted #ccc;
	position:relative;
}
#contents .contents li:hover{
	background-color:#f5f5f5;
}

#contents .contents li:hover strong{
	color:#666;
}

#contents .contents li p{
	clear:both;
	font-weight:normal;
	padding-bottom:5px;
}

#contents .contents li strong{
	position:absolute;
	right:5px;
	top:10px;
	color:#aaa;
}

#contents .ta_right td{
	text-align:right;
}

#contents .tab_menu{
	text-align:right;
	margin:-5px 0 25px 0;
}

#contents .tab_menu span a{
	background-color:#555;
	color:#FFF;
	text-decoration:none;
	padding:4px 8px 3px 8px;
	margin-right:7px;
	border:1px solid #444;
}

#contents .tab_menu span a:hover{
	background-color:#222;
}

#contents .tab_menu #issue_loading,
#contents .tab_menu #aff_issue_loading,
#contents .tab_menu #sale_loading{
	margin-bottom:20px;
	height:20px;
}


/*----------------------------------*/
/*        itemsの一覧スタイル        */
/*----------------------------------*/

#contents #search_table form{
}

#contents #search_table form table{
	width:100%;
}

#contents #search_table form th,
#contents #search_table form td{
	text-align:left;
	background-color:#fff;
}

#contents #search_table form th{
	text-align:right;
	background-color:#efefef;
	color:#666;
}

#contents .entry{
	text-align:right;
	margin:0 0 10px 10px;
	font-weight:bold;
	line-height:140%;
}

#contents .entry a{
	background:url(../img/list_icon.gif) no-repeat left 1px;
	padding:0 0 0 18px;
}



/*----------------------------------*/
/*        itemsの一覧スタイル        */
/*----------------------------------*/

#contents .item_img{
	clear:both;
	display:block;
	margin-top:10px;
	padding:10px;
	text-align:center;
	background-color:#f5f5f5;
}

#contents .item_img img{
	border:1px solid #aaa;
}

/*----------------------------------*/
/*        注文の一覧スタイル        */
/*----------------------------------*/

#contents .ta_right p{
	margin:5px 0 5px auto;
}


/*----------------------------------*/
/*        注文の詳細スタイル        */
/*----------------------------------*/

#contents .button span a{
	background-color:#555;
	color:#FFF;
	text-decoration:none;
	padding:8px 15px 7px 15px;
	margin-right:7px;
	border:1px solid #444;
	font-weight:bold;
}

#contents .button span a:hover{
	background-color:#222;
}


/*----------------------------------*/
/*        注文の登録スタイル        */
/*----------------------------------*/

#contents .attention{
	margin:20px auto;
	padding:20px;
	width:70%;
	text-align:center;
	border:1px solid #F00;
	font-weight:bold;
	margin-bottom:25px;

}


/*----------------------------------*/
/*   ユーザートップページスタイル   */
/*----------------------------------*/

#super_user{
	width:980px;
	margin:0 auto;
	text-align:center;
	background-color:#404040;
	padding-top:10px;
}

#super_user li{
}

#super_user li a{
	padding:5px;
	border:1px solid #CCC;
	width:100px;
	margin:0 auto;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#form_table{
	margin-top:20px;
}

.description{
	margin:10px;
	color:#666;
	line-height:1.8;
}

.loading{
	margin:10px;
	padding:5px;
	border:2px solid #ccc;
}
.loading img{
	vertical-align:middle;
}




/*テーブル、フォーム*/


div.jHtmlArea iframe{
	border: solid 1px #ccc;
}

.contents_box3{
	width:720px;
}

.items_pre{
	float:left;
	margin-right:10px;
}

.hint{
	font-size:11px;
	color:#666;
}

p .input_bold{
	font-weight:bold;
	font-size:15pt;
	padding:5px;
	border:2px solid #aaa;
	margin:10px;
	color:#666;
}

#contents h2 span{
	display:block;
	float:right;
	font-weight:normal;
	font-size:9pt;
}
#contents h2 span a{
	float:left;
	position:relative;
	top:-5px;
	text-decoration:none;
	display:block;
	border:1px solid #aaa;
	padding:9px;
	margin-right:5px;
	vertical-align:bottom;
	color:#fff;
	font-weight:bold;
	background-color:#aaa;
}

#contents h2 span a:hover{
	border:1px solid #ccc;
	background-color:#fff;
	color:#444;
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
}

#list_table table th{
	background:url("../img/th_back.jpg") center bottom repeat-x #fff;
	color:#444;
}

.searchButton, .checkButton, .updateButton, .backButton, .registButton, .editButton, .deleteButton, .confirm{
	width:120px;
	letter-spacing:1.5px;
	text-align:center;
}

.bignumber{
	font-size:15pt;
	font-weight:bold;
}

.icon{
	width:35px;
	vertical-align:bottom;
	margin-top:-5px;
	margin-bottom:-10px;
	margin-right:5px;
	margin-left:-5px;
}
.homeicon{
	width:35px;
	margin:-10px;
}

.myReserve{
	background:url("../img/calendarback.gif");
}

.moveReserve{
	background:url("../img/moveReserve.gif");
}

.time{
	font-size:8pt;
	color:#999;
	margin-left:15px;
}

input{
	padding:5px;
}



/* profile */
.sidebar_profile_area {
	padding: 5px 0 0 0;
}
.sidebar_profile_photo {
	float: left;
	width: 50px;
	height: 50px;
	margin:5px;
	border: solid 1px #424141;
}
.sidebar_profile_name {
	float: right;
	width: 132px;
	font-size: 10pt;
	line-height: 14px;
	font-weight: bold;
	word-break: break-all;
	word-wrap: break-word;
	margin-bottom: 5px;
	margin-top:5px;
}
.sidebar_profile_name a {
	color: #444;
}
.side_profile_area {
	font-size: 10px;
	line-height: 140%;
	clear: both;
}


.profileIcon{
	 float:left;
	 height:150px;
	 margin-right:10px;
	 width:62px;
}
.profileIcon img{
	border:2px solid #efefef;
	width:60px;
	margin-bottom:10px;
}


.headerProfile{
	min-height:140px;
	border-bottom:1px solid #ccc;
	padding:15px 10px;
	margin-bottom:10px;
}



.headerProfileDescription{
	margin-left:79px;
	margin-top:15px;
	margin-bottom:20px;
	min-height:20px;
	font-size:9pt;
	font-weight:normal;
	line-height:1.5;
}

.headerProfileIcon{
	width:65px;
	margin-right:10px;
	border:2px solid #ccc;
	float:left;
}


.nuserSearchList{
	margin:5px 3px 5px 5px;
	border:none !important;
	border-bottom:1px solid #ccc !important;
	min-height:120px;
	margin-bottom:5px !important;
}

.followSearchList{
	margin:5px 3px 5px 5px;
	border:none !important;
	border-bottom:1px solid #ccc !important;
	min-height:65px;
	width:670px !important;
	margin-bottom:5px !important;
}

#form_table td p{
	padding-top:5px;
	padding-bottom:2px;
	color:#666;
}

#form_table td textarea{
	margin-top:0px;
}




.project_list{
	border:1px solid #ccc;
	width:282px;
	display:inline-block;
	padding:10px;
	padding-bottom:0px;
	margin:0px 7px 10px 9px;
	min-height:455px;
	vertical-align:top;
	position:relative;
}

.project_list img{
	padding:2px;
	border:1px solid #efefef;
	background-color:#f9f9f9;
}

.project_list .title{
	font-weight:bold;
	margin-top:10px;

}

.project_list .title a{
	text-decoration:none;
	font-size:10pt;
}

.project_list .user, .project_list .user a{
	margin-top:5px;
	padding-top:4px;
	color:#999;
}

.project_list .cate{
	float:right;
	font-weight:bold;
	background:url("../img/list_icon.gif") left center no-repeat;
	padding-left:15px;
	color:#666;
	display:block;
}

.project_list .cate a{
	text-decoration:none;
}

.project_footer{
	border-top:1px solid #ccc;
	position:absolute;
	left:0px;
	bottom:0px;
	width:282px;
	color:#999;
	padding:10px;
	margin:0px;
	background-color:#f9f9f9;
	height:50px;
}

.project_footer .button button{
	width:130px;
	height:26px !important;
	padding:1px !important;
	font-size:9pt;
	font-weight:normal !important;
	float:right;
}

.comming_soon{
	text-align:center;
	font-weight:bold;
	padding-top:10px;
	font-size:12pt;
}

.no_success{
	text-align:center;
	font-weight:normal;
	font-size:9pt;
	padding-top:5px;
}

.project_footer #gaugeViewer{
	margin-bottom:10px;
}


.project_list .description{
	padding:0px;
	margin:10px auto 10px;
	line-height:1.4;
}

.project_list .more{
	text-align:center;
}


.projectPickup{
	border:1px solid #ccc;
	width:930px;
	padding:10px;
	padding-bottom:0px;
	margin:0px 10px 0px 10px;
	min-height:320px;
	position:relative;
}

.projectPickup .support{
	padding:5px 10px;
	color:#666;
	margin-bottom:15px;
}

.projectPickup .img{
	padding:2px;
	border:1px solid #efefef;
	background-color:#f9f9f9;
	float:left;
	margin-bottom:50px;
	margin-right:15px;
}

.projectPickup .title{
	font-weight:bold;
	margin-top:10px;
}

.projectPickup .title a{
	text-decoration:none;
	font-size:14pt;
}

.projectPickup .user{
	margin-top:5px;
	padding-top:4px;
	color:#999;
}

.projectPickup .user a{
	color:#999;
	font-weight:bold;
	font-size:11pt;
}

.projectPickup .cate{
	font-weight:bold;
	background:url("../img/list_icon.gif") left center no-repeat;
	padding-left:15px;
	color:#666;
	float:right;
	margin-right:10px;
}

.projectPickup .cate a{
	text-decoration:none;
}

.projectPickup .project_footer{
	border:none;
	position:absolute;
	left:420px;
	bottom:0px;
	width:510px;
	color:#999;
	padding:5px 10px 5px 10px;
	margin:0px;
	background-color:transparent;
	height:110px;
}






.project_list_nuser{
	border:1px solid #ccc;
	width:282px;
	display:inline-block;
	padding:10px;
	padding-bottom:0px;
	margin:0px 7px 10px 9px;
	min-height:150px;
	vertical-align:top;
	position:relative;
}

.project_list_nuser .img{
	padding:2px;
	border:1px solid #efefef;
	background-color:#f9f9f9;
	float:left;
	margin-bottom:50px;
	margin-right:10px;
}

.project_list_nuser .title{
	font-weight:bold;
	margin-top:10px;
}

.project_list_nuser .title a{
	text-decoration:none;
	font-size:10pt;
}

.project_list_nuser .user, .project_list_nuser .user a{
	margin-top:5px;
	padding-top:4px;
	color:#999;
}

.project_list_nuser .cate{
	font-weight:bold;
	background:url("../img/list_icon.gif") left center no-repeat;
	padding-left:15px;
	color:#666;
}

.project_list_nuser .cate a{
	text-decoration:none;
}

.project_list_nuser .project_footer{
	border-top:1px solid #ccc;
	position:absolute;
	left:0px;
	bottom:0px;
	width:720px;
	color:#999;
	padding:5px 10px 5px 10px;
	margin:0px;
	background-color:#f9f9f9;
	height:25px;
}

.project_list .project_footer{
	border-top:1px solid #ccc;
	position:absolute;
	left:0px;
	bottom:0px;
	width:282px;
	color:#999;
	padding:10px;
	margin:0px;
	background-color:#f9f9f9;
}


.project_list .description{
	padding:0px;
	margin:10px auto 10px;
	line-height:1.4;
}

.project_list .more{
	text-align:center;
}

.projectEditButton{
	margin-top:5px;
}


.limitTime{
	font-size:12pt;
	color:#666;
}

.goal{
	float:right;
}

#pjSearch4Category_index{
	margin-top:5px;
}
#pjSearch4Category_index label{
	display:inline-block;
	margin:0px 5px 2px 0px;
	background-color:#f5f5f5;
	cursor:pointer;
	padding:2px;
	width:88px;
	font-size:8pt;
}

#pjSearch4Category_index .label_hover{
	background-color:#666;
	color:#fff;
}

#pjSearch4Category_index label input{
	visibility:hidden;
	margin-left:-12px;
}

#pjSearch4Category{
	padding:0px 10px;
}
#pjSearch4Category label{
	display:inline-block;
	border:1px solid #ccc;
	padding:10px 15px 10px 0px;
	margin:0px 5px 5px 0px;
	background-color:#f5f5f5;
	cursor:pointer;
}

#pjSearch4Category .label_hover{
	background-color:#666;
	color:#fff;
}

#pjSearch4Category label input{
	visibility:hidden;
	margin-left:-1px;
}
#detailSearchForm{
	display:none;
}

.profileFollowButton, .profileUnFollowButton{
	width:95%;
	margin:15px auto 5px;
}

#projectTab{
	border-bottom:2px solid #ccc;
	padding-left:10px;
	margin-bottom:15px;
}

#projectTab span a{
	display:inline-block;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:-1px;
	width:138px;
	text-align:center;
	background-color:#f5f5f5;
}

#projectTab span a:hover{
	border:1px solid #ccc;
	border-bottom:2px solid #fff;
	margin-bottom:-3px;
	background-color:#fff;
	color:#666;
}

#projectTab .disp a{
	border:1px solid #ccc;
	border-bottom:2px solid #fff;
	margin-bottom:-3px;
	background-color:#fff;
	color:#666;
}

#projectTab span a{
	text-decoration:none;
	font-weight:bold;
	color:#aaa;
}

#gaugeViewer{
	width:95%;
	margin:0px auto;
	border:1px solid #aaa;
	position:relative;
}

#gaugeViewer .progress_counter{
	 position:absolute;
	 z-index:10;
	 min-width:20px;
	 width:100%;
	 text-align:center;
	 padding-left:5px;
	 font-weight:bold;
}

#gaugeViewer .progress_bar{
	 display:inline-block;
	 height:10px;
	 background-color:#ccc;
	 padding:4px 0px 4px 0px;
	 color:#999;
}

#gaugeViewer .success{
	width:100%;
	background-color:#336699;
	color:#fff;
}

.userCounter{
	display:inline-block;
	border:1px solid #ccc;
	padding:0px 0px 0px 10px;
	margin-right:10px;
	color:#666;
}
.goodCount{
	background-color:#efefef;
	display:inline-block;
	padding:2px 5px 0px 5px;
	margin-left:10px;
	width:20px;
	text-align:center;
	color:#666;
	font-weight:bold;
}

.commentCount{
	color:#666;
	display:inline-block;
	margin-left:10px;
	font-size:9pt;
	font-weight:bold;
}

.date{
	margin-left:10px;
	color:#999;
}

.projectIndex{
	clear:both;
	margin-top:10px;
}


.pj_description{
	margin:10px;
	color:#777;
	line-height:1.8;
	font-size:12pt;
	font-weight:bold;
}

.present_description{
	margin:5px;
	color:#666;
	line-height:1.4;
}

.regist .kiyaku{
	width:*;
	height:150px;
	padding:10px;
	border:double #ccc;
	margin:15px auto 30px auto;
	overflow:auto;
}

.kiyaku h2{
	color:#333;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	height:24px;
	line-height:24px;
	padding:0 10px;
	border-bottom:1px solid #555;
	background:none;
	}

.kiyaku h3{
	color:#202020;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	background:#f2eeeb;
	border-left:5px solid #444;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	}

.kiyaku .title{
	font-size:14px;
	margin:0 0 5px 0;
	}

.kiyaku p{
	font-size:12px;
	line-height:1.5em;
	margin:0 0 10px 0;
	}

.kiyaku ul{
	line-height:1.5em;
	padding:0 0 0 20px;
	/padding:0 0 0 25px;
	margin:0 0 20px 0;
	}

.kiyaku li{
	font-size:12px;
	list-style:decimal;
	margin:0 0 10px 0;
	}

.kiyaku ul.sec{
	margin:5px 0 0 0;
	}

.kiyaku ul.sec li{
	list-style:lower-alpha;
	margin:0 0 5px 0;
	}


.tableSizeFix{
	word-break:break-all;
	word-wrap: break-word;
	overflow: auto;
	table-layout:fixed;
}