@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../image/base/bg.png);
	background-repeat:repeat-x;
	font-size:10pt;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
}

img
{
	border:none;
}

table tbody th
{
	text-align:left;
}

div.caution
{
	background-image:url(../image/base/icon_caution.png);
	padding-left:40px;
	line-height:32px;
	background-repeat:no-repeat;
	background-position:left top;
	color:#FF6600;
}

div.color_piece
{
	width:20px;
	height:20px;
	border:1px solid #CCCCCC;
	float:left;
}

div.button
{
	background-image:url(../image/base/button.png);
	width:210px;
	height:28px;
	line-height:28px;
	text-align:center;
	display:inline;
	float:left;
}

div.button a
{
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
}

/* search */
#search
{
	background-image:url(../image/base/search_bg.png);
	width:690px;
	height:125px;
	margin-left:3px;
	float:left;
}

#search form.keyword
{
	margin:40px auto auto 80px;
}

#search form.tag
{
	margin:20px auto auto 50px;
}

#pankuzu
{
	padding-left:10px;
}

#background
{
	background-image:url(../image/base/top_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:1024px;
	margin:0px auto;
}

#title
{
	float:left;
	color:#FFFFFF;
	width:950px;
	height:180px;
}

#title .search
{
	width:420px;
	float:right;
	margin-right:12px;
	margin-top:15px;
	color:#000000;
}

#description
{
	float:left;
	width:950px;
}

#description h1
{
	margin:0px 10px;;
	font-size:1.0em;
	font-weight:normal;
}


#center
{
	display:inline;
	width:950px;
	float:left;
	margin-left:36px;
}

#contents
{
}

#contents .upper
{
	background-color:#FFFFFF;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:10px;
}

#contents .upper .left
{
	width:760px;
	float:left;
}

#contents .upper .right
{
	width:190px;
	float:left;
}

#contents .bottom
{
	background-color:#FFFFFF;
}

#footer
{
	position:relative;
	background-color:#dcf9ff;
	text-align:right;
}

/* right area */
#right
{
	width:250px;
	float:left;
	background-color:#FFFFFF;
}

#right .wrap_h2
{
	width:250px;
	height:36px;
}

#right .wrap_h2 h2
{
	border-left:5px solid #9AA6DA;
	line-height:36px;
	font-size:1.2em;
	margin-left:10px;
	padding-left:10px;
}

#right .u_h2
{
	margin:5px;
}

#right .u_h2 .text
{
	margin:10px;
}

#right .u_h2 ul
{
	margin-left:0px;
	padding-left:20px;
}

/* left area */
#left
{
	width:699px;
	border-right:1px dotted #dddddd;
	background-color:#FFFFFF;
	float:left;
}

#left .title
{
	background-image:url(../image/base/label_normal.png);
	width:690px;
	height:36px;
	margin:0px auto;
}

#left .title h2
{
	line-height:36px;
	color:#FFFFFF;
	font-size:1.2em;
	margin-left:10px;
}

#left .u_h2
{
	margin:5px;
}

#left .wrap_h3
{
	border-left:10px solid #0066FF;
	background-color:#dff4f8;
	line-height:1.1em;
	vertical-align:middle;
}

#left .wrap_h3 h3
{
	margin:50px 0px;
	margin-left:10px;
	font-size:1.1em;
	line-height:1.1em;
	display:inline;
}

#left .wrap_h3 img
{
	vertical-align:middle;
}


#category
{
	width:587px;
}

#category .title
{
	background-image:url(../image/contents/top/label_category.png);
	width:587px;
	height:36px;
}

#category .title h2
{
	line-height:36px;
	color:#FFFFFF;
	font-size:1.2em;
	margin-left:10px;
}

#category .cell
{
	width:290px;
	margin:1px;
	float:left;
}

#category .first
{
	background-image:url(../image/base/folder.png);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom:1px solid #aaaaaa;
	width:290px;
}

#category .first h3
{
	margin:0px;
	margin-left:40px;
	line-height:28px;
}

#category .second
{
	width:250px;
	margin:5px;
	margin-left:30px;
	margin-bottom:20px;
}

#category .second div.cell
{
	width:110px;
	float:left;
	background-image:url(../image/base/list_tri_mini.png);
	line-height:15px;
	background-repeat:no-repeat;
	padding-left:12px;
}

/* new entry company list */
#new_company
{
	width:190px;
	float:left;
}

#new_company .top
{
	background-image:url(../image/contents/top/new_company.png);
	background-repeat:no-repeat;
	height:230px;
	float:left;
}

#new_company .body
{
	width:150px;
	margin:45px 20px 0px 20px;
	font-size:0.9em;
}

#new_company .body .row
{
	border-bottom:1px dotted #CCCCCC;
}

#new_company .bottom
{
	width:190px;
	height:20px;
	background-image:url(../image/contents/top/new_company.png);
	background-position:0px 20px;
	border:none;
	padding:0px;
	float:left;
}

/* new design list */
#new_list
{
	background-image:url(../image/base/label_new.png);
	background-repeat:no-repeat;
	width:760px;
	float:left;
}

#new_list .body
{
	margin:50px 10px 0px 10px;
}

#new_list .body ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

#new_list .body ul li
{
	width:180px;
	height:180px;
	text-align:center;
	background-color:#eaf0f4;
	margin:2px;
	padding:10px 0px;
	float:left;
}

#new_list .body ul li div.title
{
	margin:0px auto;
	height:2.7em;
	font-size:0.9em;
}

#new_list .body ul li div.company
{
	text-align:right;
	height:2.7em;
	font-size:0.8em;
}

/* site list */
#site_list, #update_list
{
	width:690px;
}

#site_list .title
{
}

#update_list .title
{
}

#site_list .date, #update_list .date
{
	text-align:right;
}

#site_list ul, #update_list ul
{
	list-style:none;
	margin:10px;
	padding:0px;
	border-bottom:1px solid #ff842a;
}

/* update information */
#update .line
{
	border-bottom:#CCCCCC 1px solid;
}

#update .date
{
	width:80px;
	float:left;
}

#update .content
{
	float:left;
}

/* my page */
#mypage .hp_list
{
	list-style:none;
	margin:10px;
	padding:0px;
}

#mypage .hp_list li
{
	width:200px;
	text-align:center;
	float:left;
	background-color:#EAF0F4;
}

#mypage .hp_list li .comment {
	background-color:#FAFAFE;
	border:1px solid #CCCCCC;
	font-size:0.8em;
	height:180px;
	margin:10px 5px;
	text-align:left;
}

#mypage .hp_list .title
{
	background-image:none;
	width:auto;
	height:auto;
}

#mypage .hp_list form
{
	display:inline;
}

#mypage .target_category
{
	background-color:#FFE6D9;
	line-height:50px;
	text-align:center;
}

/* category tree */
#category_tree ul.parent
{
	float:left;
	width:280px;
	margin:0px;
	padding:0px;
}

#category_tree li
{
	list-style:none;
}

/* item */
.item .tag
{
	background-image:url(../image/base/tag.png);
	background-repeat:no-repeat;
	padding-left:40px;
	line-height:22px;
}

/* tag search */
#tag_search
{
	background-image:url(../image/base/label_tag.png);
	background-repeat:no-repeat;
	width:587px;
	float:left;
}

#tag_search .body
{
	margin-top:50px;
}

#tag_search form
{
	display:inline;
}

/* link to top */
a#top_link
{
	position:relative;
	display:block;
	width:480px;
	height:50px;
	top:40px;
	left:40px;
	float:left;
}

/* table for add item*/
#add_hp
{
	width:100%;
	border:1px solid #CCCCCC;
	margin:10px auto;
}

#add_hp th
{
	width:150px;
	vertical-align:top;
	background-color:#DFE7F7;
}

#add_hp .submit
{
	background-color:#D3EDD8;
	text-align:center;
}



/*----- WEB MALL LANDについて -----*/

.l_code{
width:550px;
height:65px;
background-color:#ececec;
border:none;
}

/* promotion banner area */
#pr_banners
{
	text-align:center;
	font-weight:bold;
	color:#FF3300;
	margin:5px;
	padding:10px 0px;
}

/* design area */
#design_link
{
	width:550px;
}

#design_link .body
{
	width:650px;
	margin:40px auto 20px 30px;
}

#design_link .item
{
	width:690px;
	float:left;
	background-repeat:no-repeat;
}

#design_link .cell
{
	width:120px;
	height:2.5em;
	margin:2px;
	float:left;
}

#design_link .cell a
{
	display:block;
	width:120px;
	height:2.5em;
	padding:1px;
}

#design_link .cell a:hover
{
	border:1px solid #FF9900;
	background-color:#FFEEE6;
	padding:0px;
}

#design_link .skill
{
	background-image:url(../image/contents/top/label_design_skill.png);
}

#design_link .style
{
	background-image:url(../image/contents/top/label_design_style.png);
}

#design_link .color
{
	background-image:url(../image/contents/top/label_design_color.png);
}

#design_link .target
{
	background-image:url(../image/contents/top/label_design_target.png);
}

/* design area */
#company_link
{
	width:550px;
}

#company_link .body
{
	width:650px;
	margin:40px auto 20px 30px;
}

#company_link .item
{
	width:690px;
	float:left;
	background-repeat:no-repeat;
}

#company_link .cell
{
	width:115px;
	height:2.5em;
	margin:4px;
	float:left;
}

#company_link .cell a
{
	display:block;
	width:115px;
	height:2.5em;
	padding:1px;
}

#company_link .cell a:hover
{
	border:1px solid #FF9900;
	background-color:#FFEEE6;
	padding:0px;
}

#company_link .area
{
	background-image:url(../image/contents/top/label_company_area.png);
}

#company_link .work
{
	background-image:url(../image/contents/top/label_company_work.png);
}

#company_link .skill
{
	background-image:url(../image/contents/top/label_company_skill.png);
}

#company_link .target
{
	background-image:url(../image/contents/top/label_company_target.png);
}

/* table about company. */
table#company
{
	width:650px;
	margin:0px auto;
}

table#company col.label
{
	width:150px;
}

#company tbody th
{
	border-top:1px solid #7498C0;
	border-bottom:1px solid #7498C0;
	background-color:#DFE7F7;
	font-weight:bold;
}

table#company td
{
	border-bottom:1px solid #EEEEEE;
}

/* confirm page for user form */
#user_confirm table
{
	width:100%;
}

#user_confirm thead th
{
	background-color:#FFCC33;
	border-bottom:1px solid #990000;
	border-top:1px solid #990000;
	font-weight:bold;
}

#user_confirm tbody th
{
	width:200px;
}

/* */
#add_work input
{
	float:left;
}

/* navigation */
#navigation
{
	width:680px;
	margin:0px auto;
	margin-bottom:30px;
}

#navigation .cell
{
	border:1px solid #C09D41;
	float:left;
	text-align:center;
	width:25px;
	line-height:25px;
	margin:2px;
}

#navigation .current
{
	background-color:#FFCCFF;
	font-weight:bold;
}

/* order */
#order
{
	line-height:20px;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
}

#order img
{
	vertical-align:middle;
}

/* rating star */
.rate_label
{
	text-align:left;
	color:#006600;
	float:left;
}

.rating
{
	float:left;
	background-image:url(../image/base/rate/star_w.png);
	width:50px;
	height:10px;
}

.rating .rate
{
	background-image:url(../image/base/rate/star_y.png);
	height:10px;
}

.rating a
{
	display:block;
	float:left;
	width:10px;
	height:10px;
}

.rating a:hover
{
	background-image:url(../image/base/rate/star_p.png);
}

/* information */
#information {
	background-color:#FFF8E1;
	border:1px solid #FF9900;
}

#information .body{
	margin:10px;
}
