@charset "utf-8";
/* CSS Document */

	
body{
	background-color:#FFF;
}

form *{

}

.img_emoji{
	border-style:none;
}


a:link{
	color:#3586D8;
}


a:visited{
	color:#0000CC;
}

.albuminputcopy{
	width: 220px;	
}

textarea{
	width: 200px;	
}

hr{
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;	
}

/*******************************************/

body,div,pre,p,blockquote,form,fieldset,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,tr,td,embed,object,img,a,span,iframe {

	vertical-align: baseline;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	border:0px none;
	word-break: break-all;

}

textarea{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2em;
	width:580px;
	height:130px;
}

body {
	background-color:#FFF;
	margin:0 5px 0 5px;
}

table,th,tr,td {
	border-collapse:collapse;
}

li{
	list-style-type: none;
	list-style-position: outside;
}



html > body input[type="text"],
html > body input[type="password"]{
	width: 200px;
	border: 1px solid #999;
	padding: 2px;
	margin:3px;
}

html > body input[type="button"],
html > body input[type="submit"]{
	border: 1px solid #999;
	padding: 2px 20px 2px 20px ;
	margin:3px;
}

/*-------------------------------------------
	footer
-----------------------------------------------*/

#footerwrapper{
}


#sitefooter{
	width:510px;
	margin:0 auto;
	padding-left: 30px;
}


#sitefooter dl.box{
	float: left;
	width: 170px;
}

#sitefooter dl.box dt{
	font-size: 12px;
	line-height:2em;
	font-weight: bold;
	color:#3399CC;
}

#sitefooter dl.box dd a:hover{
	text-decoration: underline;	
}

#sitefooter a{
	text-decoration: none;
	font-size: 12px;
}

#sitefooter dl.mysite dd a,
#sitefooter dl.other dd a{

	line-height: 1.9em;
}

#sitefooter dl.otherservice dt{
	padding-bottom:3px;
	
}

#sitefooter dl.otherservice dd li{
	margin-bottom:10px;
}
#sitefooter dl.otherservice dd li dl dt{
	font-size: 10px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
	color:#333333;
}
#sitefooter dl.otherservice dd li dl dd{
	padding: 0 0 0 5px;	

}
#sitefooter dl.otherservice dd li dl dd a{
	line-height: 1em;	
}
#footerwrapper .copyright {
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
}


/***************************************/

/* clearfix */
.clearfix:after{
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
