/* デフォルトスタイルリセット
-------------------------------------------------- */

*
{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: small;
    letter-spacing: 0.1em;
    /*font-family: sans-serif;*/
}

table
{
    border-collapse: collapse;
    empty-cells: show;
}


/* 基本構造
-------------------------------------------------- */

body
{
    background-color: #FFFFFF;
}

#container
{
    margin: 20px 0;
}

#header
{
    width: 100%;
    margin-bottom: 20px;
}

#headerInner
{
    width: 960px;
    margin: 0 auto;
}

#content
{
    width: 960px;
    margin: 0 auto;
}

#footer
{
    width: 100%;
    margin-top: 20px;
}


/* ヘッダー
-------------------------------------------------- */

#headerInner
{
    position: relative;
}

#headerInner ul.subMenu
{
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 0;
}

#headerInner ul.subMenu li
{
    padding: 2px 0;
    padding-left: 18px;
    display: inline;
}

#headerInner ul.subMenu li.odd
{
    background: url(/img/BlueBall13.png) no-repeat 0 50%;
}

#headerInner ul.subMenu li.even
{
    background: url(/img/OrangeBall13.png) no-repeat 0 50%;
}

#headerInner p.userName
{
    position: absolute;
    bottom: 0;
    right: 0;
}

#header ul.menu
{
    padding-top: 8px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    border-bottom: 6px solid #8888EE;
}

#header ul.menu
{
    list-style-type: none;
    text-align: center;
    padding-left:0.4em;
}

#header ul.menu li
{
    padding: 2px;
    display: inline;
    margin-left:-0.4em;
}

#header ul.menu li a
{
    outline: none;
}

#header ul.menu li img
{
    border: none;
    vertical-align:top;
}


/* フッター
-------------------------------------------------- */

#footer
{
    background-color: #FFCC00;
}

#footer ul.menu
{
    list-style-type: none;
    text-align: center;
    background-color: #00008B;
    margin-bottom: 3px;
    padding: 3px 0;
}

#footer ul.menu li
{
    padding-left: 5px;
    display: inline;
    border-left: double #FFFFFF;
}

#footer ul.menu li.last
{
    padding-right: 5px;
    border-right: double #FFFFFF;
}

#footer ul.menu li a
{
    color: #FFFFFF;
}

#footer p.copyright
{
    padding: 3px 0;
    text-align: center;
    background-color: #9999CC;
    color: #FFCC00;
}


/* ページング
-------------------------------------------------- */

div.paginationControl
{
    margin: 10px 0;
    text-align: center;
}

div.paginationControl .previous
{
    padding: 0 2px;
}

div.paginationControl .number
{
    padding: 0 2px;
}

div.paginationControl .next
{
    padding: 0 2px;
}


/* テーブル
-------------------------------------------------- */

.horizonTable
{
    width: 100%;
    margin: 10px 0;
}

.horizonTable th,
.horizonTable td
{
    padding: 5px;
}

.horizonTable th
{
    text-align: center;
    font-weight: bolder;
    color:#CCCCCC;
    background-color: #00008B;
    white-space: nowrap;
}

.horizonTable th *
{
    font-weight: bolder;
}

.horizonTable tr.even
{
    background-color: #CCCCFF;
}

.horizonTable td.word
{
    text-align: center;
    white-space: nowrap;
}

.horizonTable td.number
{
    text-align: right;
}

.horizonTable #explain
{
	background-color:#ffffee;
	font-size:10px;
	color:#006666;
}

.vertialTable
{
    width: 100%;
    margin: 10px 0;
}

.vertialTable th,
.vertialTable td
{
    padding: 5px;
    background-color: #CCCCFF;
}

.vertialTable th
{
    width: 120px;
    text-align: left;
    font-weight: bolder;
    color:#CCCCCC;
    background-color: #00008B;
}

.vertialTable th *
{
    font-weight: bolder;
}

.vertialTable #explain
{
	background-color:#ffffee;
	font-size:10px;
	color:#009999;
}

/* その他
-------------------------------------------------- */

.caution
{
    text-align: center;
    color: #ff3300;
}

.floatClear
{
    clear: both;
}


/* トップページ
-------------------------------------------------- */

.floatclear{
    clear: both;
}

#homeleft
{
	position: relative;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#homemain
{
	position: relative;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

/* クラス群
-------------------------------------------------- */

table.blueframe
{
	width: 100%;
	border: 1px solid #00008B;
	background-color: #EEEEFF;
}

.blueframe th
{
	width: 12px;
	vertical-align: top;
	padding: 2px;
	font-weight: bold;
	border: none;
	background-color: #00008B;
}

.blueframe td
{
	border: none;
	padding: 0px;
}

div.blueframehead
{
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	background-color: #00008B;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

div.blueframebody
{
	font-size:11px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 12px;
}

/*-------------------------------------------------*/
table.yellowframe
{
	width: 100%;
	border: 1px solid black;
	padding: 5px;
	empty-cells: show;
	background-color: #FFCC00;
}

.yellowframe th
{
	width: 220px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid black;
	color: #CCCCCC;
	background-color: #00008B;
	text-align: left;
	padding-left: 8px;
}

.yellowframe td
{
	font-size: 30px;
	font-weight: bold;
	border: 1px solid black;
	text-align: right;
}

td.yellowframearrow
{
	text-align: center;	
}

table.inputform
{
	background-color: #CCCCFF;
}

.inputform th
{
	border: solid 1px gray; 
	text-align: left;
	color:#CCCCCC;
	background-color: #00008B;
	padding: 2px 20px 2px 8px;
}

.inputform label
{
	font-weight: bold;
	color: #CCCCCC;
}

.inputform td
{
    border: solid 1px gray;
	text-align: left;
	padding: 2px 20px 2px 8px;
}

.inputform #input_title
{
    font-size: 18px;
	font-weight:bold;
    color:#CCCCCC;
    background-color:#00008B;
}

.inputform #input_sample
{
	background-color:#ffffee;
    text-align:left;
    padding-left:10px;
	color:#006666;
}

.inputform #explain
{
	background-color:#ffffee;
	font-size:10px;
	color:#006666;
}
/*-------------------------------------------------*/
.listtitle
{
	width:300px;
	font-size:15px;
	color:#00008B;
	font-weight:bold;
	background-color:#CCCCFF;
	border-bottom: 1px solid #9999CC;
	border-right: 1px solid #9999CC;
}

/* 商品一覧・登録
-------------------------------------------------- */

form.siteSort
{
    float: left;
}

ul.subMenu
{
    text-align: right;
}

ul.subMenu li
{
    margin-left: 5px;
    list-style-type: none;
    display: inline;
}

p.delBtn
{
    text-align: right;
}

div.finish
{
    margin: 50px;
}

div.finish p.message
{
    font-size: medium;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px;
}

div.finish p.navi
{
    text-align: center;
}

form p.submit
{
    text-align: center;
}

form p.submit input
{
    text-align: center;
    padding: 2px;
    width: 80px;
}

ul.errors li
{
    list-style-type: none;
}

form div.optional
{
    margin: 20px;
    text-align: center;
}
