@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 75%;
		font-family: Verdana,Arial,Helvetica,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #FFFFFF;
        text-align: center;
}
a {
	color: #003399;
        text-decoration:none;
}
a:visited {
	color: #333333;
        text-decoration:none;
}
a:hover {
	color: #0066CC;
        text-decoration:underline;

}
img {
	border: none;
	vertical-align: top;
}


/* メインイメージ
---------------------------------------------*/
#photo {
       	overflow: auto !important;
	overflow /**/: hidden;
	width: 700px;
	background: #FFFFFF;
	padding: 15px 10px 30px 10px;
        text-align:center;
}

#photo table {
    background-color:#FFFFFF;
    width: 640px;
    margin:0px auto;
    font-size: 12px;
    border-top: 1px solid #A7A7A7;
    border-right: none;
    border-left: 1px solid #A7A7A7;
}

#photo th {
    background-color:#F3F3F3;
    font-weight: normal;
        padding: 5px;
    text-align:center;
    border-bottom: 1px solid #A7A7A7;
    border-left: none;
    border-right: 1px solid #A7A7A7;
}
#photo td {
    background-color:#FFFFFF;
    padding: 5px;
    text-align:center;
    border-bottom: 1px solid #A7A7A7;
    border-left: none;
    border-right: 1px solid #A7A7A7;
}

