@charset "utf-8";
/* CSS Document */

#article h3{
font-size:137.5%;
}

#article input[type=file]{
	width: auto;
	padding: 10px;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}

#article form table img{
max-width:120px;
}