/* charset */
@charset "shift_jis";


*{
	margin:0;
	padding:0;
	}


body{
	font-size: 14px;
	color: #333333;
	background-image:url(img/img_bg/bg.gif);
	background-attachment:fixed;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:120%;
	}

.text1{
	font-size: 60px;
	line-height:60px;
	color: #dddddd;
	}


ul {
margin:0;
	padding: 0;
	}

li{
	padding:5;
	border-bottom:1px dotted #dddddd;
	list-style-image: none;
	list-style-type: none;
	}

.text2{
	padding: 15;
	line-height: 1.8em;
	}

img {
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-left-style:none;
	}

#container{
	position:absolute;
	left:50%;
	margin-left:-400px;
	width:800px;
	background-color:#ffffff;
	}

#side{
	float:left;
	width:200px;
	}

#side_menu{
	height:485px;
	background-image:url("img/img_bg/side_bg.jpg");
	}

#side_menu_logo{
	position:absolute;
	width:200px;
	height:53px;
	margin:0 0 0 12;
	}

#profile_img{
	position:absolute;
	width:154px;
	height:154px;
	margin:37 0 0 51;
	}

#profile_sns{
	position:absolute;
	width:220px;
	height:15px;
	margin:199 0 0 320;
	}

#work_history{
	position:absolute;
	width:480px;
	height:272px;
	margin:294 0 0 61;
	font-size: 11px;
	overflow-y:auto;
	}

#side_menu_profile{
	position:absolute;
	width:200px;
	height:53px;
	margin:173 0 0 12;
	}

#side_menu_gallery{
	position:absolute;
	width:200px;
	height:53px;
	margin:235 0 0 12;
	}

#side_menu_diary{
	position:absolute;
	width:200px;
	height:53px;
	margin:298 0 0 12;
	}

#side_menu_mail{
	position:absolute;
	width:200px;
	height:53px;
	margin:360 0 0 12;
	}

#side_menu_link{
	position:absolute;
	width:200px;
	height:53px;
	margin:422 0 0 12;
	}

#twitter{
	float:right;
	width:175px;
	height:245px;
	background-color:333333;
	}

#main{
	float:right;
	width:600px;
	}

#top_img{
	width:600px;
	height:380;
	}

#box{
	width:600px;
	height:245px;
	}

#profile{
	width:600px;
	height:625px;
	background-image:url("img/img_bg/profile_bg.jpg");
	}

#contact{
	width:600px;
	height:625px;
	background-image:url(img/img_bg/contact_bg.jpg);
	}

#gallery{
	width:600px;
	height:625px;
	background-image:url(img/img_bg/contents_bg.jpg);
	}

#link{
	width:600px;
	height:625px;
	background-image:url(img/img_bg/contents_bg.jpg);
	}

#contact_box{
	position:absolute;
	margin:20 45 35 30;
	width:545px;
	height:580px;
	overflow:auto;
	}

#information{
	float:left;
	width:425px;
	}

#information_main{
	position:absolute;
	width:425px;
	line-height:180%;
	height:215;
	overflow-y:auto;
	font-size: 11px;
	}

#footer{
	clear:both;
	height:30px;
	width:800px;
	background-image:url(img/img_bg/footer.jpg);
	}