@charset "Shift_JIS";

/*
-----------------------------------------------------
CircuitWalker2007 CSS Vr.1
FileName:	design
Version:	2007.07.01
-----------------------------------------------------
*/


/*基本デザイン用ＣＳＳ*/


/**********************************
/           CSS Menu
**********************************
        0.link
	1.h1
	2.h2
	3.h3
	4.h4
	5.h5
        6.h6
        7.hr
        8.other
*********************************/


/**********************************
***          0. link            ***
**********************************/


/*リンクの指定*/

/*未読のリンク*/
a:link{ 
     color : #0000ff;　　　　　/*青*/
     text-decoration : underline;   /*アンダーライン*/
     }
/*既読のリンク*/
a:visited{
     color : #0000ff;          /*青*/
     text-decoration : underline;   /*アンダーライン*/
     }
/*オンマウスのリンク*/
a:hover{
     color : #ff0000;          /*赤*/
     text-decoration : none;   /*装飾なし*/
     }
/*クリック時のリンク*/
a:active{
     color : #00ffff;　　　　　/*水色（発色）*/
     text-decoration : none;   /*装飾なし*/
     }


/**********************************
***          1. h1              ***
**********************************/

h1   {
     color : #ffffff;
     font-size : x-small;
     font-weight : normal;
     text-align : left;
     margin : 0px;
     background-color : #333333;
     }

/**********************************
***          2. h2              ***
**********************************/

h2   {
     }

/**********************************
***          3. h3              ***
**********************************/

h3   {
     color : #ffffff;
     }

/**********************************
***          4. h4              ***
**********************************/

h4   {
     color : #000000;
     font-size : x-small;
     text-align : center;
     margin : 0%;
     }

/**********************************
***          5. h5              ***
**********************************/


h5   {
     color : #ffffff;
     }


/**********************************
***          6. h6              ***
**********************************/

h6   {
     color : #000000;
     font-size : x-small;
     text-align : center;
     margin : 0%;
     }

/**********************************
***          7. hr              ***
**********************************/

hr   {
     color : #888888;
     height : 1px;
     }

/**********************************
***          8. other           ***
**********************************/

/*ＱＲコード位置指定*/
img.qr{
     float : left;
     border : solid 1px #000000;
     }

/*画像枠指定：走行会リザルト*/
img.waku{
     border : solid 1px #000000;
     }

/*画像枠指定：商品画像*/
img.waku2{
     border : solid 1px #eeeeee;
     }

/**/

ul   { margin: 0; padding: 0; }

li   {
     margin : 0px; 
     padding : 0px;
     list-style-type : none;
     }

