/* misc */
/* --------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body{
	background: white;
	color: #808080;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3",Arial,Verdana,sans-serif;
	font-size: small;
	line-height: 1.5em;
	/*IE5x bug fix*/
	text-align:center;
}

img {
	border: none;
}

.clear-both {
	clear: both;
}


/* Link Color */
/* --------------------------- */

a {
	text-decoration: none;
	color: #60c1c4;
}

a:hover {
	text-decoration: underline;
	color: #60c1c4;
}


/* Body Container */
/* --------------------------- */

#body-container {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	text-align:left;
}


/* Header */
/* --------------------------- */

#header-container {
	border-bottom: dotted 1px #cbcbca;
}

#header-container a {
	text-decoration: none;
	color: #808080;
}

#header-container a:hover {
	text-decoration: none;
	color: #60c1c4;
}

#header-logo {
	float: left;
}

#header-logo img {
	display: block;
}

#header-navi {
	padding: 20px 0 10px 0;
	text-align: right;
}

#header-navi ul li {
	list-style: none;
	display: inline;
	border-right: solid 1px #808080;
	padding: 0 0.75em;
}

#header-navi ul li.header-navi-end {
	border: none;
}

#header-navi ul li.header-navi-end-visit {
	border: none;
	text-decoration: none;
	color: #60c1c4;
}

#header-navi ul li.header-navi-visit a {
	text-decoration: none;
	color: #60c1c4;
}

#header-navi ul li.header-navi-home {
	color: #60c1c4;
}


/* Footer*/
/* --------------------------- */

#footer-container {
	border-top: dotted 1px #cbcbca;
	margin-top: 30px;
	padding: 19px 0 15px 0;
	text-align: center;
	font-family: "Hiragino Mincho Pro","ƒqƒ‰ƒMƒm–¾’© Pro W3","‚l‚r –¾’©",Times New Roman,serif;
	font-size: x-small;
}


/* Home Catch Image */
/* --------------------------- */

#catch-image {
	width: 760px;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 10px;
}

#catch-image img {
	display: block;
}


/* Home Catch Image Phase 2 */
/* --------------------------- */

#catch-image-p2 {
	width: 510px;
	margin-bottom: 10px;
}

#catch-image-p2 img {
	display: block;
}


/* Headline */
/* --------------------------- */

#headline-container {
	background-image: url("../images/home_img.jpg");
	background-repeat: no-repeat;
	width: 760px;
	height: 220px;
	margin: 50px 0;
}

#headline-news {
	margin-left: 380px;
}

#headline-news a {
	text-decoration: none;
	color: #808080;
}

#headline-news a:hover {
	text-decoration: underline;
	color: #60c1c4;
}

#headline-title {
	display: block;
}

#headline-news dl dt {
	font-weight: bold;
	margin-top: 20px;
}

#headline-news dl dd {
	margin-top: 0.25em;;
}

#headline-news dl dd img {
	vertical-align: middle;
	margin-right: 5px;
}


/* Double Column */
/* --------------------------- */

#left-container {
	float: left;
	width: 360px;
	padding-right: 20px;
	_padding-right: 17px;
}

#right-container {
	margin-left: 380px;
	padding-left: 20px;
	_margin-left: 377px;
}


/* Double Column Phase 2 */
/* --------------------------- */

#douuble-column-p2 {
	width: 760px;
	margin-top: 30px;
	background-image: url("../images/home_separator_line.gif");
	background-repeat: repeat-y;
}

#left-container-p2 {
	float: left;
	width: 510px;
}

#right-container-p2 {
	margin-left: 536px;
	_margin-left: 533px;
}

#right-container-p2 img {
	display: block;
}

.link-list {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cbcbca;
}

.link-list ul {
	margin-left: 20px;
	list-style-image: url('../misc/arrow_r.gif');
}

.link-list ul li {
	line-height: 1em;
	padding-bottom: 0.5em;
}

.link-list a {
	text-decoration: none;
	color: #808080;
}

.link-list a:hover {
	text-decoration: underline;
	color: #60c1c4;
}

h2.column-subhead {
	font-size: small;
	font-weight: normal;
	line-height: 1em;
	width: 212px;
	margin-top: 10px;
	padding: 5px;
	border: solid 1px #d6d3cb;
	border-bottom: none;
	background: #f6f1e8;
}

h3.column-subhead {
	font-size: small;
	font-weight: normal;
	margin-top: 10px;
}

.right-column-p2 {
	width: 212px;
	padding: 5px;
	border: solid 1px #d6d3cb;
}

.right-column-p2 dd {
	padding-bottom: 5px;
}

.right-column-p2 ul {
	margin-left: 20px;
}

.right-column-p2 ul.list-arrow {
	margin-left: 20px;
	list-style-image: url('../misc/arrow_r.gif');
}

.right-banner-small {
	margin-top: 10px;
}

#sns-featured {
	padding: 5px;
	height: 76px;
	position: relative;
}

.sns-thumbnail {
	position: absolute;
	top: 5px;
	left: 5px;
}

.sns-profile {
	position: absolute;
	top: 5px;
	left: 86px;
}

#sns-featured h3 {
	font-size: small;
	font-weight: normal;
}


/* Column Container ƒ¿ */
/* --------------------------- */

h2.column-title-a {
	font-size: small;
	border-left: solid 5px #60c1c4;
	border-bottom: dotted 1px #cbcbca;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 0.25em;
}

.column-a {
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #cbcbca;
}

.column-a-img {
	float: left;
}

.column-a-img img {
	display: block;
}

.column-a-body {
	margin-left: 90px;
	line-height: 1.5em;
}

.column-a h3 {
	font-size: small;
}


/* Column Container ƒÀ */
/* --------------------------- */

h2.column-title-b {
	font-size: small;
	border-left: solid 5px #60c1c4;
	border-bottom: dotted 1px #cbcbca;
	margin-top: 30px;
	padding-left: 5px;
	padding-bottom: 0.25em;
}


/* Search Profile ƒ¿ */
/* --------------------------- */

.search-profile-a {
	border-bottom: dotted 1px #cbcbca;
	margin: 10px 0;
	padding-bottom: 10px;
}

.search-profile-a h3 {
	color: #ff789a;
	font-size: small;
	margin-bottom: 15px;
}

.search-profile-a ul {
	margin-bottom: 5px;
	line-height: 1.75em;
}

.search-profile-a ul li {
	list-style: none;
	display: inline;
	border-right: solid 1px #808080;
	padding: 0 0.5em;
}

.search-profile-a ul li.header-navi-end {
	border: none;
}

.view-people-a {
	text-align: left;
	margin: 10px 0 15px 0;
}

.view-people-a img {
	vertical-align: middle;
	margin-right: 5px;
}

.view-people-a a {
	text-decoration: none;
	color: #808080;
}

.view-people-a a:hover {
	text-decoration: underline;
	color: #60c1c4;
}

.search-form-a {
	text-align: right;
}

.input-txt-a {
	width: 240px;
}


/* Search Profile ƒ¿ Phase 2 */
/* --------------------------- */

.search-profile-a-p2 {
	border-bottom: dotted 1px #cbcbca;
	margin: 10px 0;
	padding-bottom: 10px;
}

.search-profile-a-p2 h3 {
	color: #ff789a;
	font-size: small;
	margin-bottom: 15px;
}

.search-profile-a-p2 ul {
	margin: 10px 0;
}

.search-profile-a-p2 ul li {
	list-style: none;
	display: inline;
	border-right: solid 1px #808080;
	padding: 0 0.5em;
}

.search-profile-a-p2 ul li.header-navi-end {
	border: none;
}

.view-people-a-p2 ul {
	margin-top: 10px;
	margin-left: 20px;
	list-style-image: url('../misc/arrow_r.gif');
}

.view-people-a-p2 ul li {
	line-height: 1em;
}

.view-people-a-p2 a {
	text-decoration: none;
	color: #808080;
}

.view-people-a-p2 a:hover {
	text-decoration: underline;
	color: #60c1c4;
}

.input-txt-a-p2 {
	width: 240px;
}



/* Search Profile ƒÀ */
/* --------------------------- */

.search-form-b {
	text-align: right;
	margin-bottom: 10px;
}

.input-txt-b {
	width: 320px;
}


/* Search Profile ƒÂ */
/* --------------------------- */

.search-form-d {
	margin: 10px 0;
}

.radio-button-d label {
	padding-right: 0.75em;
}

.input-mail-d {
	margin-top: 10px;
}

.input-txt-d {
	width: 320px;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3","MS UI Gothic",Arial,Verdana,sans-serif;
	font-size: small;
}


/* Search Form */
/* --------------------------- */

.search-form-head {
	text-align: right;
	margin: 10px 0;
}

.search-form-head ul li {
	list-style: none;
	display: inline;
	border-right: solid 1px #808080;
	padding: 0 0.75em;
}

.search-form-head ul li.header-navi-end {
	border: none;
}

.search-form-head ul li.header-navi-end {
	border: none;
}


/* Page Title */
/* --------------------------- */

#title-head {
	border-left: solid 5px #60c1c4;
	border-bottom: dotted 1px #cbcbca;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 0.25em;
}

#title-head h2 {
	float: left;
	font-size: small;
}

#title-head h2 span {
	color: #ff789a;
}

#title-head h2 a.visit {
	color: #ff789a;
}

#title-head h2.title-home {
	font-size: small;
	color: #60c1c4;
}

#title-head-nf {
	border-left: solid 5px #60c1c4;
	border-bottom: dotted 1px #cbcbca;
	margin-top: 20px;
	padding-left: 5px;
	padding-bottom: 0.25em;
}

#title-head-nf h2 {
	font-size: small;
}

#title-head-nf h2.title-home {
	font-size: small;
	color: #60c1c4;
}

#title-head-nf h2 span {
	color: #ff789a;
}

#title-head-nf h2 a.visit {
	color: #ff789a;
}

#title-head p {
	text-align: right;
}

#search-result {
	border-top: dotted 1px #cbcbca;
	padding-top: 0.25em;
}

#search-result p {
	text-align: right;
}


/* Page Navigation */
/* --------------------------- */

#pagenavi-head {
	text-align: right;
	padding-top: 0.25em;
}

#pagenavi-bottom {
	text-align: right;
	padding-bottom: 0.25em;
}


/* Table */
/* --------------------------- */

#result-table-ppl img {
	display: block;
}

#result-table-ppl table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#result-table-ppl table tr td {
	vertical-align: top;
	padding-top: 20px;
}

.photo-cell {
	width: 130px;
}

.profile-cell {
	width: 230px;
}

.photo-cell-right {
	width: 120px;
	padding-left: 40px;
	padding-right: 10px;
}

.profile-cell p {
	line-height: 1.5em;
}

#result-table-ppl ul {
	margin-left: 1.25em;
	margin-top: 0.25em;
	list-style-type: disc;
}

#result-table-ppl ul li {
	padding-top: 0.5em;
	line-height: 1.25em;
}

.result-folder-bg {
	background: #f2f2f0;
}

.result-table-list img {
	display: block;
}

.result-table-list table {
	width: 730px;
	border-collapse: collapse;
	margin: 0 15px;
}

.result-table-list table tr td {
	vertical-align: top;
	padding-bottom: 20px;
}

.photo-cell-list {
	width: 60px;
}

.photo-cell-right-list {
	width: 50px;
	padding-left: 40px;
	padding-right: 10px;
}

.profile-cell-list {
	width: 285px;
}

.result-folder-head {
	background-image: url("../misc/folder_head.gif");
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 40px;
}

.result-folder-head p {
	padding: 7px 0 0 10px;
	line-height: 1em;
}

.result-folder-bottom {
	background-image: url("../misc/folder_bottom.gif");
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 7px;
}

#result-table-cmr {
	margin-bottom: 20px;
}

#result-table-cmr table {
	width: 100%;
	border-collapse: collapse;
}

#result-table-cmr table tr td {
	width: 25%;
	vertical-align: bottom;
	text-align: center;
	padding-top: 20px;
}

#result-table-cmr p {
	padding-top: 0.5em;
	line-height: 1em;
}

#result-table-cmr2 {
	margin-bottom: 30px;
}

#result-table-cmr2 table {
	width: 100%;
	border-collapse: collapse;
}

#result-table-cmr2 table tr td {
	width: 20%;
	vertical-align: bottom;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#result-table-cmr2 p {
	padding-top: 0.5em;
	line-height: 1em;
}


/* Photo Table */
/* --------------------------- */
#photo-table table {
	width: 676px;
	margin: 20px 42px;
	border-collapse: collapse;
}

#photo-table table tr td {
	vertical-align: top;
}

.large-photo-cell {
	width: 652px;
	text-align: center;
}

.large-photo-cell img {
	display: inline;
}

.arrow-cell {
	width: 50px;
	padding-top: 186px;
	text-align: center;
}

#comment-table p {
	text-align: center;
	padding-bottom: 0.5em;
}


/* Profile */
/* --------------------------- */

#left-container-pfl {
	float: left;
	width: 210px;
	margin: 20px 0;
}

#right-container-pfl {
	margin-bottom: 20px;
	margin-left: 250px;
	width: 510px;
	_width: 507px;

}

#left-container-pfl img {
	display: block;
}

p.id {
	color: #60c1c4;
	margin: 10px 0;
}

p.personal-site {
	margin-top: 10px;
}

#left-container-pfl ul {
	margin-left: 1.25em;
	list-style-type: disc;
}

#left-container-pfl ul li {
	padding-top: 0.75em;
	line-height: 1.5em;
}

#right-container-pfl table {
	width: 100%;
	border-collapse: collapse;
}

#right-container-pfl table tr td {
	vertical-align: top;
	text-align: center;
	padding-top: 20px;
	width: 50%;
}

.people-comment {
	border-top: dotted 1px #cbcbca;
	border-bottom: dotted 1px #cbcbca;
	margin-top: 20px;
	padding:20px 0;
}

.people-comment ul {
	margin-left: 1.25em;
	list-style-type: disc;
}

.people-comment ul li {
	padding-top: 0.75em;
	line-height: 1.5em;
}


.news-comment {
	border-bottom: dotted 1px #cbcbca;
	margin-top: 10px;
	padding: 5px;
	font-size: 11px;
	line-height: 1.5em;
}

/* Page Layout ƒ¿ */
/* --------------------------- */

.left-container-img-a {
	float: left;
	width: 210px;
	padding-top: 50px;
}

.right-container-body-a {
	margin-left: 250px;
	width: 510px;
	_width: 507px;
}

.left-container-img-a img {
	display: block;
}

.left-column-a {
	border-bottom: dotted 1px #cbcbca;
	padding-bottom: 10px;
}

.left-column-a h3 {
	color: #ff789a;
	font-size: small;
	line-height: 1em;
	margin-top: 50px;
	margin-bottom: 15px;
}

.list-style-a ul {
	margin-bottom: 5px;
	line-height: 1.75em;
}

.list-style-a ul li {
	list-style: none;
	display: inline;
	border-right: solid 1px #808080;
	padding: 0 0.5em;
}

.list-style-a ul li.header-navi-end {
	border: none;
}

.list-style-b ul {
	margin-left: 1.25em;
	margin-top: 0.25em;
	list-style-type: disc;
}

.list-style-b ul li {
	padding-top: 0.5em;
	line-height: 1.25em;
}

.list-style-b ul li span {
	color: #fb342d;
}

.list-style-b p {
	line-height: 1.5em;
}


/* Inner Container */
/* --------------------------- */

.inner-a {
	padding-top: 20px;
}

.inner-a h3 {
	color: #ff789a;
	font-size: small;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 15px;
}

.inner-left-a {
	float: left;
	width: 225px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.inner-left-a img {
	display: block;
}

.inner-right-a {
	margin-left: 235px;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 275px;
	_width: 269px;
}

.inner-right-a h3 {
	color: #ff789a;
	font-size: small;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 15px;
}

.list-style-d ul {
	margin-left: 1.75em;
	margin-top: 0.25em;
	list-style-type: decimal;
}

.list-style-d ul li {
	padding-top: 0.5em;
	line-height: 1.25em;
}

.list-style-d p {
	line-height: 1.5em;
}

.list-style-g ul {
	margin-top: 0.25em;
	list-style-type: none;
}

.list-style-g ul li {
	padding-top: 0.5em;
	line-height: 1.25em;
}

.list-style-g p {
	line-height: 1.5em;
}


/* Paragraph */
/* --------------------------- */

.introduction {
	margin-top: 20px;
	border-bottom: dotted 1px #cbcbca;
	padding-bottom: 10px;
}

.introduction h3 {
	color: #ff789a;
	font-size: small;
	line-height: 1em;
}

.introduction p {
	margin-top: 20px;
	line-height: 1.5em;
}


/* Modified: Feb 12, 2008. */
/* --------------------------- */

.topic-left {
	float: left;
}

.topic-right{
	float: right;
}

.topic-unit {
	width: 245px;
	padding: 5px;
}

.sns-thumbnail img {
	display: block;
}


/* NATURA */
/* --------------------------- */

.natura-prof {
	color: #ff789a;
	bottom: 50px;
	top: 50px;
	line-height: 1em;
}

.natura-h3 {
	color: #ff789a;
	line-height: 3em;
	bottom: 50px;
	top: 50px;
}


/* BUNKO */
/* --------------------------- */

.bunko-midashi {
	color: #000000;
	bottom: 30px;
}

.bunko-h3 {
	color: #2C0000;
	font-weight : bold;
	bottom: 50px;
	top: 50px;
}

.bunko-title {
	color: #2C0000;
	font-weight : bold;
	bottom: 100px;
	top: 50px;
	line-height: 1.5em;
}

.bunko-name {
	color: #2C0000;
	font-weight : bold;
	bottom: 100px;
	top: 50px;
	line-height: 1.5em;
}

.bunko-line {
	bottom: 100px;
	background-image: url("../bunko/misc/line_dot.gif");

}

/* ---------- thumbnail ---------- */


#thumbnail {
	padding: 0 10px 30px 10px;
}

#thumbnail table {
	border-collapse: collapse;
	width: 100%;
}

#thumbnail table tr td {
	width: 25%;
	text-align: center;
}

#thumbnail p {
	font-size: x-small;
	padding-bottom: 1em;
}


/* Photocon */
/* --------------------------- */

.photocon {
	color: #ff789a;
	margin-top: 20px;
	border-bottom: dotted 1px #cbcbca;
	padding-bottom: 10px;
}

.photocon h3 {
	color: #ff789a;
	font-size: small;
	line-height: 1em;
}

.photocon p {
	margin-top: 20px;
	line-height: 1.5em;
}


/* EVENT */
/* --------------------------- */

.event-prof {
	color: #333333;
	bottom: 50px;
	top: 50px;
	line-height: 1em;
}

.event-h3 {
	color: #333333;
	bottom: 50px;
}


/* NETSHOP */
/* --------------------------- */

.shosai {
	padding:5px;
	background:#D9D1B3;
	height:50px;
	width:80px;
}
