body{
	background: url(../image/top_back.jpg) repeat-x top;
	font-size: 10pt;
	margin: 0em;
}
div#wrap01{
	width: 1080px;
	overflow: visible;
	margin:0px auto;
}
div#wrap02{
	background: url(../image/footer_back.jpg) repeat-x bottom;
	width: 100%;
	margin:0px auto;
}
h1{
	background:url(../image/h1_back.gif) left bottom no-repeat;
	height:58px;
	color:#29ABE2;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18pt;
	font-weight:bold;
	padding-left:3.4em;
	margin-top:60px;
}
h2{
	background:url(../image/h1_back.gif) left bottom no-repeat;
	height:58px;
	color:#000;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18pt;
	font-weight:bold;
	vertical-align:top;
	padding:3.4em;
	margin-top:60px;
}
#header{
	width: 1080px;
	height:460px;
}
.title_logo{
	background:url(../image/top_title.png) no-repeat left top;
	width:808px;
	height:420px;
	margin-left:2px;
	padding-top:10px;
	padding-left:100px;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	vertical-align:top;
}
.head_right{
	float:right;
	width:360px;
	text-align:right;
	margin-top:-420px;
	margin-bottom:0;
}
.silky_link{
	margin-top:0px;
}
.twitter_area{
	margin-top:20px;
}
.other_contents{
	width:1080px;
	text-align:center;
	margin:20px auto 60px auto;
}

#contents{
    width: 1080px;
    overflow: visible;
    margin:auto;
}
.midashi{
	font-size:11pt;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #29ABE2;
	line-height:160%;
	padding:0 5.8em;
	margin-top:-10px;
}
.midashi2{
	width:1030px;
	font-size:11pt;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #29ABE2;
	line-height:160%;
	margin:10px auto auto auto;
	position:relative;
}
.page_num{
	font-size:12pt;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #29ABE2;
	line-height:140%;
}
.page_prev{
	background:url(../image/goback1.gif) no-repeat left center;
	padding-left:20px;
}
.page_next{
	background:url(../image/gonext1.gif) no-repeat right center;
	padding-right:20px;
}
.current_page{
	color:#CCC;
}
.page_link{
	color:#ED1E79;
}
.users{
	margin:20px -20px 20px 0;
    text-align: left;
}
.log{
	border: 8px solid #E3FFFF;
    border-radius: 16px;
    padding:40px 30px 40px 40px;
    background-color: #FFF;
    width: 994px;
    margin: 20px auto;
    text-align: left;
    clear: both;
	background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.01, rgb(255,255,255)),
        color-stop(0.80, rgb(239,255,255)),
        color-stop(0.100, rgb(227,255,255))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(255,255,255) 1%,
        rgb(239,255,255) 80%,
        rgb(227,255,255) 100%
    );
    -webkit-box-shadow: 3px 3px 5px 0px #ccc; /* Safari, Chrome用 */
    -moz-box-shadow: 3px 3px 5px 0px #ccc; /* Firefox用 */
    box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}
.title{
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18pt;
    font-weight:bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
table .title{
	background-image:url(../image/ul_dot.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size: 20pt;
	padding:0 0 16px 0;
	margin-top:40px;
}
.title *{
    vertical-align: middle;
}
.title>.new{
	background-image:url(../image/icon_new.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#FF0000;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
	margin-left:10px;
}
.title>.private{
	background-image:url(../image/icon_private.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#F7931E;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
}
.title>.hobby{
	background-image:url(../image/icon_hobby.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#FCEE21;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
}
.title>.family{
	background-image:url(../image/icon_family.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#39B54A;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
}
.title>.food{
	background-image:url(../image/icon_food.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#00FFFF;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
}
.title>.exiting{
	background-image:url(../image/icon_exiting.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#0000FF;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
}
.title>.pritty{
	background-image:url(../image/icon_pritty.gif);
	background-repeat:no-repeat;
	height:31px;
	width:112px;
	color:#FF00FF;
	font-size:12pt;
	font-weight:bold;
	padding:8px 0 8px 40px;
	margin-right:10px;
}
.page{
    text-align: left;
    border-radius: 10px;
    padding:10px 0 10px 10px;
    width:1030px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}
.tag{
    /*color:orange;
    background-color: #fff;
    border: 2px solid orange;
    border-radius: 8px;*/
	height:31px;
	width:112px;
    font-size: 12pt;
    margin-right:20px;
	margin-bottom: 10px;
    padding:8px 0 8px 47px;
    /*display: inline-block;
    -webkit-transform: rotate(30deg) translate(0px,-5px);
    -moz-transform: rotate(30deg) translate(0px,-5px);*/
}
.log .image_table{
	float:left;
    margin: 20px 5px 0 0;
}
.img_box,.prof_box{
    width: 151px;
    height: 151px;
    min-width: 151px;
    min-height: 151px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fcfcfc;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.01, rgb(235,235,235)),
        color-stop(0.55, rgb(255,255,255)),
        color-stop(0.100, rgb(255,255,255))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(235,235,235) 1%,
        rgb(255,255,255) 55%,
        rgb(255,255,255) 100%
    );
    -webkit-box-shadow: 3px 3px 5px 0px #ccc; /* Safari, Chrome用 */
    -moz-box-shadow: 3px 3px 5px 0px #ccc; /* Firefox用 */
    box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}
.go_to_top{
	text-align:right;
	margin-bottom:40px;
}
a{
    color: #29ABE2;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:active{
    text-decoration: underline;
    color: #fff;
}
.img_box img.file,.prof_box img.file{
    margin:auto;
    max-width: 123px;
    max-height: 123px;
    border: 1px solid #ccc;
}
.users .prof_box img.file{
    margin:auto;
    max-width: 140px;
    max-height: 140px;
}
.users .prof_box{
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc; /* Safari, Chrome用 */
    -moz-box-shadow: 3px 3px 5px 0px #ccc2; /* Firefox用 */
    box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}

table .prof_box{
    -webkit-box-shadow: 3px 3px 5px 0px #ccc; /* Safari, Chrome用 */
    -moz-box-shadow: 3px 3px 5px 0px #ccc; /* Firefox用 */
    box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}

.log .prof_box>img.file{
    margin:auto;
    max-width: 160px;
    max-height: 160px;
}
.log .prof_box{
    width: 180px;
    height: 180px;
    min-width: 180px;
    min-height: 180px;
}
.log .img_comment{
    height: 180px;
    padding-left: 10px;
}
.body{
    margin: 0 15px 0 210px;
    border: 1px solid #29ABE2;
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    min-height: 170px;
    background: #FFF;
}
table .body{
    margin: 0 15px 0 180px;
    border: 1px solid #29ABE2;
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
    min-height: 180px;
    background: #FFF;
}

.visible{
    visibility: visible;
}
.hidden{
    visibility: hidden;
	display:none;
	width:0;
	overflow:hidden;
}
.tooltip{
    background-image: url(../image/black_arrow.png);
    width:169px;
    height: 40px;
    padding: 20px 20px 60px 20px;
    color:#fff;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
}
.category_area{
	background-image:url(../image/category_back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:1080px;
	height:100px;
	margin: auto;
}
.category_area .c_title{
	color:#29ABE2;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	width:155px;
}
.category_area .icon{
	text-align:center;
	width:139px;
}
#sidebar{
    float: right;
    width: 200px;
    height: 830px;
    text-align: right;
    overflow: auto;
}
#sidebar>*{
    margin: 0 auto 8px auto;
}
#sidebar .img_box{
    -webkit-box-shadow: 3px 3px 5px 0px #CCC; /* Safari, Chrome用 */
    -moz-box-shadow: 3px 3px 5px 0px #CCC; /* Firefox用 */
    box-shadow: 3px 3px 5px 0px #CCC; /* CSS3 */
}
.scroll_page {
    width: 800px;
    position: relative;
    right: 0px;
}
.scroll_page td{
    width: 800px;
    height: 800px;
    max-height: 800px;
    max-width: 800px;
    text-align: right;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.scroll_page img{
    max-height: 800px;
    max-width: 800px;
    position: relative;
    margin:auto;
    padding: 0;
}
#viewport{
    width: 820px;
}
#comment_layer{
    position: absolute;
    top:0px;
    left:0px;
    background: #333;
    color: #fff;
    opacity: 0.8;
    width: 0px;
    height: 0px;
    font-size: 12pt;
    text-align: left;
}
#comment{
    padding: 20px;
    overflow: hidden;
    text-align: left;
}
#comment_close{
    margin: 5px;
}

#slide{
    height:820px;
}
#scrollable{
    background: #000;
    width:820px;
    height:820px;
    overflow: hidden;
    max-width: 820px;
    text-align: right;
}

#photo_gallery{
    margin: 0 auto;
}

.footer{
	width:1080px;
	color:#FFF;
	text-align:center;
	font-size: 12pt;
	font-weight:bold;
	overflow: visible;
	margin:60px auto 0 auto;
}

.footer a{
	margin:110px 0 10px 0;
	color:#FFF;
	font-family:"小塚ゴシック Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:inline-block;
	padding:5px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.footer a:visited{
	margin:110px 0 10px 0;
	color:#FFF;
	display:inline-block;
	padding:5px 5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.footer a:hover{
	color:#29ABE2;
	background-color:#E3FFFF;
	text-decoration:none;
}

.imput_form{
	margin: auto;
	width: 560px;
	text-align: left;
	padding:60px;
	clear: both;
	border: 8px solid #E3FFFF;
    border-radius: 16px;
	background-color:#FFF;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	
	-webkit-box-shadow: 3px 3px 5px 0px #ccc; /* Safari, Chrome用 */
    -moz-box-shadow: 3px 3px 5px 0px #ccc; /* Firefox用 */
    box-shadow: 3px 3px 5px 0px #ccc; /* CSS3 */
}
#scrollable{
	position:relative;
}