/**********************************************************
 *
 * Structure Module
 *
 *********************************************************/
html {
	overflow-y:scroll;
}
body {
	color:#333;
	font-size:12px;
	font-family:'メイリオ','Meiryo','Verdana','sans-serif';
	*font-size:small;
	*font:x-small;
	line-height:1.5;
	background:#fff;
	margin:0;
	padding:0;
}
/**********************************************************
 *
 * Text Module
 *
 *********************************************************/
p {
	margin:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0.5em 0;
	font-size:100%;
}
pre,code {
	font-size:110%;
	margin:0.5em 0;
	color:#333;
	font-family:"Osaka-mono",monospace;
	*font-size:108%;
	line-height:100%;
	width:90%;
	border:1px dotted #aaa;
	padding:0.5em;
}
code {
	background:#f5f5f5;
}
blockquote {
	margin:1.5em 20px;
	padding:1px 0;
	border:3px solid #eee;
	background-color:#fff;
}
blockquote * {
	color:#666;
}
em {
	font-weight:itaric;
}
strong {
	font-weight:bold;
}
/**********************************************************
 *
 * Hypertext Module
 *
 *********************************************************/
a {
	text-decoration:none;
}
a:link{
	color:#0066FF;
}
a:active{
	color:#0066FF;
}
a:visited{
	color:#0066FF;
}
a:hover{
	color:#0066FF;
}
/**********************************************************
 *
 * List Module
 *
 *********************************************************/
ul {
	margin:0 0 0 1.3em;
	padding:0;
}
ol {
	margin:0;
	padding:0 0 0 2.5em;
}
dl {
	margin:0;
	padding:0;
}
li,dt {
	margin:0.1em;
	line-height:2;
}
dd {
	margin:0.1em 0em 0.8em 0.8em;
}
/**********************************************************
 *
 * Edit Module
 *
 *********************************************************/
del {
	color:#999;
	text-decoration:line-through;
}
/**********************************************************
 *
 * Forms Module
 *
 *********************************************************/
form {
	margin:0px;
	padding:0px;
}
fieldset {
	margin:0.1em 0.6em;
	padding:5px;
	border:1px solid #999;
}
legend {
	margin:0 1em;
	padding:0.4em 0.6em;
}
input,textarea {
	padding:3px 4px;
}
input,select,textarea {
/*
	font-size:inherit;
	font-size:100%;
	color:#000000;
*/
	font-size:12px;
	font-family: 'メイリオ','Meiryo','Verdana','sans-serif';
	line-height:1.2;
	margin:0px 3px 0px 0px;
	vertical-align:middle;
}
select {
	line-height:9px;
    margin:2px;
	padding:0;
}

*html input{
	height:2em;
	margin:1px 3px;
}
*+html input[type="submit"] {
	padding:3px 5px;
}
input[type="text"],input[type="password"],textarea {
	background:#ffffff;
	border:1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input[type="text"]:hover,input[type="password"]:hover,textarea:hover,
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
	border:1px solid #CCC;
}
input[type="radio"],input[type="checkbox"] {
	vertical-align:baseline;
}
/**********************************************************
 *
 * Tables Module
 *
 *********************************************************/
table {
	font-size:inherit;
	font:100%;
	border:0px;
	background:#fff;
	border-collapse:separate;
	border-spacing:0px;
	margin:0 0 0.5em 0;
}
th,td {
	padding:0.3em 5px;
}
th {
	text-align:center;
	color:#000;
}
/**********************************************************
 *
 * Image Module
 *
 *********************************************************/
a img {
	border:0;
}
/**********************************************************
 *
 * CypochiCMS Elements
 *
 *********************************************************/


/**********************************************************
 *
 * Header
 *
 *********************************************************/
#cypochi_header #header_title {
	min-width:1000px;
	height:46px;
	background:url('./../../images/common/header_bg_title.jpg') repeat-x;
}
#cypochi_header #header_menu {
	min-width:1000px;
	height:40px;
	background:url('./../../images/common/header_bg_menu.jpg') repeat-x;
}
#cypochi_header #header_title div,
#cypochi_header #header_menu div {
	text-align:left;
	margin:0 auto;
}
#cypochi_header #header_title div:after,
#cypochi_header #header_menu div:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
}
#cypochi_header #header_title div h1 {
	margin:0;
	float:left;
	height:37px;
	margin:4px 0 0 10px;
}

#cypochi_header #header_title div p {
	float:right;
	margin:0 0.8em 0 0;
}
#cypochi_header #header_title div p:after,
#cypochi_header #header_title div p a:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
}
#cypochi_header #header_title div p a {
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
}
#cypochi_header #header_title div p a span {
	display:block;
	float:left;
}
#cypochi_header #header_title div p a .img {
	background:url('./../../images/common/icons_header.png');
	background-repeat:no-repeat;
	margin:15px 5px 0 0;
	width:16px;
	height:16px;
}
#cypochi_header #header_title div p a .txt {
	margin:13px 10px 0 0;
}
#cypochi_header #header_menu div h2 {
	height:40px;
	line-height:40px;
	margin:0 0 0 3em;
	float:left;
	max-width:300px;
	overflow:hidden;
	left:40px;
}
#cypochi_header #header_menu div h2 a {
	color:#333;
}

#cypochi_header #header_menu div p {
	list-style:none;
	float:right;
	margin:0 1.3em 0 0;
}
#cypochi_header #header_title div p .logout .img {
	background-position:0 0;
}
#cypochi_header #header_title div p .top .img {
	background-position:-16px 0;
}
#cypochi_header #header_title div p .help .img {
	background-position:-32px 0;
}
#cypochi_header #header_title div p .person .img {
	background-position:-48px 0;
}
#cypochi_header #header_title div p .user .img {
	background-position:-64px 0;
}
#cypochi_header #header_title div p .system .img {
	background-position:-80px 0;
}
#cypochi_header #header_title div p .list .img {
	background-position:-96px 0;
}

/**********************************************************
 *
 * Header_Help
 *
 *********************************************************/
#cypochi_header_help {
	background:url('./../../images/cms/common/editbtn_bg.png');
	background-repeat:no-repeat;
	background-position: -240px -46px;
	cursor: default;
    display: block;
    float: right;
    height: 42px;
    min-width: 90px;
    position: relative;
    right: -368px;
    top: 35px;
    z-index: 10;
}
#cypochi_header_help .cypochi_help {
	background:url('./../../images/common/icon_help1.jpg');
	background-repeat:no-repeat;
	height: 20px;
    margin: 14px;
    width: 20px;
}
#cypochi_header_help .cypochi_private_help {
	background:url('./../../images/common/icon_help2.jpg');
	background-repeat:no-repeat;
	height: 20px;
	margin-left: 7px;
	margin-top: 14px;
	width: 20px;
}
#cypochi_header_help span.cypochi_private_help {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	opacity: 0.5;
}
/**********************************************************
 *
 * Footer
 *
 *********************************************************/
#cypochi_footer {
	background:url('./../../images/common/footer_bg.jpg') center top repeat-x;
}
#cypochi_footer p {
	font-size:88%;
	text-align:center;
	padding:1.5em;
}
/**********************************************************
 *
 * Hint
 *
 *********************************************************/
#hint_window {
	border:2px solid #0099FF;
	background:#F3F3F3;
	margin:0 0 0 -450px;
	position:absolute;
	top:100px;
	left:50%;
	display:block;
	width:900px;
	margin:0 0 0 -390px;
	width:780px;
	top:90px;
}
#hint_window h2 {
	background:url('./../../images/cms/common/bg_title.jpg');
	border-bottom:1px solid #D3D3D3;
	height:30px;
	margin:0;
	padding:0 10px;
	line-height:30px;
	font-size:100%;
	font-weight:normal;
	cursor:move;
}
#hint_window h2:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	line-height:0;
}
#hint_window h2 span {
	display:block;
	float:left;
}
#hint_window h2 .icon {
	background:url('./../../images/cms/common/icon_frommaster.png');
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	margin:7px 5px 0 0;
}
.over_tip {
	cursor:pointer;
}
#hint_tip,
#over_tip {
	color:#2A2A2A;
	margin: 0 1em 0 0;
	border: solid #B2B2B2 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: .3em .5em;
	background: #fff;
	font-size: 86%;
	text-align:left;
}
#hint_tip {
	background:#579AFF;
	color:#fff;
}
/**********************************************************
 *
 * Tooltip Module
 *
 *********************************************************/
a:hover {
    position:relative;
	text-decoration:none;
}
a.tooltip span{
	border: solid 1px #b2b2b2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: absolute;
	left: 0em;
	top: 27px;
	text-decoration: none;
	color: #2a2a2a;
	box-shadow: #A9A9A9 3px 3px 3px;
	visibility: hidden;
	padding: 3px 5px;
	width: 180px;
	zoom: 1;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-out;
}
a.tooltip:hover span{
    background-color: #FFFFFF;
	visibility: visible;
	z-index: 10;
	opacity: 1;
}
span.img {
	background:url('./../../images/common/icon_tooltip.png');
	background-repeat:no-repeat;
	margin:0px 5px 0 5px;
	width:10px;
	height:10px;
	z-index:5;
}

