body{
	margin: 0;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	background-color: #aaa;
}

body, html{
	height:100%;
}

#bg{
	width: 1100px;
	min-height:100%;
	margin: auto;
	background-color: #B38D82;
	background-image: url(../img/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#wrap{
	margin: auto;
	width: 1000px;
}

.hidden{
	display: none;
}


.table_row{
	display: table-row;
}

.table_cell{
	display: table-cell;
}




header{
	width: 1000px;
	height: 200px;
	background-image: url("../img/header.png");
	
}


.view_change{
	cursor: pointer;
}


#menu ul{
	list-style: none;
	
}

#menu li{
	display: table-cell;
	cursor: pointer;
}

.gallery_center_logo{
	text-align: center;
}


.window_contents{
	margin: auto;
	position: relative;
}

#calligraphy.window_contents, #photography.window_contents, #paints.window_contents{
	text-align: center;
}


/* 更新履歴 */
#update{
	margin: 0 10px;
	margin-top: -70px;
	padding-bottom: 10px;
	background-color: rgba(100,100,100,0.6);
}

.update_line{
	margin: 0 10px;
	padding: 10px 10px 0 10px;
	color: white;
	border-bottom: solid 1px #FFF;
	background-image: url(../img/1.png); /* Androidの不具合対策 */
}



#cats{
	text-align: center;
	height: 500px;
}

.cat{
	
}

#cat_1{margin-bottom: 100px;}
#cat_2{margin-bottom: 10px;}
#cat_3{margin-bottom: 120px;}
#cat_4{margin-bottom: 30px;}
#cat_5{margin-bottom: 150px;}


/* ギャラリー部分共通 */
.gallery_outer_top_table{
	display: table;
	margin-bottom: -4px;
}

.gallery_outer_side_top{
	width: 200px;
	height: 5px;
	border: solid 3px #FFF;
	border-bottom: none;
}

.gallery_outer_left_body{
	width: 200px;
	height: 120px;
	border-left: solid 3px #FFF;
}

.gallery_outer_right_body{
	width: 200px;
	height: 120px;
	border-left: solid 3px transparent;
	border-right: solid 3px #FFF;
}

.gallery_center_logo{
	width: 588px;
	height: 172px;
}

.gallery_center_logo img{
	max-width: 588px;
	max-height: 172px;
}

.gallery_outer_body{
	width: 994px;
	border: solid 3px #FFF;
	border-top: none;
}


.gallery_frame{
	position: relative;
	display: inline-block;
	width: 300px;
	height: 330px;
	border: solid 2px #FFF;
/*	border-radius: 10px;	*/
	border-bottom-right-radius: 30px;
	margin: 5px;
	background-color: #aaa;
	vertical-align: bottom;
}

.gallery_inner{
	height: 300px;
	overflow: hidden;
	background-color: #FFF;
}


.gallery_title{
	font-size: 0.6em;
	height: 3em;
	line-height: 120%;
	text-align: left;
	padding: 2px 5px;
}




.image-link{
	position: relative;
}

.image{
	
	position: relative;
	
}

/* プロフィール */
#profile{
	background-color:#999357;
	background-image: url(../img/prof_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	width: 830px;
}

#profile_head{
	display: table;
	
}

#profile_img_area{
	display: table-cell;
}

#summary{
	display: table-cell;
	vertical-align: top;
}

.summary{
	padding-left: 10px;
}


#name{
	font-size: 3em;
	color: #AC283C
}


#white_back_area{
	background-color: #FFF;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	margin-right: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-image: url(../img/1.png); /* Androidの不具合対策 */
}



.profile{
	color: #FFF;
	margin: 5px;
	padding-bottom: 30px;
	width: 820px;
}

.profile_title{
	background-color:#000;
}

#summary .profile_sentence{
	width: 94%;
	margin-left: 2px;
}


.profile_sentence{
	width: 98%;
	margin: auto;
	background-image: url(../img/1.png); /* Androidの不具合対策 */
}

/* コンタクト */
#contact .box{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	width: 600px;
	background-color: rgba(200,200,200,0.6);
}

#contact_submit{
	display: block;
	margin: 20px auto;
}

#contact textarea{
	width: 100%;
	height: 5em;
}

.error{
	font-size: 0.8em;
	color: red;
}


footer{
	text-align: right;
	font-size: 0.7em;
}

