﻿
/**　共通仕様　**/
body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #303030;
	font-size: 10.5pt;
	-webkit-text-size-adjust: 100%;
	text-align: center;
	}

a{
	text-decoration: none;
	font-weight: bold;
	}

h1{
	font-size: 18pt;
	margin-bottom: 10px;
	}

h2{
	font-weight: bold;
	font-size: 14pt;
	margin: 15px 0px 0px 0px;
	}
h2:before {
	content:"■";
	}

h3{
	font-weight: normal;
	font-size: 14.5pt;
	margin: 0;
	color: olive;
	}


.text-small{
	font-size: 10pt;
	}

.text-right{
	text-align: right;
	padding-right: 10px;
	}


/** topエリア **/
#header{
	text-align: center;
	margin-top: -10px;
	}


/** mainエリア **/
#main-area{
	display: inline-block;
	text-align: center;
	width: 1000px;
	padding: 10px;
	}


#right-area{
	float: right;
	width: 230px;
	height: auto;
	padding: 10px 0px 0px 30px;
	text-align: left;
	}
#right-area img{
	box-shadow: 0 0 5px #c0c0c0;
	}
#right-area .translation{
	display: block;
	width: 195px;
	border: 3px solid olive;
	border-radius: 10px;
	background-color: #ffffc0;

	font-size: 17.5pt;
	color: olive;
	text-align: center;
	padding: 3px;

	margin: 0px 10px 20px 10px;
	}



#left-area{
	float: left;
	width: 720px;
	padding: 10px;
	}

.info-area{
	clear: both;
	text-align: left;
	}

.text-contents{
	padding: 5px;
	}
.e_text-contents{
	padding: 5px 0px 5px 5px;
	}
.pic-contents{
	float: left;
	}
.pic-contents img{
	margin-right: 20px;
	box-shadow: 3px 3px 8px #c0c0c0;
	border-radius: 48.5%;
	}

.topics-contents{
	font-size: 14.5pt;
	}

.marker-red{
	color: #ff0000;
	}

.comment-contents{
	padding: 8px 30px;
	margin-top: 20px;
	line-height: 1.3;
	border-style: dashed;
	border-width: 1px;
	border-color: #cccccc;
	}
.comment-contents hr{
	border: 1px dashed #cccccc;
	margin: 30px 0px 10px 0px;
	}
.comment-contents br{
	line-height:0.8;
	}


.letters-title{
	background-image: url("../img/letters.png");
	background-repeat: no-repeat;
	height: 45px;
	font-style: oblique; 
	font-size: 13.5pt;
	padding: 18px 0px 0px 200px;
	}


.review-title{
	background-image: url("../img/review.png");
	background-repeat: no-repeat;
	height: 45px;
	font-style: oblique; 
	font-size: 13.5pt;
	padding: 18px 0px 0px 200px;
	}
img.cd{
	width: 250px;
	float: left;
	margin-right:  20px;
	box-shadow: 3px 3px 8px #c0c0c0;
	}

.profile-title{
	background-image: url("../img/profile.png");
	background-repeat: no-repeat;
	height: 60px;
	font-weight: bold;
	font-size: 13.5pt;
	padding: 18px 0px 0px 200px;
	}

.text-profile{
	font-style: oblique; 
	font-size: 11.5pt;
	margin: 3px 0 0 200px;
	}



/** Copyright **/
#footer{
	text-align: center;
	font-size: 10pt;
	margin: 20px;
	padding: 5px;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #303030;
	}

