@charset "utf-8";

/*------------------------------------------------------------------------------
	Title: 管理ページ - Common
	Created: 2010-02-15
	Copyright: (C) Samurai Factory Inc. All Rights Reserved.
------------------------------------------------------------------------------*/

/*============================================================================

	Reset
	
=============================================================================*/

/*	1-1. Html, Body 
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
	text-decoration: none;
}
html {
	overflow-y: scroll;
	color: #222;
}
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: 'Helvetica','Arial','ＭＳ Ｐゴシック','osaka','メイリオ',Meiryo,sans-serif;
	background: #fff;
}
/*	1-2. Text element
-------------------------------------------------------------*/
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
p {
	margin-bottom: 1em;
	line-height: 1.6em;
}
	
blockquote {  
	margin: 0;  
	padding: 0;  
}  

br {
	letter-spacing: normal;
}
pre, code {
	margin: 0;
	padding: 0;
}
sup {
	vertical-align: text-top;
}
	
sub {
	vertical-align: text-bottom;
}
q:before, q:after {
	content: '';
}
	
abbr, acronym {
	border: 0;
	font-variant: normal;
}
	
address, strong, em, cite, code, dfn, var {
	font-style: normal;
	font-weight: normal;
}
	
span.red {
	color: #f00;
}
	
span.small {
	font-size: 80%;
}
	
	
/*	1-3. Table element
-------------------------------------------------------------*/
	
table {
	border-spacing: 0; 
	font-size: 100%;
}
	
th, td {
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
/*	1-4. List element
-------------------------------------------------------------*/

ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*	1-5. Form element
-------------------------------------------------------------*/
	
form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0;
}
legend {
	color: #000000;
}
	
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*\*//*/
textarea, select, input {
	 font-family: Osaka;
	 }
/**/

input[type="checkbox"],  
input[type="radio"] {  
	position: relative;
	top: 0.1em;
}

/*	1-6. Image element
-------------------------------------------------------------*/

img {
	margin: 0;
	border: 0;
}
/*============================================================================

	Style
	
=============================================================================*/

/*------------------------------------------------------------
	Hypertext
-------------------------------------------------------------*/

/* ベースリンク指定 */
a {
	text-decoration: underline;
	cursor: pointer;
}
a:link,
a:visited {
	color: #48f;
	text-decoration: none;
}
	
a:hover,
a:active {
	color: #48f;
	text-decoration: underline;
}
span.button {
	cursor: pointer;
	text-decoration: underline;
}
	
span.button:hover,
span.button:active {
	color: #989898;
	text-decoration: none;
}
/* ヘッダー内リンク指定 */
div#login div.login_inner a:link,
div#login div.login_inner a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#login div.login_inner a:hover,
div#login div.login_inner a:active {
	color: #656565;
	text-decoration: none;
}
/*------------------------------------------------------------
	Common
-------------------------------------------------------------*/

body {
	padding: 30px 50px;
}


/*------------------------------------------------------------
	Header
-------------------------------------------------------------*/

div#header {
	margin-bottom: 3em;
	position: relative;
	min-width: 600px;
}

h1 {
	margin-bottom: 2em;
	padding: 20px 0 17px 70px;
	background: url(/tadaima/img/bg_mark_attention.gif) 10px 50% no-repeat #f3f3f3;
	font-size: 220%;
	font-weight: bold;
}

div#header a.logo_nt img {
	position: absolute;
	top: 5px;
	right: 0;
}

div#header p {
	margin: 0 1em 1em;
}

div#header p.ttl {
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	font-size: 120%;
	font-weight: bold;
}

/*------------------------------------------------------------
	Header
-------------------------------------------------------------*/

div#contents {
	border: 1px solid #ddd;
	padding: 10px;
	min-width: 500px;
}

div#contents h2 {
	padding: 1em;
	font-weight: bold;
	border-left: 1em solid #69f;
	border-bottom: 1px solid #eee;
}
div#contents h2 span {
	padding-left: 2em;
}

div#contents div.left,
div#contents div.right {
	width: 47%;
}
div#contents div.left {
	float: left;
}
div#contents div.right {
	float: right;
}
div#contents p.link_top {
	clear: both;
	padding: 10px 10px 0 10px;
	text-align: right;
}


/* list set
-------------------------------------------- */

div#contents dl {
	padding: 15px 0 20px;
	border-bottom: 1px dotted #666;
}

div#contents dl dt {
	clear: both;
	margin: 1em 0;
	/*background: url(../img/bg_title_category.gif) #e3f0ff;*/
	background: #e3f0ff;
	border-left: 3px solid #666;
}
div#contents dl dt a {
	display: block;
	width: 100%;
	padding: 0.2em 0 0.2em 0.5em;
	text-decoration: none;
	font-size: 142%;
	font-weight: bold;
	color: #333;
}
div#contents dl dt a:hover {
	text-decoration: underline;
}

div#contents dl dd {
	display: inline;
	margin-left: 1em;
	line-height: 2em;
}

div#contents dl.pickup dd a {
	font-weight: bold;
}

/*------------------------------------------------------------
	Footer
-------------------------------------------------------------*/

div#footer {
	margin-top: 3em;
	padding: 1.5em;
	border-top: 1px solid #666;
	text-align: center;
}
