/* CSS Document */

/*-------------------------------------------
奥土居美可オフィシャルサイト
ウェブサイト　プロフィール用基本CSS

製作者：（株）nini system Design 
		担当：西川 徹
製作日：2009.2.20～
-------------------------------------------*/

/*目次-------------------------------------
・リセットCSS
・基本構造
・メイン
・ナビゲーション
・フッター
-------------------------------------------*/


/*・リセットCSS
-------------------------------*/
* {
	margin:0px;
	padding:0px;
	font-size: 100%;
}

* a {
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0px none;
}

ul,ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	margin: 0;
	padding: 0;
}

/*・基本構造
-------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#backgraund {
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_dropshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*・共通
-------------------------------*/

.floatclear {
	clear: both;	
}

/* ドロップシャドウ　画像に影をつける */
.shadow {
    background: url(../images/shadow_001.gif) right bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
    /*float: left;  回り込み制御 */
}

.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: 0px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #FFFFFF; /* paddingを設定した場合の背景色 */
    border: 1px solid #666666; /* 画像の枠線 */
}

.frame img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: 0px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #FFFFFF; /* paddingを設定した場合の背景色 */
    border: 1px solid #666666; /* 画像の枠線 */
}

.btn a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}


/*・メイン
-------------------------------*/
.gototop {
	margin-right: 30px;
	margin-bottom: 20px;
	float: right;
}

.gototop a {
	color: #666666;
	font-size: small;
}

h1 {
	height: 20px;
	width: 402px;	
	padding-left: 18px;
	font-size: medium;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #990000;
	color: #000000;
}

.album_name_old h2 {
	height: 16px;
	padding-top: 2px;
	padding-left: 14px;
	font-size: small;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FFFF66;
	color: #333333;
}

.album_name h2 {
	height: 16px;
	padding-top: 2px;
	padding-left: 14px;
	font-size: small;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #CC6600;
	color: #333333;
}

.cm h2 {
	height: 16px;
	padding-top: 2px;
	padding-left: 14px;
	font-size: small;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6666;
	color: #333333;
}

.album_name_old td {
	width: 350px;
}

.album_name_old ul {
	list-style-type: none;
	padding-top: 20px;
}

.album_name_old li {
	height: 22px;
}

#history .print {
	height: 26px;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-right: 50px;
}

#history table {
	width: 700px;
	margin-left: 50px;
	font-size: small;
	color: #333333;	
}

table.his_head {
	margin-bottom: 30px;
	border: 1px solid #999999;
}


td.head_l {
	width: 420px;
	padding-left: 10px;
}

td.head_r {
	width: 280px;
	padding-top: 20px;
	text-align: right;
}

.his_head ul {
	margin-top: 80px;
	list-style-type: none;
}

.his_head li {
	height: 30px;
}

td.head_exp {
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.7;
}

.his_body td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: top;
	line-height: 2.0;		
}

td.year {
	width: 50px;
	text-align: right;
}

td.month {
	width: 50px;
	text-align: right;
}

td.detail {
	padding-left: 18px;
}

#discography {
	margin-top: 50px;
}

#discography table {
	width: 700px;
	margin-left: 50px;
	margin-bottom: 30px;
	font-size: small;
	color: #333333;	
}

td.album_list {
	width: 200px;
	padding-top: 20px;
	vertical-align: top;
}

td.album_list ul {
	list-style-type: none;
	line-height: 2.0;	
}

td.album_list dl {
	width: 182px;
	padding: 3px;
	line-height: 1.5;
	border: 1px solid #CCCCCC;
}

td.album_list dt {
	font-size: x-small;	
}

td.album_list dd {
	padding-left: 6px;
	font-size: x-small;	
}

td.album_list p {
	font-size: x-small;	
}

td.album_image {
	vertical-align: top;
}

td.album_image p {
	font-size: x-small;	
	line-height: 1.5;	
}

td.cm_list ul {
	padding-top: 20px;
	list-style-type: none;
	line-height: 2.0;	
}

.music_notes {
	font-size: x-small;
	color: #999999;
	font-weight: normal;
}

/*・フッター
---------------------------*/
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;		
}

#footer ul {
	margin-top: 15px;
	margin-left: 60px;
	margin-right: 50px;
	list-style-type: none;
	line-height: 2.0;
}

#footer li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: x-small;
	color: #666666;
}

#footer li a {
	color: #CC9966;
	font-size: x-small;	
}

address {
	margin-top: 15px;
	text-decoration: none;
	font-size: small;
	text-align: center;
	font-style: normal;
	color: #666666;	
}

#designed_by {
	margin-right: 20px;
	font-size: x-small;
	text-align: right;
	color: #999999;
}
#designed_by a {
	color: #999999;
	text-decoration: none;
}