@charset "utf-8";

/* basic
 * --------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {list-style:none;}
li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} 
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
img{max-width: 100%;}
 
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
 
a:hover,a.selected{
    text-decoration:none;
}
a:focus{outline:0}
a,img{vertical-align:top}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {clear: both;}
.cf {*zoom: 1;}

.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.fl {float: left;}
.fr {float: right;}

/* Common
 * --------------------------------------------------------*/
body {
	width:100%;
	letter-spacing: 1px;
	line-height : 225%;
	font:normal 18px/36px "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/back.jpg) repeat-y fixed 50% 0;
}



/* wrapper
 * --------------------------------------------------------*/
#wrapper {
  	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
}


/* header
 * --------------------------------------------------------*/
#header {
	width: 1000px;
	margin: 0 auto;
}

/* contents
 * --------------------------------------------------------*/
#contents {
	width: 1000px;
	margin: 0 auto;
}

.text1 {
	margin-top: 14px;
	margin-bottom: -14px;
}

.text2 {
	margin-bottom: -20px;
}


/* photograph --------------- */
.photograph {
	margin: 40px 0;
}

.photograph2 {
	margin: -20px 0 40px 0;
}

.haishin {
	margin-top: 60px;
}

.text1, .text3, .event1 {
	position: relative;
}

#linkTxt1 {
	position: absolute;
	top: 5px;
	left: 331px;
}

#linkTxt2 {
	position: absolute;
	top: 94px;
	left: 212px;
}
#linkTxt3 {
	position: absolute;
	top: 767px;
	left: 212px;
}
#linkTxt4 {
	position: absolute;
	top: 336px;
	left: 430px;
}

/* event  --------------- */
.event {
	margin-top: 60px;
}

.eventTtl {
	margin-bottom: 20px;
}

/* tweet_timeline */
#tweet_timeline {
	background: #fff url(../images/tweet_frame.gif) no-repeat 50% 0;
	height: 450px;
	padding-top: 90px;
	margin-top: 40px;
	
}

#tweet_cover {
	overflow:hidden;
	height: 400px;
}

/* profile  --------------- */
#profile {
	width: 690px;
	margin: 70px auto;
}

#profile .prof1 {
	float: left;
}

#profile .prof2 {
	float: right;
}

/* footer
 * --------------------------------------------------------*/
#footer {
	margin: 0 auto;
	text-align:center;
	padding-bottom: 5px;
	border-top: 10px solid #000;
}

.fb-like {
	vertical-align: bottom;
	margin-bottom: 15px;
}

#footer ul {
	padding-top: 30px;
}

#footer li {
	padding: 0 10px;
}

.copyright {
	margin: 25px 0 20px 0;
}


/* prfile
 * --------------------------------------------------------*/

#prof_header {
	margin: 30px 0 70px 0;
}

#prof_contents {
	text-align: left;
	padding-left: 210px;
	margin-bottom: 60px;
}

#prof_contents .prof_profNm_nogami{
	font-size: 24px;
	margin: 10px 0 50px 0;
}

#prof_contents .prof_profTxt a {
	color: #0082FF;
}

.back {
	margin-top: 30px;
}