@charset "euc-jp";
@import url("common.css");



/* region for Table */

    input, textarea
    {
        padding: 5px;
    }

	div.mainContentInner01 table
	{
		margin: 0 auto;
		border-collapse: collapse;
	}
	div.mainContentInner01 table th, div.mainContentInner01 table td
	{
		text-align: left;
		border-bottom: 1px solid #cbcbcb;
		padding: 5px 10px;
	}
	div.mainContentInner01 table th
	{
		font-weight: normal;
		text-align: center;
		white-space: nowrap;
	}
	div.mainContentInner01 table tr.even
	{
		background: #f5f5f5;
	}
	div.mainContentInner01 table td label
	{
		text-decoration: underline;
        vertical-align: 2px;
		margin: 5px;
	}
	div.mainContentInner01 table td table
	{
	    margin: 0;
	}
	div.mainContentInner01 table td table tr td
	{
		border: 0;
		font-size: 100%;
	}


    ul.areas
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    ul.areas li
    {
        width: 120px;

        margin: 3px;
        padding: 5px;

        border-radius: 5px;

        background: #f0f0ff;

        float: left;
    }
    ul.areas li label
    {
        vertical-align: 2px;
    }


	p.complete
	{
		text-align: left;
		line-height: 1.5em;
		margin: 50px auto 200px auto;
		width: 400px;
	}

	p#err
	{
		color: #ff6347;
		margin: 90px auto 200px auto;
		width: 400px;
	}

/* end region */



/* region for Necessary */

    span.necessary
    {
        color: #ffffff;
        white-space: nowrap;

        border-radius: 3px;
        box-shadow: 0 2px 3px #999;

        margin-left: 5px;
        padding: 2px 5px;

        vertical-align: top;

        position: relative;
        top: 5px;

        background: #ff6633;
    }

/* end region */

