@charset "utf-8";

/*
Theme Name: PICPIC.
Theme URI: http://www.picpic.net/
Description: KEFY Inc.
Version: 1.0 2009/10/01
Author: Takuya Kobuchi
Author URI: http://www.kefy.co.jp/
*/

/* common ******************************** */

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}

body {
	padding: 0;
	margin: 0;
	width : 100%;

	color: #484848;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;

	background-color: #ffc600;
	background-image: url("/images/background.png");
	background-repeat: repeat-x;
	background-position: left top;
}

h1,h2,h3,h4,h5,h6,div,span,p,dl,form,storng,em,a,hr {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

table {
	font-size: 100%;
}

hr {
	width: 930px;
	clear: both;
}

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

a:link {
	color: #484848;
}

a:visited {
	color: #484848;
}

a:hover {

}

a:active {

}

.right  {
	text-align: right;
}

.center  {
	text-align: center;
}

.left  {
	text-align: left;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.error {
	color: #f00;
}

.bold {
	color: #f00;
	font-weight: bold;
}

.red {
	color: #f00;
}

.blue {
	color: #00f;
}

input[type="text"], input[type="password"], textarea {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px 4px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #333333;
}

/* clearfix ******************************** */

.clearfix {
	zoom:1;
}

.clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

* html .clearfix {
	/*\*/height:1%;/*for WinIE*/
	display:inline-table;/*for MacIE*/
}

/* home ******************************** */

div#home {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 4px;

	background-image: url("/images/background_home.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div#home div {
	width: 930px;
	height: 420px;
	margin: 0 auto;
	text-align: left;
}

div#home div h1 {
	padding: 5px 0;
}

div#home div h2 {
	padding-top: 10px;
	font-size: 1.2em;
}

div#home div h3 {
	padding-top: 10px;
	font-size: 1.0em;
}

div#home div p {
	margin-top: 10px;
}

div#home div p.submit {
	padding-left: 150px;
}

div#home div p.comment {
	font-size: 0.8em;
}

div#home div p.home_profile {
	height: 18px;
	padding-left: 18px;
	background-image: url("/images/home_profile.png");
	background-repeat: no-repeat;
	background-position: left center;
}

div#home div p span.new {
	height: 18px;
	padding-right: 44px;
	background-image: url("/images/new.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/* access ******************************** */

div#access {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 4px;

	background-image: url("/images/background_access.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div#access div {
	width: 930px;
	height: 500px;
	margin: 0 auto;
	text-align: left;
}

div#access div h1 {
	padding: 5px 0;
}

div#access div h2 {
	padding-top: 10px;
	font-size: 1.2em;
}

div#access div p {
	font-size: 1.0em;
}

div#access div p#url {
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
}

div#access div p#url span {
	margin-right: 28px;
}

div#access div p#url a.twitter {
	font-size: 0.8em;
	font-weight: normal;
	padding-left: 70px;

	background-image: url("/images/twitter.png");
	background-repeat: no-repeat;
	background-position: center left;
}

div#access div div#screen,
div#access div div#qrcode,
div#access div div#sendmail {
	width: auto;
	height: auto;
}

div#access div div#qrcode {
	margin-top: 20px;
}

div#access div div#screen {
	width: 200px;
	height: 253px;
	_height: 326px;
	padding: 73px 0 0 28px;
	margin: 10px 0 0 20px;
	background-image: url("/images/screen.png");
	background-repeat: no-repeat;
	float: left;
}

div#access div div#screen p.screen {
	height: 192px;
}

div#access div div#screen p.screen img {
	position: absolute;
	clip: rect(auto 144px 192px auto);
}

div#access div div#screen p.edit {
	margin-top: 16px;
}

div#access div div#sendmail ul {
	line-height: 1.0em;
}

div#access div div#sendmail ul li.friend {
	margin-bottom: 8px;
}

div#access div div#sendmail ul li a {
	color: #00f;
}

div#access div ul {
	margin: 0;
	list-style-type: none;
}

div#access div ul li {
	font-size: 0.8em;
}

div#access div form p {
	padding: 2px 0;
}

div#access div p.complete {
	padding: 20px 0;
	color: #003efa;
}

/* error ******************************** */

div#error {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 4px;

	background-image: url("/images/background_error.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div#error div {
	width: 930px;
	height: 350px;
	margin: 0 auto;
	text-align: left;
}

div#error div h1 {
	padding: 5px 0;
}

div#error div h2 {
	padding-top: 10px;
	color: #f00;
	font-size: 1.2em;
}

div#error div p {
	font-size: 1.0em;
}

/* common ******************************** */

div#common {
	width: 1000px;
	margin: 0 auto;

	background-image: url("/images/background_common.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div#common div {
	width: 930px;
	height: 150px;
	margin: 0 auto;
	text-align: left;
}

div#common div h1 {
	padding: 5px 0;
}

div#common div h2 {
	height: 34px;
	_height: 42px;
	padding: 16px 0 0 12px;
	margin: 0;
	font-size: 1.2em;

	background-image: url("/images/content_h2.png");
	background-repeat: no-repeat;
	background-position: 0 10px;
}

/* content ******************************** */

div#content {
	width: 1000px;
	margin: 0 auto;

	background-image: url("/images/background_content.png");
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
}

div#content div {
	width: 930px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: left;
}

div#content div h3 {
	padding: 12px 0 10px 10px;
	font-size: 1.0em;

	background-image: url("/images/content_h3.png");
	background-repeat: no-repeat;
	background-position: 0 10px;
}

div#content div div#result {
	padding-bottom: 0;
}

div#content div div#result p.thumbnail {
	width: 170px;
	height: 165px;
	margin: 5px 10px 5px 0;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}

div#content div div#result p.thumbnail:hover {
	border: 1px solid #ff8c00;
}

div#content div div#result p.thumbnail a {
	display: block;
}

div#content div div#result p#popular a {
	color: #00008b;
	text-decoration: none;
}

div#content div div#result p#popular a:hover {
	color: #f00;
}

div#content div div.history {
	width: 120px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	float: left;
}

div#content div p.note {
	margin-bottom: 10px;
}

div#content div p.download {
	text-align: center;
}

div#content div div.history p.thumbnail {
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
}

div#content div div.history p.thumbnail:hover {
	border: 1px solid #ff8c00;
}

div#content div div.history p a.delete {
	padding-left: 14px;

	background-image: url("/images/history_delete.png");
	background-repeat: no-repeat;
	background-position: center left;
}

div#content div p.sample {
	padding-right : 10px;
	margin: 0 10px 10px 0;
	float: left;
}

div#content div p a {
	text-decoration: underline;
}

div#content div ol.constitution {
	margin: 0;
}

div#content div ul.edit {
	margin: 0 0 10px;
}

div#content div p.institution {
	padding-top: 20px;
}

div#content div dl.information dt,
div#content div dl.company dt {
	padding-right : 10px;
	font-weight: bold;
}

div#content div dl.information dd,
div#content div dl.company dd {
	padding-left : 24px;
	padding-bottom: 16px;
	margin: 0;

	background-image: url("/images/dd_dashed.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#content div table.model {
	empty-cells: snow;

	border-collapse: collapse;
	border-width: 1px;
	border-color: #484848;
	border-style: solid;
	border-spacing: 0;

	background-color: #fff;
}

div#content div table.model tr.bgcolor01 {
	background-color: #fff;
}

div#content div table.model tr.bgcolor02 {
	background-color: #f7f7f7;
}

div#content div table.model tr th {
	white-space: nowrap;
	background-color: #e5e4dc;
}

div#content div table.model tr th img {
	vertical-align: baseline;
}

div#content div table.model tr th,td {
	padding: 4px;
	border-width: 1px;
	border-color: #bbb;
	border-style: solid;
}

div#content div table.model tr td span.new {
	height: 18px;
	padding-right: 44px;
	background-image: url("/images/new.png");
	background-repeat: no-repeat;
	background-position: right center;
}

/* link ******************************** */

div#link {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;

	background-image: url("/images/background_link.png");
	background-repeat: no-repeat;
	background-position: left top;
}

div#link div {
	width: 930px;
	padding: 4px 0;
	margin: 0 auto;
	text-align: left;
}

div#link div ul {
	padding: 4px 0 0 0;
	margin: 0;
	list-style-type: none;
}

div#link div ul li {
	padding: 2px 0;
	display: inline;
}

div#link div ul li a {
	padding: 2px 0 0 18px;
}

div#link div ul#upper li a {
	background-image: url("/images/link_upper.png");
	background-repeat: no-repeat;
	background-position: center left;
}

div#link div ul#lower li a {
	background-image: url("/images/link_lower.png");
	background-repeat: no-repeat;
	background-position: center left;
}

/* footer ******************************** */

div#footer {
	margin: 0 auto;
	text-align: left;
	clear: both;
}

div#footer address {
	color: #cccccc;
	font-style: normal;
	font-size: 0.9em;
	text-align: center;
	background-color: #333333;
	clear: both;
}
