/* gekiform Css template */

* {
	margin: 0;
	padding: 0;
	box-sizing : border-box
}

/* font */

.font-small{
	font-size:10px;
}

.font-normal{
	font-size:11px;
}

/* common */

.ul_error{
	font-size:11px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #FF0000;
}

p{
	margin:10px;
}

.pnavi{
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
}

.table_form{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}

.table_form td{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.table_view{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
}

.table_view td{
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.td_label{
	background-color:#000000;
	color:#FFFFFF;
}




/*
div , h1 , li {
	border:1px solid #000000;
}
*/

/* frame structuer */

body{
	background-image: url(../image/background.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

#container {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	color: #363636;
	background-image: url(../image/index-background-line.gif);
	background-repeat: repeat-x;
}

#left{

	width:220px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}

#right{
	width:650px;
	padding-left:10px;
	padding-top:10px;
	float:left;
}

#fedit{
	width:880px;
	float:left;
	padding-left:10px;
	padding-top:10px;
}


/* header */

h1 {
	font-size:11px;
	font-weight: normal;
	width: 650px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	float: left;
}

#header_logo{
	float: left;
	padding-top:18px;
	width: 240px;
	text-align: right;
}

#logo{
	padding-top:5px;
	padding-left:10px;
	float:left;
	clear:both;
	width:300px;
}

#navi{
	width:590px;
	text-align: right;
	padding-top:20px;
	float:left;

}

#logo_text{
	font-size:11px;
	padding-left:10px;
	clear:both;
	text-decoration: underline;
	padding-top: 5px;
}

/* admin menu structuer */


#user_menu{
	margin-top:5px;
	list-style-type: none;
}

#user_menu li{
	display: block;
	width:180px;
	height:40px;
	float: left;
	text-indent:-9999px;
}

#user_menu li a{
	display: block;
	width:180px;
	height:40px;
}


#user_menu_01{
	background-image: url(../image/user_menu.gif);
	background-position: 0px 0px;
}

#user_menu_02{
	background-image: url(../image/user_menu.gif);
	background-position: -180px 0px;
}
#user_menu_03{
	background-image: url(../image/user_menu.gif);
	background-position: -360px 0px;
}
#user_menu_04{
	background-image: url(../image/user_menu.gif);
	background-position: -540px 0px;
}
#user_menu_05{
	background-image: url(../image/user_menu.gif);
	background-position: -720px 0px;
}

#user_menu_01:hover{
	background-image: url(../image/user_menu.gif);
	background-position: 0px 41px;
}
#user_menu_02:hover{
	background-image: url(../image/user_menu.gif);
	background-position: -180px 41px;
}
#user_menu_03:hover{
	background-image: url(../image/user_menu.gif);
	background-position: -360px 41px;
}
#user_menu_04:hover{
	background-image: url(../image/user_menu.gif);
	background-position: -540px 41px;
}
#user_menu_05:hover{
	background-image: url(../image/user_menu.gif);
	background-position: -720px 41px;
}


/* index menu structuer */

#header_menu{
	margin-top:5px;
	list-style-type: none;
}

#header_menu li{
	display: block;
	width:180px;
	height:40px;
	float: left;
	text-indent:-9999px;
}

#header_menu li a{
	display: block;
	width:180px;
	height:40px;
}


#header_menu_01{
	background-image: url(../image/header_menu.gif);
	background-position: 0px 0px;
}

#header_menu_02{
	background-image: url(../image/header_menu.gif);
	background-position: -180px 0px;
}
#header_menu_03{
	background-image: url(../image/header_menu.gif);
	background-position: -360px 0px;
}
#header_menu_04{
	background-image: url(../image/header_menu.gif);
	background-position: -540px 0px;
}
#header_menu_05{
	background-image: url(../image/header_menu.gif);
	background-position: -720px 0px;
}

#header_menu_01:hover{
	background-image: url(../image/header_menu.gif);
	background-position: 0px 41px;
}
#header_menu_02:hover{
	background-image: url(../image/header_menu.gif);
	background-position: -180px 41px;
}
#header_menu_03:hover{
	background-image: url(../image/header_menu.gif);
	background-position: -360px 41px;
}
#header_menu_04:hover{
	background-image: url(../image/header_menu.gif);
	background-position: -540px 41px;
}
#header_menu_05:hover{
	background-image: url(../image/header_menu.gif);
	background-position: -720px 41px;
}


/* left block */

.left_block {
	width:220px;
}

.left_block_body {
	width:220px;
	background-image: url(../image/left-block-body.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
}

.left_block_footer {
	width:220px;
	height:10px;
	background-image: url(../image/block-frame.gif);
	background-position: 0px 10px;
	margin-bottom: 10px;
}

#left_block_user{
	width:220px;
	height:19px;
	background-image: url(../image/left-block-user.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-left: 40px;
}

#left_block_login{
	width:220px;
	height:19px;
	background-image: url(../image/left-block-login.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-left: 40px;
}

#left_block_rank{
	width:220px;
	height:19px;
	background-image: url(../image/left-block-rank.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-left: 40px;
}

#left_block_login_signup {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}

#left_block_login_signup a {
	color:black;
	text-decoration:none;
}


#left_block_login_reminder {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#left_block_login_reminder a{
	color:black;
}


#left_block_login_email_text {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}

#left_block_login_email_input {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}

#left_block_login_password_text {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
}

#left_block_login_password_input {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}

#left_block_login_submit {
	font-size: 12px;
	margin-top: 5px;
	margin-left: 10px;

}

#left_block_user_menu {
	font-size: 13px;
	margin-left: 30px;
}

.left_block_rank_block {
	margin-top: 10px;
	margin-left: 10px;
}

.left_block_rank_block_rank {
	font-size: 13px;
}

.left_block_rank_block_title {
	font-size: 13px;
}


/* right */

#catch_text{
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#search_box{
	width:650px;
	height:61px;
	background-image: url(../image/search-box.gif);
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 13px;
}

#search_box_order{

	font-size: 12px;
	font-weight: bold;
}

#search_box_order a{
	color:#000000;
}

#search_box_category{
	float:left;
	font-size: 13px;
	padding-left: 30px;
}

#search_box_form{
	clear:both;
	padding-top:5px;
	font-size: 13px;
}


.right_block {
	width:650px;
}


.right_block_body {
	width:650px;
	background-image: url(../image/right-block-body.gif);
	background-repeat: repeat-y;
}

.right_block_body_text {
	width:650px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 10px;
	background-image: url(../image/right-block-body.gif);
	background-repeat: repeat-y;
}

.right_block_footer {
	width:650px;
	height:10px;
	background-image: url(../image/right-block-frame.gif);
	background-position: 0px 10px;
	margin-bottom: 10px;
}

.right_block_header{
	width:650px;
	height:19px;
	background-image: url(../image/right-block-header.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-left: 40px;
}


/* footer */

#footer {
	width:100%;
	clear:both;
	color: #FFFFFF;
	background-color: #000000;
	height: 200px;
	display: block;
	margin-top: 100px;
}

#footer_inner {
	width:900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}


#footer_site{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer_site li{
	display: block;
	float: left;
	width: 75px;
	height: 40px;
	font-size: 10px;
	text-align: center;
}

#footer_site li a{
	color:#FFFFFF;
	text-decoration: none;
}

#footer_menu{
	clear:both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#footer_menu li{
	display: block;
	float: left;
	width: 75px;
	height: 40px;
	font-size: 10px;
	text-align: center;
}

#footer_menu li a{
	color: #FFFFFF;
	text-decoration: none;
}

#copyright{
	padding-left:10px;
	clear:both;
	color: #FFFFFF;
	font-size: 10px;
}

/* index */

.table_search {
	margin-left: 20px;
	margin-top: 10px;
}

.table_search td {
	font-size: 12px;
	padding: 3px;
}

#btn_search {
	vertical-align: middle;
}

/* edit */


.fedit_block {
	width:880px;
	background-repeat: no-repeat;
	clear:both;
}

.fedit_block_header{
	width:880px;
	height:19px;
	background-image: url(../image/fedit-block-header.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-left: 40px;
	margin-bottom:0px;
}


.fedit_block_body {
	width:880px;
	margin-top:0px;
	background-image: url(../image/fedit-block-body.gif);
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 10px;
	background-repeat: repeat-y;
}

.fedit_block_footer {
	width:880px;
	height:10px;
	background-image: url(../image/fedit-block-footer.gif);
	margin-bottom: 10px;
}

/* template */

#tselect_area {
	width:600px;
	margin-bottom: 10px;
}

.tselect_block {
	width:150px;
	height:215px;
	float:left;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.tselect_block_image{
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.tselect_block_name{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #333333;
	text-decoration: underline;
}

.tselect_block_description {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.tselect_block_change {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#tselect_attention{
	margin-top:10px;
	width:600px;
	clear:both;
}
